body {
	background-color: #000;
	border-top: 1px solid #8B9E56;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 83%;
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
}
table, form, textarea, td  {
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	text-align: left;
}
table {
	margin-top: 1em;
	clear: both;
}
a { 
	color: #6C9A20;
	text-decoration: none;
}
a:hover { 
	color: #80B927;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color: #B1D061;
	margin: 0;
	padding: 0;
}
h1 {
	background: url(logo.gif) no-repeat;
	font-size: 140%;
	font-weight: normal;
	margin-top: 70px;
	width: 334px;
	height: 27px;
}
h1 a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 327px;
	height: 27px;
}
h1 span { display: none; }
h1 a:hover {
	color: #fff;
}
img {
	border: 0;
}
input {
	border: 0;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}
p, li { 
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 170%;
}
.checkbox {
	margin: 0;
	padding: 0;
}
table.form {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}
table.form th {
	padding-right: 5px;
	text-align: right;
	width: 130px;
	font-weight: normal;
}
table.form td {
	padding: 0;
	padding-top: 2px;
	padding-bottom: 7px;
}
table.form textarea {
	width: 355px;
}
.pair {
	margin-right: 1.3em;
	float: left;
}
.group {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 1.5em;
}
.field {
	margin-right: 2px;
	margin-left: 2px;
}
.field.tiny {
	width: 20px;
}
.field.contact {
	width: 220px;
}
.field.city {
	width: 129px;
}
.field.state {
	width: 29px;
}
.field.zip {
	width: 54px;
}
#wrapper {
	border-top: 8px solid #8B9E56;
}
#center-margin {
	width: 780px;
	margin: 0 auto 0 auto;
}
#content {
	float: right;
	text-align: left;
	padding-bottom: 2em;
	width: 440px;
}
#content h3 {
	font-size: 130%;
	margin-top: 3em;
	font-weight: normal;
}
#sidebar {
	background: url(3photopanel1.jpg) no-repeat 0px 10px;
	float: left;
	width: 289px;
	padding-bottom: 2em;
}
#nav {
	float: left;
	padding-top: 67px;
	margin-bottom: 350px;
	width: 289px;
}
#nav a {
	color: #fff;
	clear: both;
	float: right;
	display: block;
	line-height: 10px;
	padding: 9px;
	padding-right: 16px;
	margin-bottom: 12px;
}
#nav a:hover, #nav a.here {
	background: url(navarrow.gif) no-repeat center right;
}
#footer {
	float: right;
	color: #777;
	font-size: 90%;
	text-align: right;
}
#footer a { color: #888; }