.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A631B;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A631B;
	height: 17px;
	font-size: 13px;
	letter-spacing: 1px;
}
.whitehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-indent: 6px;
}
.modtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A631B;
}
.obutts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D77014;
	text-decoration: none;
}
.obutts:link {
	color: #D77014;
	text-decoration: none;
}
.obutts:visited {
	color: #D77014;
	text-decoration: none;
}
.obutts:active{
	color: #D77014;
	text-decoration: none;
}
.obutts:hover{
	color: #1B646F;
	text-decoration: none;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B646F;
	text-decoration: none;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #1B646F;
	text-decoration: none;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72756E;
}
.basetext:link {
	color: #72756E;
}
.basetext:visited {
	color: #72756E;
}
.basetext:active {
	color: #72756E;
}
.basetext:hover {
	color: #72756E;
	text-decoration: none;
}

a:link {
	color: #1B646F;
}
a:visited {
	color: #1B646F;
}
a:active{
	color: #1B646F;
}
a:hover {
	color: #D77014;
}

/* Contact Us Form */
form {margin: 0; padding: 0; }
fieldset {padding: 0 0 10px 10px; margin: 0; border: 1px solid #186973; }
legend {font-weight: bold; font-size: 1.3em; padding-bottom: 8px; color: #186973; background-color: inherit; }
label {float: left; width: 30%; text-align: right; padding: 5px 10px 0 0; }
label.last {font-weight: bold; text-align: left; padding-left: 10px; }
input, textarea, select {clear: right; margin: 5px 0; border: 1px solid #186973; font-family:inherit; font-size: 1em; padding:1px 3px; }
input.submit {margin: 0; padding: 3px; color: inherit; background-color: #FDFE9A; }
.errorMessage {color: red; font-weight: bold; font-size: 1.1em; }

#contact {width: 90%; border-collapse: collapse; border: 0; margin: 15px 0; }
#contact td {vertical-align: top; width: 50%; }