@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #CC9;
	margin-top: 6px;
	background-color: #333300;
}
.oneColFixCtrHdr #container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
}
.oneColFixCtrHdr #header {
	background-repeat: repeat-x;
	padding-bottom: 0;
	border-top-width: 0px;
	background-position: center top;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	height: 120px;
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #66330A;
	background-image: url(images/green_brown.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	line-height: .6em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-indent: -5000px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #333300;
	text-align: center;
	margin-top: 12px;
	padding-top: 6px;
}
.oneColFixCtrHdr #container #mainContent table {
	background-color: #300000;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9em;
	font-style: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header table tr td table {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #300003;
}
.oneColFixCtrHdr #container #header table {
	background-color: #300003;
}
.oneColFixCtrHdr #container #header .oneColFixCtrHdr {
	visibility: visible;
}
.oneColFixCtrHdr #container #mainContent table tbody tr td a {
	text-align: center;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #333300;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}
h2 {
	background-color: #66330A;
}
h3 {
	text-transform: uppercase;
	color: #988743;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container #mainContent #contenth3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CC9;
}
a:hover {
	color: #996;
}
a:active {
	color: #FFF;
	text-align: center;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.3em;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	padding: 36px;
	text-indent: 0px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	padding-left: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
