/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:780px;/* for mozilla*/
	background-color: #bfbfbf;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url("images/bg_outer.gif") repeat-y 0px 0px;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	color:#fff;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

h1 { font-weight:bold; font-size:15px; margin-bottom:17px; border-bottom:1px solid #fff; }
p { margin-bottom:9px; }
ul { margin:0px 0px 18px 0px; }
li { padding:0px 0px 0px 20px; background:url("images/bg_li.png") no-repeat 0px 7px; }
a { color:#fff; text-decoration:none; }
a:hover { color:#f9ef16; }
#header
	{
	position:absolute;
	top:0;
	width:780px;
	height:144px;
	overflow:hidden;
	z-index:100;
	background:url("images/bg_header.jpg");
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:166px;
	float:left;
	padding:144px 0px 0px 34px;/*needed to make room for header*/
	}
#footer 
	{
	width:572px;
	clear:both;
	height:50px;
	left:200px;
	bottom:0;
	position: absolute;
	background:#3d3d3d;
	color:#727272;
	}
#footer p
	{
	padding:15px 0px 0px 0px;
	}
* 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:522px;
	float:right;
	padding:160px 40px 0px 16px;/*make room for header*/
	}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#nav li { padding:0;background:0; }
#nav li a
	{
	color:#f9ef16;
	text-decoration:none;
	width:122px;
	margin:0px 0px 8px 0px;
	background:url("images/bg_nav.png") no-repeat;
	padding:2px 0px 3px 30px;
	display:block;
	}
#nav li a:hover { background:url("images/bg_nav_over.png"); }

#topnav li { padding:0;background:0; }
#topnav
	{
	position:relative;
	top:2px;
	left:534px;
	}
#topnav li { float:left; }
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	margin-right:15px;
	}


