/* layout for site */
body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:760px; /* Prevent content from becoming unreachable in Gecko */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
/* position:absolute for all browsers - the whole page scrolls */
div.center-sticky {
display: none;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div.center-sticky {
display: none;
}
div.sticky-header {
display: none;
}
div.toppadding {
display: none;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div.centerwrap {
	/* set left margin and bottom padding for IE5/Win */
	padding:0px 0 0;
	margin-left:16px;
	/* set left margin and bottom padding for others */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:16px;
}
/* set left margin for modern browsers */
body>div.centerwrap {
	margin-left:0;
	margin-bottom: 0px;
}
div.centered {
	width:760px;
	margin:0 auto;
	padding: 0px 0px;
	background: #FFFFFF;
}
div.content {
	width:500px;
	background: #ffffff;
	padding: 30px 30px 84px;
	float: left;
}
div.boxcol {
	padding:30px 0 0 30px;
	margin-left:544px;
}
div.box {
	background: #FFFFFF;
	color: #7a7a7a;
	font-weight: bold;
	width: 152px;
	vertical-align: top;
}
div.clear {
	clear: both;
}
/* no positioning for IE5/Win - the whole page scrolls */
div.footerwrap {
display: none;
}
body>div.footerwrap {
	position:fixed;
}
div.footer {
display: none;
}
div.foot {
display: none;
}
div.bottompadding {
	height: 20px;
	width: 100%;
	background: #1e3141;
}
div.header_banner {
display: none;
}
div.header_menu {
display: none;
}

div#header_image {
display: none;
}

/* boxes on right hand side */
div.bluebox {
	border-bottom: 1px solid #ffffff;
}
div.toparrow_blue {
	height: 12px;
	background: url(../img/toparrow_blue.png) no-repeat;
}
div.bluebox_content {
	background: url(../img/bluedot.png) repeat;
	color: #ffffff;
	margin-top: -12px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
div.lightbluebox {
	border-bottom: 1px solid #ffffff;
}
div.toparrow_lightblue {
	height: 12px;
	background: url(../img/toparrow_lightblue.png) no-repeat;
}
div.lightbluebox_content {
	background: url(../img/lightbluedot.png) repeat;
	color: #ffffff;	
	margin-top: -12px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
div.graybox {
	border-bottom: 1px solid #ffffff;
}
div.toparrow_gray {
	height: 12px;
	background: url(../img/toparrow_gray.png) no-repeat;
}
div.graybox_content {
	background: url(../img/graydot.png) repeat;
	color: #ffffff;	
	margin-top: -12px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/* in-text boxes */
div.it_box {
	border: 1px solid #95b2bd;
}
div.it_boxheader {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #b0835a;
	background-color: #dbd3b9;
	padding: 5px;
}
div.it_boxcontent {
	padding-left: 10px;
	padding-right: 10px;
