body		
{
	background-color: #FFFFFF;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#pagew		
{
	position: relative;
	margin: 10px auto;
	padding: 0;
	left: 0;
	top: 0;
	width: 780px;
	text-align: left;
	font-size: 1em;
}
p		
{
	font-size: 13px;
	
	line-height: 1.5;
	padding: 0.3em 0;
	margin: 0px;
}
h3.title
{
	font-size:20px;
	color: #888e43;
	margin: 10px 0;
	font-weight: normal;
}
h4.intro
{
	font-size:17px;
	color: #888e43;
	margin: 10px 0;
	font-weight: normal;
	line-height: 130%;
}
a:link, a:visited, a:active
{  
	color: #888e43;
	text-decoration: none;
}
a:hover
{  
	color: #c1cd37;
	text-decoration: underline;	
}
.top_banner
{
	height: 80px;
}
.page_divider
{
	background-image: url("../img/fuzzy_strip.png");
	background-repeat: no-repeat;
	padding: 5px 0;
	margin: 1px 0;
}
.top_nav
{
	padding: 5px 0;
	margin-bottom: 5px;
}
.top_nav a.top_nav_item, .top_nav a.top_nav_item_selected
{
	margin-right: 20px;
	
	font-size: 16px;
}
.top_nav a.top_nav_item_selected
{
	color: #c1cd37;
	text-decoration: underline;	
}
.image_banner
{
	width: 780px;
	height: 172px;
	margin: 3px 0;
}
.main_content
{
	font-size: 13px;
}
.main_content li
{
	margin: 15px 0;
}
table.survey_calendar
{
	width: 100%;
	border-collapse: collapse;
}
table.survey_calendar td
{
	border:1px solid #dedede;
	padding: 3px;
}
table.survey_calendar tr.bottom td
{
	border:1px solid #FFFFFF;	
}
table.survey_calendar tr.header
{
	font-weight: bold;
}
table.survey_calendar td.optimal
{
	background-color: #888e43;
}
table.survey_calendar td.suboptimal
{
	background-color: #c1cd37;
}
img.vmid 
{
	vertical-align: middle;
	margin-top: -3px;
}
.footer
{
	margin: 10px 0;
	color: #888e43;
	padding-bottom: 30px;
}
.footer .copyright
{
	float: left;
}
.footer .credit
{
	float: right;
	width: 400px;
	text-align: right;
}
.clear
{
	clear:both;
	font-size:0;
	line-height:0;
}


