/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 50px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #FFFFFF;
	height:15px;
}

.oneColFixCtrHdr #header_nav_container #header_nav {
	padding: 0;
	margin: 0.6em 0 0 0;
	margin-left:10px;
	margin-bottom:4px;
	list-style-type: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height:11px;
}

.oneColFixCtrHdr #header_nav_container {
	width: 585px;
	height: 25px;
	background-color: #BE650F; /* Bravo! "Rust" */
	text-align: center;
	top: 1px;
}
/* See "header_nav.css" for nav style declarataions */

.oneColFixCtrHdr #header #bravo_logo_container {
	position: absolute;
	left: 0;
	top: 50px;
	width: 210px;
	height: 115px;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header #calendar_container {
	left: 0px;
	top: 250px;
	width: 210px;
	height: 180px;
	background-color: #FFFFFF;
}

/*.oneColFixCtrHdr #mainContent {
	margin: 25px 0 0 0;
}*/

.oneColFixCtrHdr #body_content_container {
	top: 0;
	left: 215px;
	width: 585px;
	height: 100%;
	/* background-color: #99CC33; */
}
