@charset "utf-8";
body {
	font: 12pt 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: #CCC;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* 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. */
	height: 305px;
	margin: 0;
}

.oneColFixCtrHdr #menu_bar {
	position:absolute;
	color: #FFF;
	padding: 0;
	top: 270px;
	left: 365px;
	font: 12pt Arial, Helvetica, sans-serif;
	text-align:left;
} 

.oneColFixCtrHdr #menu a{
	display:inline;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	color:#FFF;
}

.oneColFixCtrHdr #mainContent {
	position:relative;
	padding: 0 10px;
	background-color: #FFFFFF;
	background-image: none;
	float:left;
}
.oneColFixCtrHdr #footer {
	color: #fff;
	text-align: center;
	height: 140px;
	background-color: #335986;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #096cbe;
	padding-top:10px;
	clear:both;
}
.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-size: 0.6em;
	color: #fff;
	padding: 2px;
}
.oneColFixCtrHdr #footer a {
	font-size: 0.8em;
	color: #fff;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:hover {
	color: #000;
	text-decoration: none;
}


.oneColFixCtrHdr #btm {
	width: 960px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	float: left;
}


h1 {
	color: #7e2c2e;
	font-size:x-large;
}
h2 {
	color: #7e2c2e;
	font-size:medium
}

h3 {
	text-align:center;
	color: #7e2c2e;
}
