@charset "UTF-8";
body {
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D58530;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #520f11;
}
.oneColFixCtrHdr #header {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(images/topbanner.png);
	background-repeat: no-repeat;
	background-position: right;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	min-height: 400px;
}
.oneColFixCtrHdr #footer {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	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-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
}
#footer a:active {
	color: #FFF;
}
#footer a:hover {
	color: #D58530;
}
a:link {
	color: #D58530;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D58530;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #D58530;
}
.navoff {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	text-align: left;
	background-image: url(images/nav-button-off.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 40px;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.navoff a {
	color: #DD9840;
	text-decoration: none;
}
.navon {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	text-align: left;
	background-image: url(images/nav-button-on.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 40px;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.navon a {
	color: #EFF0EF;
	text-decoration: none;
}
p {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bolder;
	font-style: italic;
}

