
/* ********************side menu ****************************** */
	/*
		Style for the menu in the left hand column.
		Thanks to www.alistapart.com for most of the following
	*/
	
	#menuleft {
		width:180px;
		
		/*margin-bottom: 1em;*/
		font-family: Arial,'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size:12px;
		background-color:#D7E4A4;
		border-top:1px solid #000;*/
		color: #333399;
	}
	#menuleft p{
		font-size:12px;
		border-right:0px solid #000;
	}
	#menuleft ul {
		list-style: none;
		margin: 0;
		padding: 0px;
		border: none;

		}
		
	#menuleft li {
		
		margin: 0;
		border-bottom:1px solid #000;
		}
	#menuleft li.first {
		border-top:1px solid #000;
		
		}
		
	#menuleft li a {
		display: block;
		padding: 10px 5px 10px 0.5em;
		border-right:1px solid #000;
		
		color: #275a69;
		text-decoration: none;
		width: 100%;
		}

	#menuleft li.selected a {
		display: block;
		padding: 10px 5px 10px 0.5em;
		border-top:0px solid #000;
		border-bottom:0px solid #000;
		border-right:1px solid #fff;
		background-color: #ffffff;
		color: #333399;
		text-decoration: none;

		}

	html>body #menuleft li a {
		width: auto;
		}

	#menuleft li a:hover {
		/*border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;*/
		background-color:#275a69;
		border-right:1px solid #000;
		color: #ffffff;
		}
/* ********************end of side menu ****************************** */

/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	
	font-family: Arial, Times, serif;
	color: #000000;
	font-size:75%;
	
}
.text
{
	font-family: Arial, Times, serif;
	color: #000000;
	font-size:100%;
}
.boldred
{
	font-family: Arial, Times, serif;
	color: #283898;
	font-size:11px;
	font-weight: bold; 
}
H1{
font-family: Arial, Times, serif;
	color: #283898;
	font-size:11px;
	font-weight: bold; 
}
#outer{
	height:100%;
	min-height:100%;
	width:760px;
	border-left:0px solid #2A3797;
	border-right:0px solid #2A3797;
	color: #000000;
	text-align:justify;
	margin:auto;
	position:relative;
	/*background:  url(images/centredbg.jpg) repeat-y center center;*/
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:right;
	width:760px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:760px;
	height:179px;
	background:#FFFFFF;
	border-left:0px solid #2A3797;
	border-right:0px solid #2A3797;
	border-top:7px solid #FFFFFF;
	
	overflow:hidden;
	color: #FFFFFF;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:215px;
	float:left;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:5px;/* needed to make room for footer */
	padding-left:20px;
}
#left p {padding-left:20px;padding-right:0px}
#right p {padding-right:0px}

#right {
	position:relative;/*ie needs this to show float */
	width:165px;
	float:right;
	padding-top:195px;/*needed to make room for header*/
	

}
#footerlinks
{
width:745px;
left:20;
padding-left:20px;
padding-top:5px;

}
#footer {
	width:745px;
	height:20px;
	border-top:0px solid #2A3797;
	border-bottom:0px solid #2A3797;
	background-color: #AEAEAE;
	color: #FFFFFF;
	text-align:left;
	left: 20;
	padding-left:5px;
	position: relative;

}
* html #footer {/*only ie gets this style*/
	\height:20px;/* for ie5 */
	he\ight:20px;/* for ie6 */
	background-color: #AEAEAE;
	width: 745px;
	
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	position: relative; 
	top: 195px;
	width:320px;
	float:left;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;/* needed to make room for footer */
	align:center;
	
	
}
#centrecontent2 {
	position: relative; 
	top: 195px;
	width:500px;
	float:left;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;/* needed to make room for footer */
	align:center;
	
	
}
#centrecontent p {padding-left:0px;padding-top:0px;padding-bottom:0px;}

#clearfooter {width:100%;height:20px;clear:both} /* to clear footer */

#centrecontentsubpage {
	position: relative; 
	top: 165px;
	width:500px;
	float:left;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:25px;/* needed to make room for footer */
	
}
.greyheading
{
color: 3F2B84;
font-style:italic;
font-weight:bolder;
font-family: arial, verdana, helvetica, sans-serif; 
font-size: 12px;
padding-top:9px;
padding-bottom:5px;

}
.greytextdisplay
{
color: 3F2B84;
font-style:italic;
font-weight:bolder;
font-family: arial, verdana, helvetica, sans-serif; 
font-size: 12px;
}
.greytextbold
{
color: 3F2B84;
font-style:normal;
font-weight:bolder;
font-family: arial, verdana, helvetica, sans-serif; 
font-size: 12px;
}
.smallbold
{
color: 3F2B84;
font-style:normal;
font-weight:bolder;
font-family: arial, verdana, helvetica, sans-serif; 
font-size: 11px;
}
.border
{
 border-style: solid;
 border-width: 1px; 
 border-left-width: 1px;
 border-right-width: 1px; 
 border-color: 6699CC;
}
#centrecontentsubpage p {padding-left:3px}

#clearfootersubpage {width:100%;height:20px;clear:both} /* to clear footer */

A.footer:link {color:#FFFFFF;  font-family: arial, verdana, helvetica, sans-serif; font-size: 10px; font-weight: bold;text-decoration: none}

A.footer:visited {color:#FFFFFF;  font-family: arial, verdana, helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none} 

A.footer:active {color: #FFFFFF;  font-family: arial, verdana, helvetica, sans-serif;font-size: 10px; font-weight: bold; text-decoration: none} 

A.footer:hover {text-decoration: underline; color:#000000}

A.footerlink:link {color:#AEAEAE;  font-family: arial, verdana, helvetica, sans-serif; font-size: 10px; font-weight: bold;text-decoration: none}

A.footerlink:visited {color:#AEAEAE;  font-family: arial, verdana, helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none} 

A.footerlink:active {color: #AEAEAE;  font-family: arial, verdana, helvetica, sans-serif;font-size: 10px; font-weight: bold; text-decoration: none} 

A.footerlink:hover {text-decoration: underline; color:#000000}