@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #73855F;
}
.oneColFixCtrHdr #container {
	width: 938px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 127px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 20px 10px;
	text-align: center;
}


/* BUTTONS */

.NavHoriz {
	width:938px;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {	
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:26px;
}
.NavHoriz td a {
	display:block;
	line-height:2em;
	background-color:#000000;
	color:#ffffff;
	padding:0 5px;
	border-bottom:none;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
	height:26px;

}
.NavHoriz td a:hover {
	background-color:#505433;
	color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
	height:26px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:#505433;
}
.RightEnd{
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:26px;
	width:11px;
	background-image: url(../images/BackgroundRightEnd.gif);
	background-position: right;
	background-repeat:no-repeat;
	border:none;
}
.LeftEnd{	
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:26px;
	width:11px;
	background-image: url(../images/BackgroundLeftEnd.gif);
	background-position: left;
	background-repeat:no-repeat;
	border-right:1px #990000 solid;
}

/* footer nav */

.FooterNav {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width: 700px;
	margin:0 auto;
}
.FooterNav th {
	display:none;
}
.FooterNav td {	
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:15px;
}
.FooterNav td a {
	display:block;
	line-height:1.5em;
	color:#000000;
	padding:0 5px;
	border-bottom:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	height:15px;

}
.FooterNav td a:hover {
	color:#990000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	height:15px;
}
.FooterNav th {
	display:none;
}
