body { 
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;	
}


hr {
	height: 1px;	
	border: 0;
	border-bottom: 3px solid #333;
	margin: 1em 0;
}


#contentcontainer {
	text-align: left;
	width: 670px;
	padding: 0;	
	margin: 0;
	position: relative;
	left: 0;
	border: 0;
}

#home_left {
	float: none;
	width: auto;
}

#home_right {
	float: none;
	width: auto;
}


#pagecontent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #124DA2;
}

#footer {
	clear: both;
	font-size: 9px;
	border-top: 8px solid #CCC8C6;	
	padding: 8px 5px 15px 5px;
	margin: 1px 0 0 0;
}

#right_sidebar {
	float: right;
	width: 232px;
	font-size: 11px;
	background: #F0F1F3;
	padding: 5px 0 5px 5px;
}
#content_with_sidebar {
	font-size: 11px;
	width: 410px;
	margin-right: 245px;
}
#content_with_sidebar, #content_no_sidebar {
	padding: 5px 5px 5px 0;
}


/* print template support */
.noprint, #nav_area, #topnav, #subnav, #check_for_service, #dotted_div {
	display: none; height: 1px; border: 0
}
.printonly {
	display: block;
}
#top_right_area, #logo_wrapper {
	display: inline; border: 0; padding: 0; height: 70px
}
#logo_wrapper {
	float: left
}
#top_right_area {
	float: right
}
#pagecontent {
	clear:both; overflow: visible; border: 0
}
#header {
	border-bottom: 8px solid #CCC8C6; height: 70px
}



