@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #e3d1bb;
}

a {
}
a:hover {
	text-decoration:underline;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 121px;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
}

.oneColFixCtrHdr #subheader {
	background-image: url(images/subheaderback.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top:10px;
}

#submenu, #submenu ul {
	width:167px;
	padding: 0px 5px 0px 0px;
	margin: 0;
	list-style: none;
	float:left;
}

h2 {
	color:#5b2017;
	margin: 12px 0 0 0;		
	font-size: 16px;

}

p {
	margin-top: 0;
}

#submenu a {
	display: block;
	width: 155px;
	padding:6px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border-bottom:5px solid #fff;S
	
}

#submenu a:hover {
	background:#69251a;
}

#submenu li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 167px;;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 102px;
	padding-bottom: 20px;
	padding-left: 102px;
	background-image: url(images/contentback.gif);
	background-repeat: repeat-y;
	font-size: 0.9em;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #69251A;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 3px solid #9A4C32;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
}

.clearbox {
	clear:both;
}
.oneColFixCtrHdr #container #footer a {
	color: #FC0;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent a {
	font-weight: bold;
	color: #9A4C32;
}
.oneColFixCtrHdr #container #subheader #submenu p {
	font-size: 0.8em;
	color: #FFF;
	padding: 5px;
	margin: 0px;
	text-align: left;
}

.slogan {
	font-size: 26px;
	color: #843425;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin: 20px 0 0 -30px;
	float:left;
	text-shadow: 1px 0 0 #000,
	-1px 0 0 #000,
	0 1px 0 #000,
	0 -1px 0 #000;
}

.slogan p {
	font-size: 16px;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-weight:bold;
	margin-top: 10px;
	text-shadow: none;
}
