
/* ********************side menu ****************************** */
	/*
		Style for the menu in the left hand column.
		Thanks to www.alistapart.com for most of the following
	*/
	

/* ********************end of side menu ****************************** */

/* mac hide\*/
html, body {height:100%}
/* end hide */
body
{
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #DADADA;
	color: #B4B4B4;
	
}
#outer
{
	height:100%;
	min-height:100%;
	width:900px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #004499;
	text-align:left;
	margin:auto;
	position:relative;
	/*background:  url(images/centredbg.jpg) repeat-y center center;*/
	background-color: #FFFFFF;
	position:relative;
	border-left:1px solid #0A4DB6;
	border-right:1px solid #0A4DB6;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
{/* enables content first */
	float:left;
	width:650px;
}
#header
{
	position:absolute;
	top:0;
	left:0px;
	width:900px;
	height:112px;
	background:#0A4DB6;
	border-top:7px solid #004499;
	/*overflow:hidden;*/
	color: #000000;
	z-index:100;
}
/*#menu
{
	position: absolute;
	top:182px;
	left:-40;
	width:815px;
	height:14px;
	
}*/
#left
{
	position:absolute;/*ie needs this to show float */
	width:200px;
	padding-left:0px;
	padding-top:127px;/*needed to make room for header*/
	padding-bottom:52px;/* 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:120px;
	float:right;
	padding-right:20px;
	padding-top:157px;/*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
}

#footer 
{
	width:900px;
	clear:both;
	height:55px;
	border-top:1px solid #094CB6;
	border-bottom:0px solid #000;
	background-color: #FFFFFF;
	color: #094CB6;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer 
{/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent
 {
	width:490px;
	color:#004499;
	float:right;
	padding-top:127px;
	padding-bottom:52px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:27px;clear:both} /* to clear footer */