@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(Images/bg_131.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d3e9be url(Images/bordertop.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding-top: 10px;
}

.oneColFixCtrHdr #header {
	padding: 0 10px 0 0px;
	text-align: right;
	margin-right: 170px;
	margin-top: 35px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.title
{
	float: left;
	text-align: left;
	padding-left: 90px;
	padding-top: 165px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
}
#nav
{
	margin-right: 40px;
	margin-left: 110px;
	margin-top: 10px;
	padding: 0px 2px;
	z-index: 100;
	clear: both;
}
#nav a{
	color: #D3EAC0
}
.navlinks
{
	color: none;
	text-decoration: none;
	border: none;
}

.navlinks:link
{
	color: #D3EAC0;
	text-decoration: none;
}
.navlinks:visited
{
	color: #D3EAC0;
}
.navlinks:hover
{
	color: #D3EAC0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	margin-right: 110px;
	margin-left: 135px;
	text-align: left;
}


.oneColFixCtrHdr #footer {
	padding: 10px 0px 0;
	background: url(Images/borderbottom.jpg) no-repeat bottom;
	height: 205px;
	text-align: center;
	border-top: 2px solid #5D7C41;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #5D7C41;
	border-bottom-color: #5D7C41;
	border-left-color: #5D7C41;
	clear: both;
}

#footer h3
{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footer h4
{
	margin: 0px;
	padding: 4px;
	line-height: 18px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}

#borderbottom
{
	overflow: auto;
	z-index: -10;
}

a:link {
	color: #003C00;
	text-decoration: underline;
	border:none;
}
a:visited {
	text-decoration: underline;
	color: #3C2E28;
}
a:hover {
	text-decoration: none;
	color: #003E00;
}
a:active {
	color: #003E00;
}
a img {
	border:none;
}.centertext
{
	text-align: center;
}
.smalltext
{
	font-size: 80%;
}
.boldtext
{
	font-weight: bold;
}
.floatleft
{
	float: left;
	padding-right: 15px;
	margin: 0px;
	padding-bottom: 5px;
}
.floatright
{
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.clearfloat
{
	clear: both;
}
.justified
{
	text-align: justify;
	font-size: 95%;
}
.clearfloat li
{
	list-style: url(Images/listleaf.jpg);
}
.clearfloat li p
{
	font-size: 90%;
}
.trademark {
	font-size: xx-small;
	font-variant: small-caps;
	vertical-align: top;
}
.smalltext {
	font-size: smaller;
}
.centertext {
	text-align: center;
}

