/* CSS Document */


/* png transparency fix for IE6 */
img, div { behavior: url(iepngfix.htc); }
/* end fix */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #FFF;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:900px;
	height:84px;
	overflow:hidden;
	z-index:100;
	background-color:#274a99;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:100px;/*needed to make room for header*/
	}
#footer 
	{
	width:900px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position: absolute;
	background-color:#284b99;
	color:#fff;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* 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:880px;
	float:right;
	padding-top:20px;/*make room for header*/
	}
#main
	{
	width:900px;
	float:right;
	padding-top:89px;/*make room for header*/
	}
.mainimg
	{
	float:left;
	margin:10px 10px 0px 5px;
	}
#topnav
	{
	margin:60px 0px 0px 10px;
	}
#topnav li
	{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0px 35px 5px 10px;
	float:left;
	}
#footernav
	{
	margin:12px 0px 0px 10px;
	}
#footernav li
	{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0px 15px 5px 0px;
	float:left;
	}
li a:link
	{
	color:#fff;
	text-decoration:none;
	}
li a:hover
	{
	color:#f9db58;
	text-decoration:none;
	}
li a:visited
	{
	color:#fff;
	}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

