body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
body {
	background: #7e9d94;
	margin: 0;
	padding: 0;
}
a img { border: none; }
.navbar {
	font-size: 15px;
	color: #387968;
	background: #004c38;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-align: center;
	border-top: 1px solid #ffffff;
	padding: 7px 0;
}
.navbar a {
	color: #ffffff;
	text-decoration: none;
}
.navbar a:hover {
	color: yellow;
	text-decoration: none;
}
.shadowLeft {
	padding: 0;
	background-image: url(/images/drop-shad-L.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadowRight {
	padding: 0;
	background-image: url(/images/drop-shad-R.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.greentext { color: #004c38; }
.leftcol {
	background: #d1dfdb;
	padding-top: 15px;
	border-top: 1px solid #ffffff;
}
#LOs img {
	border: 1px solid #999999;
}
.bottombar {
	background: #d1dfdb;
}
.header {
	padding: 0;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
}
.contentHome {
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 300px;
}	
.contentHome li {
	padding-bottom: 7px;
}
.content {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 250px;
}	
a {
	color: #026e35;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #004c38;
	text-decoration: underline;
}

.leftcolcontactinfo {
	border-top: 1px solid #cbd7cf;
	padding: 6px 10px 0 18px;
}
.footer, .footer a, footer a:hover { 
	font-size: 11px;
	color: #d1dfdb;
	text-decoration: none;
	padding: 0 0 5px 0;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #004c38;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #829992;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 7px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
hr {
	color: #ededed;
	background: #ededed;
	height: 1px;
	width: 100%;
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	width: 90%;
	border: 1px solid #999999;
}
.FormTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	border: 1px solid #6C685E;
	width: 95%;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border: none;
	background: #004c38;
	padding: 2px 8px 2px 8px;
}


#navcontainer { text-align: left;  width: 180px;}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li a {
	display: block;
	color: #004c38;
	text-decoration: none;
	padding: 8px;
	border-bottom: 1px solid #9eb7b0;
	width: 100%;
}
#navcontainer li a:hover {
	color: #004c38;
	background: #b8cbc6;
	text-decoration: none;
}

