@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E9CF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #TopBackground {
	position:absolute;
	top:0;
	z-index:-5;
	background-color: #82A15E;
	width:100%;
	height:260px;
}
.oneColFixCtrHdr #DividerStripe {
	position:absolute;
	z-index:5;
	top:248px;
	width: 100%;
	background-color: #53673D;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:22px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position:relative;
	background-color:#FFF;
	height:182px;
	background-image: url(../images/Background_Top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-top:1px solid #5F714B;
	border-left:1px solid #5F714B;
	border-right:1px solid #5F714B;	
}
.oneColFixCtrHdr #wrapper {
	border-left:1px solid #5F714B;
	border-right:1px solid #5F714B;
	border-bottom:1px solid #5F714B;
	margin-top: 25px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;
	font-size: 0.75em;
	text-align: center;
}


/* BUTTONS */

.NavHoriz {
	width:100%;
	border-collapse:collapse;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	padding:0px 1px;
	white-space:nowrap;
	text-align:center;
	height:24px;
}
.NavHoriz td a {
	display:block;
	background-color:#333;
	color:#FFF;
	padding:0px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	line-height:1.8em;
	height:24px;
}
.NavHoriz td a:hover {
	background-color:#53673D;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	height:24px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:white;
	border-bottom:1px white solid;
}
.HeaderText{color:#344026; font-size:18px}
.smallText{color:#000000; font-size:14px}
.smallerText{color:#000000; font-size:12px}