.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #557F55;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #557F55;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #396783;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #557F55;
}

a:link {
text-decoration: none;
color: #557F55;
}
a:visited {
text-decoration: none;
color: #557F55;
}
a:hover {
text-decoration: underline;
color: #557F55;
}
a:active {
text-decoration: underline;
color: #557F55;
}

/* ADDED BY CALVIN BARAJAS */
/* BEGIN- TO CONTROL LOOK OF CONTACT US FORM */
#contact_us {
	color: #000;
	background-color: #CCC;
}
#contact_us form {
	margin: 3%;
}
#contact_us table {
	background-color: #A6D17B;
}
.act_now img{
 border: 0;
 margin-top: 100px;
}
#intro { /* MAKES FONT A LITTLE LARGER ON HOME PAGE */
 font-size: 1.25em;	
}
/* END- TO CONTROL LOOK OF CONTACT US FORM */

/* BEGIN - SWF LOGO SECTION */
#swf_logo {
 background: #FFF url("images/logo.gif") no-repeat center;
 position: absolute;
 top: 0px;
 left: 0px;
 margin-left: -10px;
 margin-bottom: -10px;
 margin-top: 19px;
 width: 300px;
 height: 60px;
}
/* END - SWF LOGO SECTION */










