body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.mainCol #container {
	width: 931px;
	margin: 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. */
}
.mainCol #bannerArea {
	margin: 0;
	height:302px;
	padding-left: 4px; 
	padding-top: 5px;  
}

.centerbanner{ /*IE method of centering a relative div*/
text-align: center;
}

.centerbanner>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


.mainCol #titleArea {
	/*margin-top:5px; */
	height: 23px;
	padding-top:7px;
	margin-left: 15px;

}

.mainCol #titleArea img {
	border: 1px solid #ffffff;
}
.maincol #globalNav {
	margin: 0;
	overflow:auto;
}

#globalNav_left{
	float:left;
}

#globalNav a{
	padding-left: 23px;
}

#globalNav_right {
	float: right;
	margin-right: 15px;
	display:inline;
}

#globalNav_right a {
	padding:0px;
}

.mainCol #header {
	margin: 0;
	
}
.mainCol #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainCol #backgroundWrapper {
	background-image: url(../site_images/background.jpg);
	background-repeat: no-repeat;	
	background-color: #F1F1F1;
	padding: 0;
	clear:both;
}
.mainCol #mainContent {
	padding: 0 15px; 
}
.mainCol #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../site_images/body_rounded_bot.gif);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	overflow:auto;
}
.mainCol #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; 
	
}

.mainCol #footer_content {
	margin-top: 8px;
	border-top: 1px solid #B9C9D3;
}
.mainCol #footer_left {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 12px;
	color: #96999C;
	float:left;
	display:inline;
}

.mainCol #footer_right {
	margin-top: 10px;
	margin-right: 15px;
	float:right;
	display:inline;
}

#mainContent {
	font-size: 12px;
	overflow:auto;
}

#left_column {
	width: 191px;
	margin-top: 20px;
	float:left;
	display:inline;
}

#left_column a {
	line-height: 20px;
	font-size: 12px;
	text-decoration:none;
	/*font-weight:bold; */
	color: #005FA0;
}

#left_column a:hover, #left_column a:active {
	color: #FF381E;
}

.left_column_on {
	color: #FF381E;
}



#body_text {
	width: 570px;
	margin-top: 43px;
	margin-left: 30px;
	line-height: 18px;
	float:left;
	display:inline;
	font-size: 12px;
}

#body_text ul li {
	margin-bottom: 8px;
}

#mainContent h2 {
	color: #005FA0;
	font-size: 14px;
}
