body {
	background: #fff;
	margin: 0;
	font-family: verdana;
}

header {
	width: 1200px;
	margin: 0 auto;
}

.headertop {
	display: inline-block;
	max-height: 120px;
	vertical-align: text-top;
}
.headertop img {
	width: 400px;
	margin-top: 20px;
	margin-right: 100px;
}

.nav {
	margin-top: 100px;
}

.nav a {
	text-decoration: none;
	color: #000;
	padding: 10px;
	font-size: 16px;
}

.nav a:hover {
	color: #3e7a1d;
	font-weight: 600;
	text-decoration: underline;
}

.current {
	color: #3e7a1d !important;
	font-weight: 600;
	text-decoration: underline !important;
}
.banner {
	background: rgba(62,122,29,1);
	background: -moz-linear-gradient(left, rgba(62,122,29,1) 0%, rgba(98,125,82,1) 23%, rgba(128,148,115,1) 40%, rgba(128,148,115,1) 54%, rgba(98,125,82,1) 74%, rgba(62,122,29,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,122,29,1)), color-stop(23%, rgba(98,125,82,1)), color-stop(40%, rgba(128,148,115,1)), color-stop(54%, rgba(128,148,115,1)), color-stop(74%, rgba(98,125,82,1)), color-stop(100%, rgba(62,122,29,1)));
	background: -webkit-linear-gradient(left, rgba(62,122,29,1) 0%, rgba(98,125,82,1) 23%, rgba(128,148,115,1) 40%, rgba(128,148,115,1) 54%, rgba(98,125,82,1) 74%, rgba(62,122,29,1) 100%);
	background: -o-linear-gradient(left, rgba(62,122,29,1) 0%, rgba(98,125,82,1) 23%, rgba(128,148,115,1) 40%, rgba(128,148,115,1) 54%, rgba(98,125,82,1) 74%, rgba(62,122,29,1) 100%);
	background: -ms-linear-gradient(left, rgba(62,122,29,1) 0%, rgba(98,125,82,1) 23%, rgba(128,148,115,1) 40%, rgba(128,148,115,1) 54%, rgba(98,125,82,1) 74%, rgba(62,122,29,1) 100%);
	background: linear-gradient(to right, rgba(62,122,29,1) 0%, rgba(98,125,82,1) 23%, rgba(128,148,115,1) 40%, rgba(128,148,115,1) 54%, rgba(98,125,82,1) 74%, rgba(62,122,29,1) 100%);
	height: 150px;
}

.bannercontent {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 26px;
}

.bannercontent h3 {
	padding-top: 20px;
}

.links {
	width: 1200px;
	margin: 50px auto;
	text-align: center;
}

.links img {
	width: 200px;
	padding: 20px;
}

.content {
	width: 1100px;
	background: #ccc;
	border: 2px solid #777;
	margin: 50px auto;
	padding: 20px;
	border-radius: 5px;
	
}

.content h3 {
	color: #3e7a1d;
	text-align: center;
	font-size: 26px;
}

footer {
	background: #ccc;
	border-top: 2px solid #777;
	padding: 50px;
	text-align: center;
	margin-top: 150px;
}

