/* Webpathology New CSS Document */
html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#aaaaaa;
	height: 100%;
}
 
body {
	font-size:100%;
	line-height:125%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	}
/***** Layout *****/
#container{
	margin:auto; padding:0;/*Centers the content*/
	width:760px;
	background-image:url(/img/bg_homebottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#fff;
	}
#top{
	background-image:url(/img/bg_hometop.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#fff;
	padding:10px 0px;
}
#header{
	height:140px;
	background-image:url(/img/bg_homemidway.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
} 
#content{
	background-color:#fff;
	min-height:400px;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:400px;
	padding:0px 20px 30px 15px;
}
#rotate-image{
	float:left;
	font-size:11px;
	color:#333;
	text-align:right;
}

#menu{
	float:right;
	background-color:#000066;
	width:200px;
	height:394px;
	border:1px solid #0c2677;
	margin-right:10px;
	}
.section_list{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	white-space:nowrap;
}
.section_list a:link, .section_list a:visited{
	color:#999;
}
.section_list a:hover{
	color:#FFFF00;
}
.section_list_live{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	color:#FFCC33;
	white-space:nowrap;
}
.section_list_live a:link, .section_list_live a:visited{
	color:#FFCC33;
}
.section_list_live a:hover{
	color:#FFFF00;
}

.section_list_active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#006699;
	}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f7bc33;
	padding:0px 0 0 5px;
	font-size:32px;	
	margin-bottom:-2px;
}
h3{
	font-family:Verdana;
	color:#000066;
	margin:0px;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;	
}
#footer{
	font-size:10px;
	text-align:center;
	padding-bottom:8px;
	margin-top:0px;
}
#footer a:link, #footer a:visited{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	color:#999;
	text-decoration:none;
}

.grey{
		color:#999;
		font-style:italic;
	}
.blue{
	color:#0c2677;
}
.ltblue{
	background-color:#4a8dbc;
	padding:1px;
}
.orange{
	color:#feba35;
	font-weight:bold;
	font-size:11px;
}
.clear{
	clear:both;
}
