/* CSS Document */

/*main*/
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	text-align:center;
	color: #666666;
	margin: 5px 15px 5px 15px;
}

a:link, a:visited {
	text-decoration:underline;
	color: #666666;
}
a:hover, a:active {
	text-decoration: none;
	color: #333366;
}

h1 {
	font-size:120%;
	color:#333366;
	padding-bottom:7px;
	border-bottom:1px solid #CCCCCC;
}

h2 {
	font-size:110%;
	color:#333366;
	padding-bottom:7px;
	border-bottom:1px solid #CCCCCC;
}

h3 {
	font-size:100%;
	color:#333366;
	padding-bottom:0px;
	margin-bottom:0px;
}


.hide{
	display:none;
}


/*layout*/

#container {
	width:740px;
	margin:0 auto;
	text-align:left;
}

#topnav {
	text-align:right;
	color: #FFFFFF;
	left: 1px;
}
#topnav ul { margin:5px 0px;}
#topnav li { display:inline;}
#topnav a { padding: 5px 5px 10px 5px; text-decoration:underline;}
#topnav a:hover { color: #333366; text-decoration: none;}

#header {
	border-top:1px solid #CCCCCC;
	border-bottom:15px solid #333366;
	margin-bottom:30px;
}

#colleft {
	width:180px;
	padding:0px;
	float:left;
	margin-right:20px;
	background:#fff;
}
	
#maincontent {
	width:355px;
	text-align:justify;
	padding:0px;
	float:left;
	padding:0px 20px 0px 0px ;
	margin-bottom:40px;
}


	
#colright {
	width:160px;
	padding:0px;
	float:left;
	background:#fff;
}

#colright h2 {
	font-size:100%;
	color:#333366;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
.newsdate {
	color:#333366;
	font-weight:bold;
}
.redarrow {
	color:#FF0000;
	margin-right:3px;
}

#footer {clear:both; border-top:1px solid #333366; padding-top:15px;}
#footer ul{ margin:0 0 0 -40px; list-style:none;}
#footer li {float:left; margin-left:15px;}
#footer a { padding: 5px 5px 10px 5px; text-decoration:underline;}
#footer a:hover { color: #333366; text-decoration: none;}

.banner {
	margin-left:60px;
}

.floatleft {
	float:left;
	margin-right:10px;
}

/*------------------------------------menu-------------------------------------------------------------*/
#menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}


#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC; 
	border-bottom: 0;
	}
#menu ul li ul li a {padding:2px; } 
#menu ul li a:hover {color:#333366; background:#EEEEEE}

/*top level colours*/
.lilac { border-left:10px solid #9999CC;}
.purple { border-left:10px solid #333366;}
.green { border-left:10px solid #339999;}
.red { border-left:10px solid #CC3366;}
.orange { border-left:10px solid #FF9933;}
.yellow { border-left:10px solid #FFFF99;}




/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */