body {
	margin: 0px;
	padding: 0px;
	background-color: #E4E4E4;
}
.container {
	background-color: #FFFFFF;
}
.headerbox {
	background-image: url(images/headBG.jpg);
	text-align: right;
	background-repeat: no-repeat;
	vertical-align: top;
}
.content {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.noborder {
	border: none;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #F1F1F1;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
#address {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.nav {
	margin-top: 20px;
	margin-left: 40px;
}
.foottext {
	font-size: 13px;
	color: #006600;
}
.nav a {
	font-size: 15px;
	color: #006600;
	text-decoration: none;
	line-height: 30px;
}
.nav a:hover {
	color: #00CC00;
	text-decoration: none;
}
a {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
.footer a {
	color: #F1F1F1;
	text-decoration: underline;
}
.subhead {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}
input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #006600;
}
