.content_body {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px}
.directions {  font-family: "Times New Roman", Times, serif; font-size: 12px}
.submenu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
a img { border:none }

A.submenuover
{
	color: rgb(255,204,51);
	text-decoration: none
}


A.submenuover:hover
{
	color: rgb(255,255,255);
	text-decoration: none
}

.sub_head {  font-family: Arial, Helvetica, sans-serif; font-size: 13px}
.fineprint {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.form {  font-family: "Times New Roman", Times, serif; font-size: 12pt}

/* Email Newsletter Sign Up Form */

/* table format */

#email {
	width: 525px;
	background: #ffff99;
	margin: 0;
	padding: 10px;
	border: solid #FFCC66 1px;
}

#email p {
	font-weight: bold;
	color: #4d3b18;
}

#email p.privacy {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

/* text field classes */
	
	#contactForm .inactive{
		color:#999;
		}	 
	#contactForm .active{
		color:#000;
		}	 		
	#contactForm .focused{
		color:#000;
		background:#fffee7;
		}	 		
