/* CSS Document */

@charset "utf-8";

body {
	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: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.oneColFixCtrHdr #container {
	width: 775px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #container #sidemenu {
	color: #E8DEC2;
	width: 175px;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.oneColFixCtrHdr #container #mainbody {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 190px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container #mainbodyindex {

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #header {
	background-color: #E8DEC2;
	color: #2A3F00;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFBF0;
	border-right-width: 20px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E8DEC2;
	border-right-color: #E8DEC2;
	border-bottom-color: #E8DEC2;
	border-left-color: #E8DEC2;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #8d7559;
}
.titletext {
	font-size: 110%;
	font-weight: bold;
	color: #800000;
}

.oneColFixCtrHdr #mainbodyindex img {
	margin: 6px;
	padding: 1px;
	border: thin solid #675641;
	background-color: #E8DEC2;
}
.oneColFixCtrHdr #mainbody a {
	font-weight: bold;
	color: #880000;
	text-decoration: none;
}
.oneColFixCtrHdr #header img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#sidemenu img {
	padding: 2px;
	border: 1px none #231F20;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.clearfloat {
	clear: both;
}


.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 #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 */
	background-color: 3A2201;
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: center;
}


#navlist li
{
	display: inline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#navlist a {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #2A0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFBF0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	clear: both;
	font-size: 100%;
	font-weight: bold;
}

#navlist a:hover
{
	color: #674E3D;
	text-decoration: none;
}
.oneColFixCtrHdr #divider 
{

	padding: 0 10px 0 20px;  /* 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. */
	background-color: #8d7559;
	color: #8D7559;
}

.oneColFixCtrHdr #navlist 
{
	background-color: #8D7559;
	padding-bottom: 3px;


}

.menu_divider 
{
	color: #8D7559;
	font-weight: bold;
	font-size: 125%;
}
.subhead {
	color: #444444;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent  a {
	color: #AA1F00;
	text-decoration: none;
}

#sidemenu {
	background-color: #800;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
#sidemenu p {
	color: #FFFFFF;
}


#sidemenu a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#sidemenu a:hover{
	color: #E8DEC2;
	text-decoration: none;
	font-weight: bold;
}


.quick {
	font-size: 85%;
}
.oneColFixCtrHdr #mainbody a:hover {
	font-weight: bold;
	color: #2A0000;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainbodyindex a {

	font-weight: bold;
	color: #880000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainbodyindex a:hover {

	font-weight: bold;
	color: #2A0000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #sidemenu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

