﻿* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, html {
	margin: 0;
	padding: 0;
	background: #e7e7e7;
	text-align: center;
	margin-bottom: 10px;
}
a {
	color: #87B220;
	text-decoration: underline;
}
a:hover {
	color: #717171;
	text-decoration: none;
}
#container {
	width: 780px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	text-align: left;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo #box {
	float: left;
	text-align: center;
	clear: none;
	height: 40px;
	width: 52px;
	margin: 0;
	padding: 0;
	background: #394E06;
	color: #87B220;
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: -1px;
	text-indent: -2px;
}
#logo p {
	float: left;
	clear: none;
	height: 30px;
	width: 40px;
	margin: 0;
	padding: 0;
	color: #394E06;
	font-family: 'Georgia';
	font-weight: normal;
	font-size: 20px;
	text-indent: 2px;
	line-height: 43px;
	letter-spacing: -2px;
}
.subContainer, #nav ul {
	width: 780px;
	margin: 0 auto;
}
#header {
	text-align: left;
	margin: 0;
	padding: 30px 0 0 10px;
	height: 50px;
	background: #87b220;
}
#nav {
	margin: 0;
	padding: 0;
	background: #7fa71f;
	height: 34px;
	list-style: none;
}
#nav li {
	float: left;
	clear: none;
	list-style: none;
}
#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 18px;
}
#nav li a:hover {
	color: #fff;
	background: #739B1F;
}
#active a {
	background: url('../images/nav_bg.gif');
}
h1 {
	font-family: 'Georgia';
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #718e3e;
}
h2 {
	color: #87b220;
	margin-top: 10px;
	font-size: 14px;
}
p {
	color: #043f4a;
	font-size: 11px;
	line-height: 25px;
}
#colb p {
}
#cola {
	width: 480px;
	padding: 10px 45px;
	border-right: 5px solid #e7e7e7;
	font-size: 11px;
	float: left;
	clear: none;
	text-align: justify;
}
#cola img {
	float: right;
	clear: none;
	margin: 10px;
	margin-right: 0;
	padding: 1px;
	border: 1px solid #E7E7E7;
}
#colb {
	width: 170px;
	padding: 5px 7px;
	font-size: 11px;
	float: right;
	clear: none;
	line-height: 12px;
}
#colb ul {
	list-style: none;
}
#colb li {
	list-style: none;
	margin: 8px 0;
}
#colb li a {
	color: #575757;
	text-decoration: none;
}
#colb li a:hover {
	color: #6B8E23;
	text-decoration: underline;
}
#footer {
	margin: 0 auto;
	margin-bottom: 10px;
	height: 10px;
	padding: 18px 20px;
	clear: both;
	width: 740px;
	text-align: left;
	font-size: 11px;
	color: #484848;
	background: #f4f4f4;
}
#footer ul {
	list-style: none;
}
#footer li {
	list-style: none;
	display: inline;
}
#footer #copyright {
	float: right;
	clear: none;
}
#footer a {
	color: #606060;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
.clear {
	clear: both;
}
