@charset "UTF-8";
/* CSS Document */
body {
	background-color: #405637;
	margin-top: 5px;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

a:link {
	color: #737872;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #737872;
}
a:hover {
	text-decoration: underline;
	color: #737872;
}
a:active {
	text-decoration: none;
	color: #737872;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3B4B31;
}

#container {
	width: 850px;
	float: left;
	background-color: #C1E5BA;
}
#leftCol {
	float: left;
	width: 154px;
	clear: left;
	background-color: #D0E4B7;
}
#navCol {
	float: left;
	width: 154px;
	clear: left;
	background-color: #BCE4B8;
	min-height: 500px;
}
#title {
	clear: right;
	float: right;
	width: 696px;
}
#mainCol {
	clear: right;
	float: right;
	width: 671px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #ECF7EA;
	min-height: 485px;
	font-size: 12px;
}
ul {margin:0; padding:0;}
li {
	padding:0;
	list-style:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.navBar {
	padding-top: 5px;
	padding-left: 10px;
}
.head1 {
	font-size: 16pt;
	font-weight: normal;
	color: #578034;
}
.head2 {
	font-size: 14pt;
	font-weight: normal;
	color: #578034;
}
.head3 {
	font-size: 12pt;
	font-weight: normal;
	color: #578034;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight: normal;
}
p {margin-top:10px;}
.navHead {
	color: #55664C;
	font-size: 16px;
}
.subHead {
	color: #55664C;
	font-size: 14px;
}
#baseImgs {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACC7A5;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.picL {
	float: left;
	margin-left: 2px;
}
.picM {
	float: left;
	margin-right: 11px;
	margin-left: 11px;
}
.picR {
	float: left;
}
.contBox {
	float: left;
	width: 130px;
	margin-top: 230px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B1C9A8;
	margin-left: 10px;
}
.contBoxC {
	float: left;
	width: 130px;
	margin-top: 180px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B1C9A8;
	margin-left: 10px;
}
.contBoxS {
	float: left;
	width: 130px;
	margin-top: 1250px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B1C9A8;
	margin-left: 10px;
}
.navList {
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B1C9A8;
	padding-bottom: 5px;
}
#footer {
	float: left;
	width: 850px;
	padding-top: 10px;
	font-size: 10px;
	color: #F3F3F3;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #36472E;
}
.list {
	margin-left: 20px;
	list-style:circle;
}
.innerList {
	margin-left: 40px;
	list-style:circle;
}
.smlTxt {
	font-size: 12px;
}
