body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #F4F7F4;
}
#container {
	margin: 0 auto;
	background-color: #FFF;
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#banner {
	background-color: #FFF;
}
#banner h1
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: .5em;
}
#nav {
	/*background-color: #E6E6E6;*/
	background-color: #E0E9E0;
	border-top: 1px solid #CDDCCD;
	border-bottom: 1px solid #CDDCCD;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	white-space: nowrap;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	text-decoration: none;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li a:link {
	color: #333333;
}
#nav li a:visited {
	color: #333333;
}
#nav li a:hover {
	/*background-color: #4D6633;*/
	background-color: #B1C7B1;
	color: #F5FAF0;
}
#content {
	background-color: #FFF;
	padding: 1em;
	min-height:500px;
	height: auto !important;
	height: 500px;
}
#footer {
	background-color: #E0E9E0;
	border-top: 1px solid #CDDCCD;
	border-bottom: 1px solid #CDDCCD;
	height: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
}
.DirectorContainer {
	height: 140px;
	padding-bottom: 10px;
}
.BigBox {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}
.Box {
	float: left;
	width: 49%;
	position: relative;
	height: auto;
	padding-bottom:1em;
}
.LittleBox {
	float: left;
	width: 24%;
	position: relative;
	height: auto;
}
.clearer {
	clear: left; 
	line-height: 0;
	height: 0;
}
.ExecutiveContainer {
	padding-bottom: 10px;
}
.img_right
{
    float:right;
    width:185px;
    padding:10px 0 10px 10px;
    font-size:90%;
}