@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeecd0;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5F0713;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container {
	background: #eeecd0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #eeecd0;
	text-decoration: none;
	width: 922px;
}
.oneColFixCtrHdr #container {
	border: 1px inset #5F0713;
}
.oneColFixCtrHdr #header {
	background: #eeecd0;  /* 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/backgroundmenu.gif);
}
.oneColFixCtrHdr #header {
	height: 134px;
	width: 922px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #eeecd0;
}
.oneColFixCtrHdr #footer {
	background:#eeecd0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
.MenuBarHorizontal.hover {
	visibility: visible;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
	text-decoration: none;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	padding: 0.3em 1.3em;
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #660000;
	
}
#bestHover {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
	text-align: center;
	margin: 2px;
	height: 521px;
	width: 432px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px groove #660033;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background-color: #FFFFCC;
	list-style-type: none;
	font-size: 80%;
}
.oneColFixCtrHdr #container #header #mainNav .bestHover.a:hover {
	visibility: visible;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontalFooter
{
	margin: 2;
	padding: 2;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	clear: both;	
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontalFooter li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


ul.MenuBarHorizontalFooter a
{
	cursor: pointer;
	color: #5F0713;
	text-decoration: none;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0.1em;
	padding-right: 1.3em;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontalFooter a:hover, ul.MenuBarHorizontal a:focus
{
	color: #;
	color: #243307;
}
