body {
	margin:0;
	background:#bdc785;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2;
	color:#333333;
}

h1 {
	margin:0;
	padding-bottom:8px;
	font-size:20px;
	color:#939c5d;
	font-weight:normal;
}

h2 {
	margin:0;
	padding-bottom:8px;
	font-size:16px;
	color:#939c5d;
	font-weight:normal;
}

p {
	margin:0;
	padding-bottom:8px;
}

ul {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:8px;
}

li {
	margin:0;
	padding-bottom:6px;
}

img {
	border:none;
}

.container {
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
}

.header {
	height:30px;
	padding-top:165px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.textnav {
	height:30px;
	line-height:30px;
	color:#8fa647;
	text-align:right;
	font-size:15px;
	padding-right:10px;
}

.textnav a {
	color:#8fa647;
	text-decoration:none;
}

.textnav a:hover {
	color:#003300;
}

.divider-home {
	height:270px;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
}

.divider {
	height:149px;
	background-image:url(images/divider-small.jpg);
	background-repeat:no-repeat;
}

.nav {
	height:55px;
}

.navbtn {
	height:14px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	padding:21px 12px 20px 12px;
	background-color:#a7a9ac;
	color:#FFFFFF;
	text-align:center;
	border-right:1px solid #FFFFFF;
}
.navbtn a {
	text-decoration:none;
}

.navbtn:hover {
	background-color:#666666;
	cursor:hand;
	cursor:pointer;
}

.content {
	padding:40px;
}

.hometablehead {
	height:80px;
	background-color:#58595b;
	border-right:1px solid #FFFFFF;
	line-height:80px;
	text-align:center;
	width:299px;
	font-size:14px;
	color:#FFFFFF;
}

.hometablecontent {
	padding:25px;
	width:249px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:top;
}

.footer {
	height:68px;
}

a {
	color:#939c5d;
	text-decoration:underline;
}

a:hover {
	color:#bdc785;
}