/* 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: #231F20;
}
.oneColFixCtrHdr #container {
	width: 800px;
	border:solid;
	border-color:#67447A;
	padding-top:16px;
	padding-left:15px;
	padding-right:20px;
	padding-bottom:10px;
	background: #FFFFFF;
	margin: 0px 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 #interior_bkgd {
	/*width:1494px;*/
	background-image:url(../images/background/calendarBackground.jpg);
	background-repeat:no-repeat;
	background-color:#75812F;
	margin: 0px 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: #67447A; /* Bravo! New Purple */
	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%;
	/*padding: 10px 10px 10px 10px;*/
	background-color:#FFFFFF; /*Green Background #BCE58C*/
}

