@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

a:link { color: #709425; }
a:visited { color: #004016; }
a:active { color: #709425; border: none; }
a:hover { color: #709425; text-decoration: none; }
#footer a:link { color: #004016; }
#footer a:hover { color: #004016; text-decoration: none; }


h1 { margin-top: 10px; margin-bottom: 10px; }
h2 { margin-top: -5px; margin-bottom: -5px; font-size: 18px; }
h3 { margin-top: 5px; margin-bottom: 5px; font-size: 18px; }
h4 { margin-top: 3px; margin-bottom: 3px; font-weight: 500; font-size: 12px; line-height: 20px; }
h5 { font-size: 16px; margin-top: 3px; margin-bottom: 3px; }
hr { border: 0; height: 2px; background-color: #004016; margin-top: 0px; margin-bottom: 0px; }
.indent { padding-left: 20px; }
.indent2 { padding-left: 59px; }


#container {
	position: relative;
	width: auto;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#logo {
    position: relative;
    width: auto;
    height: 90px;
    margin-top: 0px;
    margin-left: 0px;
	background-image: url(../images/bkg_green.jpg);
	background-repeat: repeat-x;
}
#picture {
	position: relative;
	height: 90px;
	width: 500px;
	margin-top: 0px;
	margin-left: 70px;
}

#navbar {
	position: relative;
	height: 25px;
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/nav2.jpg);
	background-repeat: repeat-x;
}
#navbar ul {
	margin-left: 32px;
	margin-top: 0px;
	width: 896px;
	min-width: 896px;
	border-right: 1px solid #888C7B;
	height: 24px;
}
#navbar li { 
	margin: 0px;  
	float: left; 
	height: 24px; 
	list-style-type: none; 
	text-align: center; 
	border-left: 1px solid #888C7B;
	padding-top: 0px;  
}
#navbar li a {
	margin: 0px;
	display: block;
	height: 24px;
	width: 111px;
	text-decoration: none;
	font-size: 12px;
	border: none;
	color: #004016;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
}
#navbar li:hover { 
	background-image: url(../images/navhover.jpg) 
}

#main {
	width: 870px;
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 20px;
	margin-top: 0px;
	margin-left: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.three img {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.two img {
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer {
	position: relative;
	width: auto;
	height: 50px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #888C7B;
	font-size: 12px;
	line-height: 20px;
}
