/* CSS Document */
h1 { color:#0063a4; font-size:16px; font-weight:bold; }

/* 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:760px;/* for mozilla*/
	background-color: #FFF;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:760px;
	height:180px;
	overflow:hidden;
	z-index:100;
	border-bottom:#999 1px solid;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:100px;/*needed to make room for header*/
	}
#footer 
	{
	width:760px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position: absolute;
	}
* 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:760px;
	float:right;
	padding-top:190px;/*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 */
div#slideshow
	{
	width:500px;
	height:200px;
	margin:0px 0px 10px 130px;
	border:#CCC 1px solid;
	padding:2px;
	}
ul#topnav {
	float:right;
	margin:100px 20px 0 0;
	}
ul#topnav li {
	float:left;
	padding:5px;
	margin:0 10px;
	font-size:14px;
	}
ul#topnav li a{
	color:#0063a4;
	text-decoration:none;
	font-weight:bold;
	}
div#contentleft {
	width:475px;
	padding:5px;
	float:left;
	}
div#contentright {
	float:right;
	}
