body {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	margin-top: 0px;
	line-height:16px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a:visited {
	color: #333;
}

a:link {
	color: #999;
	text-decoration: none;
}

.colourbar {
	margin-top:-8px;
	
}


.header {
	font-size: 16px;
	line-height:22px;
}


.titleH {
	font-size: 16px;
	line-height:20px;
	color:#e48400;
}



.tc {
	font-size: 11px;
	line-height:13px;
	color:#333;
}

.comname {
	font-size: 20px;
	color: #044d95;
}



#sidenav{
	text-shadow: 0 1px 0 #fff;
  	letter-spacing: .02em;
	font-size:14px;
}

#sidenav a:link {
	color: #333;
	text-decoration: none;
	
}

#sidenav a:hover {
	text-decoration: none;
	color: #999;
	
}



#footer {
	font-size:11px;
	line-height:13px;
	color:#999;
}


#footer a:link {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

#footer a:visited {
	color: #999;
	text-decoration: none;
}

/* MENU */

#nav {
 background: #;
 margin: 0; padding: 0;
 border-bottom: none;
 z-index:50;
}

#nav li a, #nav li {
 float:left;
  z-index:50;

}

#nav li {
 list-style: none;
 position: relative;

}

#nav li a {
 padding: 6px 12px;
 text-decoration: none;
 color: #666;
 background: #;
  /*background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);*/
 /*background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));*/
 border-right: 0px solid #3c3c3c;
}

#nav li a:hover {
 background: #ccc;
  /*background: -moz-linear-gradient(top, #11032e, #2a0d65);*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(#11032e), to(#2a0d65));*/
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 0px; height: 0px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
 background: #f3f3f3;
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 120px;
 display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}



