@charset "UTF-8";

.tableheads {
	color: #FFFFFF;
	font-weight: bold;
}
	
h2 {
	font-size: 1.2em;
	color: #006600;
}	
h3 {
	font-size: 1.1em;
	color: #006600;
	border-bottom: 1px solid #d1cfcd;
	border-top: 1px solid #d1cfcd;
	display: block;
	background-color: #F4F4F4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* this is for the main background image */

body  {
	font-family: trebuchet, Verdana, Arial, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #006600;
	background-image: url(../images/tile_bg2.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
	
a:link     {
	color: #006600;
	text-decoration: underline;
}
a:visited  {
	color: #006600;
	text-decoration: underline;
}
a:hover    {
	color: #FFCC00;
	text-decoration: none;
}
a:active   {
	color: #FF0000;
	text-decoration: underline;
}
	
/* centers over the light color in bg */
	
.layout   #outside {
	background-color: fafaf2;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}			
	
/* big VAFC banner on top */
		 		
.layout #header {
	padding: 0px;
	height: 150px;
	width: 900px;
	background-image: url(../images/top_banner3.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	} 

/* holds the main menu items on left */

.layout #leftcolumn {
	width: 155px;
	margin: 0px;
	float: left;
	}

/* main content to the right of navigation */

.layout	#rightcolumn {
	width: 595px;
	float: left;
	margin: 0px;
	}	
.layout #farright_body {
	line-height: 2em;
	width: 150px;
	float: right;
	margin: 0px;
}
.layout /* might kill the 3 col table this is holding */
	
 #header2 {
	line-height: 2em;
	background: #ffffff;
	height: 130px;
	width: 900px;
	border-bottom: 1px solid #000000;
	} 
.layout #headerads {
	width: 593px;
	height: 130px;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	margin: 0px;
}
	
/* where main text is */
	
.layout #right_body {
	line-height: 2em;
	padding: 15px;
	width: 565px;
	margin: 0px;
	font-family: trebuchet, Verdana, Arial, sans-serif;
}
.layout   #contact {
	width: 400px;
	padding: 75px 31px 0px 0px;
	float: right;
	text-align: right;
	height: 65px;
	font-size: 11px;
	line-height: 12px;
	}	

.layout #footer {
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	}
			  
.clearfloat {
	clear: both;
	}	
.light_green {
	background-color: #D9ECD9;
}
