body {
	background: #f7f9ec;
}
table {
	font-size: 12px;
	margin-bottom: 1.5em;
	border: 1px solid #EEE;
}
.tbl-conf-highlite {
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #EEE;
}
.tbl-conf-highlite-left {
	text-align: left;
	font-weight: bold;
}
.tbl-conf-ctr {
	text-align: center;
	border-left: 1px solid #EEE;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
	line-height: 16px;
	text-align: left;
	background: #FFF;
}
.top {
	padding-bottom: 1px;
}
.nav {
	background-color: #b3c940;
	overflow: auto;
}
/*-----CONTENT PAGE DIVS -------*/



.left_col {
	width:230px;
	float:left;
	margin-right: 20px;
}
.middle_col {
	width: 230px;
	float:left;
	margin-right: 20px;
}
.right_col {
	width: 230px;
	float: right;
}
.left_col_2 {
	width:355px;
	padding: 0;
	overflow: auto;
	margin-right: 20px;
	float: left;
}
.right_col_2 {
	width: 355px;
	padding: 0;
	overflow: auto;
	float: left;
}
.maincontent {
	background-color: #fff;
	padding: 18px 0px 18px 20px;
	width: 750px;
	height: 360px;
}
.about_one {
	width: 240px;
	float: left;
}
.about_two {
	width: 240px;
	float: right;
}
.front {
	background-color: #fff;
	padding: 20px;
	line-height: 1em;
}
/*-----CONTENT PAGE DIVS -------*/




.footer {
	background-color: #b3c940;
	padding: 8px 20px;
	font-size: 0.8em;
	color: #fff;
	margin:auto;
	display: block;
	margin-bottom: 3em;
}
/*-------HORIZONTAL NAV--------*/



.navlist {
	padding: 0;
	margin: 0 auto;
	line-height: 1;
	width: 100%;
}
.navlist ul {
	text-transform: capitalize;
	width: 760px;
	margin: auto;
	display: block;
}
.navlist li {
	display: inline;
	list-style: none;
	text-transform: capitalize;
	float: left;
}
.navlist li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #f4f4f4;
	font-weight: bold;
}
.navlist li a:hover {
	color: #695e4a;
}
.navlist li a.thispage {
	color: #584b3d;
}
.corp ul {
	text-align: center;
	margin: 0;
	display: list-item;
}
/* --------PAGE FORMATTING -------*/

.rightbox {
	width: 150px;
	float: right;
}
.leftbox {
	margin-left: 10px;
	width: 500px;
	float: right;
}
.box {
	padding: 20px 20px 0 20px;
}
img.about {
	margin-top: 65px;
	float: right;
	margin-left: 10px;
}
p.about {
	text-align: justify;
}
.colums {
	overflow: auto;
}
.download {
	font-weight: bold;
	background: #BFCF59;
	padding: 4px 8px;
	color: #FFF;
}
td {
	padding: 2px 4px;
}
.note {
	padding: 10px;
	background: #F9FAF0;
	border: 1px solid #DDD;
}
