@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;   
    line-height: 1.8em; /* equal to 18px */  
	color:#333333;
}

.main{
	padding:10px;
	background-image:url(images/main_tile.gif);
	background-repeat:repeat-x;	
	}
.date_txt{
	font-size:1.2em;	
}
.location_txt{
	font-size:1.6em;
	text-transform:uppercase;	
	font-weight:bold;
}
.state_txt{
	font-size:1.2em;
	text-transform:uppercase;
}
.blurb_txt{
	width:700px;
	}
	
h1{
	font-size:1.6em;
	border-bottom: 1px solid #333333;
	padding-bottom:3px;
}
	
a {
	color:#6AB7E5;
	text-decoration:none;
	}
a:hover, a:active {
	text-decoration:underline;
	}
.nav{
	position:absolute;
	left:480px;

}	

.evalSummary td{
	vertical-align:top;
	padding:0px 2px;
	}
.eval_topRow{
	background-color:#999999;
	}
.eval_rowAlt{
	background-color:#ECECEC;
	}
.eval_rowAltB{
	background-color:#CCCCCC;
	}
	
	




/* -------- FOOTER -------- */  
	
	
.footer{
	background-image:url(images/footer_tile.gif);
	background-repeat:repeat-x;	
	height:55px;

}
.footerText{
	margin-top:30px;
	font-size: 0.95em;
	text-align:center;
	color:#CCCCCC;
	margin-bottom: 30px;
	}
.footerText a {
	color:#FFFFFF;
	text-decoration:none;
	}
.footerText a:hover, a:active {
	text-decoration:underline;
	}