body {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

p {
	margin-bottom: 0px;
}

a {
	color: #368335;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

input, select, textarea {
  font-family: verdana, sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #e2e2e2;
	margin: 1px;
	padding-left: 1px;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
	background-color: #f3fcf3;
}

#top {
	display: none;
}

#top_print {
	width: 650px;
	height: 95px;
}

#main {
	margin-top: 0px;
	width: 650px;
}

#main a {
	/* border-bottom: 1px dotted #84938c; */
}
#main a:hover {
	text-decoration: underline;
}

#banners {
	display: none;
}

#breadcrumb {
	color: #84938c;
	padding-top: 18px;
}
#breadcrumb a {
	text-decoration: none;
}

#content {
	position: relative;
	float: left;
	width: 655px;
	margin-top: 10px;
	padding-top: 0px;
	line-height: 16px;
	clear: left;
	line-height: 1.7em;
}

#content a {
	color: #368335;
	text-decoration: none;
}

h1,h2,h3,h4 {
	font-size: 13pt;
	color: #368335;
	margin: 0px;
}

#bottom {
	display: none;
}

#bottom_line {
	display: none;
}

#bottom_links {
	display: none;
}

#bottom a {
	color: #368335;
	text-decoration: none;
	font-weight: normal;
}

#bottom a:hover {
	text-decoration: underline;
}

.button {
	background-color: #368335;
	color: #ffffff;
	border: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}


/* NAVIGATE */

#menu {
	display: none;
	position: absolute;
	margin-left: -1px;
	margin-top: 72px;
	width: 600px;
	height: 23px;
	border-left: solid 1px #308d2b;
	list-style: none;
	text-align: right;
	font-size: 1.2em;
}

#menu ul {
	z-index: 99;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu #nav1 li {
	position: relative;
	display: block;
	float: left;
	background-color: #308d2b;
	text-align: center;
	height: 15px;
	padding: 4px 18px 4px 18px;
	margin-right: 2px;
}

#menu #nav1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	border: 0px;
}

#menu #nav1 li:hover {
	background-color: #183d16;
}

#menu .nav2 {
	display: none;
}

#sitemap a:hover {
	text-decoration: none;
}