/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:870px;/* for mozilla*/
	background:url(Images/bg_body.png) repeat-x #fff;
	}

h1
	{
	font-weight:bold;
	color:#ec7118;
	font-size: 14px;
	font-family: tahoma;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-bottom: 5px;
	}
p
	{
	margin:0px 0px 9px 0px;
	line-height:22px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:870px;
	text-align:left;
	margin:auto;
	position:relative;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	background:url(Images/bg_outer.png) repeat-y center center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
/* Hack for IE6 png transparency */
* html #outer { background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg_outer.png',sizingMethod='scale'); position:relative; }
html>body #outer { background: url(images/bg_outer.png) position:relative; }
/* End hack */
#header
	{
	position:absolute;
	top:0;
	width:870px;
	height:305px;
	overflow:hidden;
	z-index:100;
	background:url(Images/bg_header.png);
	}
#left 
	{
	width:183px;
	float:left;
	margin-top:305px;/*needed to make room for header*/
	padding:0px 0px 0px 10px;
	}

#footer 
	{
	width:870px;
	clear:both;
	height:100px;
	lefth:0;
	bottom:0;
	position: absolute;
	background:url(Images/bg_footer.png);
	color:#fff;
	}
#footer a { color:#fff; text-decoration:underline; font-weight:bold; }
#footer a:hover { text-decoration:none; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#content a {
	font-weight: bold;
	color: #1272BC;
	text-decoration: underline;
}

#centrecontent 
	{
	width:665px;
	float:right;
	padding:305px 10px 0px 0px;/*make room for header*/
	}
#clearfooter {width:100%;height:102px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */
#content
	{
	width:640px;
	padding:20px 0px 0px 15px;
	float:left;
	background:url(Images/bg_content.gif) no-repeat;
	}
#contentleft
	{
	width:320px;
	padding:0px 15px 0px 0px;
	float:left;
	}
#contentright
	{
	width:300px;
	float:left;
	}
#contentright img
	{
	margin:0px 0px 15px 0px;
	}
	
#right
	{
	width:173px;
	float:right;
	}





#leftnav
	{
	margin:0px 0px 5px 0px;
	}
#leftnav li
	{
	border-bottom:2px solid #fff;
	}
#leftnav li a
	{
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(Images/bg_leftnav_over.gif) no-repeat;
	padding:2px 0px 4px 32px;
	height:18px;
	}
#leftnav li a:hover
	{
	background:url(Images/bg_leftnav.gif) no-repeat;
	}
#leftnav2
	{
	margin:0px 0px 0px 10px;
	width:161px;
	}
#leftnav2 li
	{
	border-bottom:1px dotted #CCCCCC;
	}
#leftnav2 li a
	{
	display:block;
	padding:5px 0px 5px 25px;
	color:#000;
	text-decoration:none;
	background:url(Images/blue_arrow.gif) no-repeat 10px 11px;
	}
#leftnav2 li a:hover
	{
	text-decoration:underline;
	}

.maintable
	{
	border:1px solid #b5d1e8;
	}
.maintable td
	{
	padding:5px 6px;
	}

#slideshow
	{
	clear:left;
	margin:0px 0px 0px 10px;
	}


#topnav
	{
	float:left;
	margin:63px 0px 0px 18px;
	}
* html #topnav { margin-left:5px; }
#topnav li
	{
	float:left;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:underline;
	text-align:center;
	display:block;
	padding:6px 20px 9px 19px;
	font-weight:bold;
	background:url(Images/bg_topnav.gif) no-repeat 0px;
	}
#topnav li a:hover
	{
	text-decoration:none;
	}
td {
	padding: 3px;
}
#box {
	background-image: url(Images/box.jpg);
	width: 300px;
}

.text
	{
	column-count:2;
	column-gap:35px;
	margin:13px;
	}
	
.shaded
	{
	background:#b5d1e8;
	}h2 {
	text-transform: uppercase;
	color: #EC7118;
	background-color: #E2EDF6;
	padding: 4px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#red {
	color: #FFFFFF;
	background-color: #993333;
	padding: 5px;
}
