body {
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F1F5C3;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#509109;
	}
a:hover {
	text-decoration:underline;
	color:#BAD343;
	}
#wrapper {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/box_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;

}
#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(imgs/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	margin: 0px;
	padding: 0px;
	width: 155px;
	float: left;
	z-index: 10;
	min-height: 450px;
  	height: auto !important;
  	height: 450px;

}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#menu li {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 155px;
	line-height: 30px;
}
#menu li a, #menu li a:link, #menu li a:visited, #menu li a:active {
	text-decoration: none;
	height: 33px;
	width: 155px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
	display: block;
}
#menu li a:hover {
	color: #006633;
	background-image: url(imgs/button_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#content {
	padding: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	float: left;
	width: 580px;
}
#content_text {
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0px;
	/*min-height: 400px;
  	height: auto !important;
  	height: 400px;
*/
}




#footer {
	background-image: url(imgs/box_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer_cont {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1, .header1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #509109;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #509109;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	color: #999933;
	font-style: italic;
}
h4 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #509109;
}

.address {
	font-size: 18px;
}
.sitemap {
	list-style-position: inside;
	line-height: 25px;
}
.answer {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top {
	font-size: 12px;
}
.about li {
	padding-bottom: 7px;
}
.pdf {
	list-style-image: url(imgs/icon_pdf2.gif);
	list-style-position: outside;
}
.pdf li {
	padding-bottom: 10px;
}

td.bodytext1 {
	font-size: 12px;
	}
