
/* ********************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: #2A3797;
	font-size:75%;
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	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:left;
	width:626px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:105px;
	background:#FFFFFF;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
H1{
font-family: Arial, Times, serif;
	color: #000000;
	font-size:11px;
	font-weight: bold; 
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:758px;
	clear:both;
	height:10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #000000;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:10px;/* for ie5 */
	he\ight:10px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:740px;
	float:left;
	padding-top:125px;
	padding-bottom:32px;/* needed to make room for footer */
	position:relative;	
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:10px;clear:both} /* to clear footer */

#subcontentleft{
	float:left;
	width:580px;	
}
#subcontentleft p,h3{padding-left:15px;text-align:justify;}
#subcontentright{
	float:right;
	width:140px;	
}