@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #C88E46;
 }
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	color: #381011;
}
.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. */
	background-image: url(images/top.jpg);
	margin: 0px;
	height: 200px;
	width: 950px;
}
.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;
	background-image: url(images/mid.gif);
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(images/footer.gif);
	margin: 0px;
	height: 30px;
	width: 950px;
}
.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 */
}.oneColFixCtrHdr #container #mainContent #indentit p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #indentit h1 {
	color: #ED1B24;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #indentit h2 {
	color: #ED1B24;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #container #mainContent #indentit {
	margin: 0px;
	padding-top: 5px;
	padding-right: 95px;
	padding-bottom: 0px;
	padding-left: 65px;
 }
.oneColFixCtrHdr #container #mainContent #indentit #pagemenu ul li {
	list-style-type: none;
	float: left;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.oneColFixCtrHdr #container #mainContent #indentit #pagemenu ul li a {
	color: #4D0B00;
	padding:1px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #indentit #pagemenu ul li a:hover {
	background-color:#4D0B00;
	color:#FFFFFF;
}
.mefoot {
	font-size: 10px;
}
.mefoot a {
	font-size: 10px;
		color: #03A280;

}
.mefoot a:hover {
	font-size: 10px;
		background-color:#D2A85E;
	color:#650905;

}
.oneColFixCtrHdr #container #mainContent #menubar {
	width: 738px;
	height: 24px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #C90;
	border-bottom-color: #C90;
	position: relative;
	background-color:#D2A85E;
	left: 41px;
	top: 2px;
	display: block;
	clear:none;
 }
.oneColFixCtrHdr #container #mainContent #indentit h2 strong {
	margin: 0px;
	padding: 0px;
}
.subhead {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	color: #650905;
}
.oneColFixCtrHdr #container #mainContent #indentit a
{
	color:#CC0000;
}
.oneColFixCtrHdr #container #mainContent #indentit a:hover
{
	color: #3333FF;
 }
