@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; } 
img { border: 0px; }

html, body {
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #EAF1EC;
}

#container {
	margin:50px auto;
	width: 980px;
	background-color: #ffffff;
	border:1px solid #EAF1EC;
}
#main {
	margin-left: 40px;
	margin-top:20px;
}
#logo {
	width: 980px;
	height: 60px;
	margin-top: 30px;
	margin-left: 40px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	float: left;
	width: 635px;
	margin-right:20px;
	margin-bottom: 40px;
}
#left_left {
	float: left;
	width: 180px;
	margin-top: 50px;
}
#left_right {
	float: right;
	width: 455px;
}
#right {
	float: right;
	width: 245px;
	margin-right:40px;
}
#nav {
	width:455px;
}
#subnav {
	width:455px;
}
#nav ul {
	height: 20px;
	padding-left: 15px;
	padding-top:5px;
	background-color: #1e8124;
}
#subnav ul {
	height: 20px;
	padding-left: 15px;
	padding-top:5px;
}
#nav ul li {
	list-style-type: none;
	padding-right: 10px;
	float: left;
}
#subnav ul li {
	list-style-type: none;
	padding-right: 10px;
	float: left;
}
#nav a {
	color: #6fc774;
}
#nav a:hover {
	color: #ffffff;
}
#subnav a {
	color: #766F6B;
	font-weight:600;
}
#subnav a:hover {
	color: #000000;
}
#subnav .current a {
	display: block;
	font-weight:600;
	color: #ffffff;
	position: relative;
}
#nav .current a {
	display: block;
	font-weight:600;
	color: #ffffff;
	position: relative;
}
#footer1 {
	height: 45px;
	background-color: #BABBBB;
	color: #ffffff;
	text-align:center;
	padding-left:65px;
	padding-right:65px;
	padding-top:5px;
}
#footer2 {
	background-color: #EAF1EC;
	color: #1e8124;
	text-align:center;
	padding-top:10px;
}

a {
	color: #1e8124;
	text-decoration:none;
}
p {
	margin-bottom: 20px;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 25px;
	margin-bottom: 10px;
	color: #1e8124;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #766F6B;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #BABBBB;
}
a.h3:link, a.h3:visited, a.h3:hover, a.h3:focus {
	color: #BABBBB;
	text-decoration:none;
}


