/* CSS Document */

body {
	background-color: #887729;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	color: #335A2B;
}
h3 {
	font-size: 14px;
	color: #32592A;
}
h4 {
	font-size: 12px;
	color: #32592A;
}
.image {
	margin: 5px;
	padding: 5px;
}
#wrapper {
	width: 800px;
	clear: both;
	text-align: left;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #CCCC99;
}
#header {
	width: 780px;
	background-color: #CCCC99;
	height: 97px;
	padding-top: 20px;
	padding-left: 20px;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navigation {
	width: 730px;
	text-align: left;
	padding-right: 50px;
	background-color: #33CC00;
	height: 26px;
	font-size: 15px;
	border-bottom: 3px;
	padding-left: 20px;
	padding-top: 5px;
}
#navigation a:link {
	text-decoration: none;
	letter-spacing: 0px;
	color: #000000;
}
#navigation a:visited {
	text-decoration: none;
	letter-spacing: 0px;
	color: #000000;
}
#navigation a:hover {
	text-decoration: none;
	letter-spacing: 0px;
	color: #FFFFFF;
}
#navigation a:active {
	text-decoration: none;
	letter-spacing: 0px;
	color: #000000;
}
#footer {
	width: 800px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	padding-bottom: 50px;
	padding-top: 25px;

}
#left_body {
	width: 370px;
	float: left;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#right_body {
	width: 370px;
	float: left;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;;
	clear: none;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
li {
}
a:link {
COLOR: #335A2B;
text-decoration: underline;
}
a:visited {
COLOR: #365B2B;
text-decoration: underline;
}
a:hover {
COLOR: #FFFFFF;	
text-decoration: underline;

}
a:active {
COLOR: #305928;
text-decoration: underline;

}
