@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #748FAD;
	background-image:url(/images/page_bg.jpg);
	background-repeat:repeat-x;
	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;
	font-size: 12px;	
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}

.oneColFixCtrHdr #topper {
	/*background: #F0F0F0; */
	padding: 0;
	margin: 0 auto;
	width: 770px;
	height: 10px;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 15px;
}

.oneColFixCtrHdr #navbox {
	margin: 0;
	padding: 0; 
	width: 740px;
	height: 139px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #navboxcontainer {
	padding: 109px 0 0 10px;	
}

	.oneColFixCtrHdr #navbox ul {
		padding: 0;
		margin: 0;
		height: 30px;	
	}
		
	.oneColFixCtrHdr #navbox ul li { 
		display: inline; 
		margin: 0;
		padding: 0;
		float: left;
	}
		
	.oneColFixCtrHdr #navbox ul li a {
		margin: 0 10px 0 0;
		padding: 8px 20px 16px 20px;
		float: left;
		height: 6px;
		color: #516B88;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;		
		background-image: url(/images/nav_off_bg.jpg);
		background-repeat: repeat-x;
	}
		
	.oneColFixCtrHdr #navbox ul li a:hover {
		background: #F0F0F0;
	}

	.oneColFixCtrHdr #navbox ul li .active {
		background: #FFFFFF;
		color: #000000;
	}

.oneColFixCtrHdr #mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 auto;
	float: left;
}

	.oneColFixCtrHdr #mainContent h1 {
		padding: 0 0 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		border-bottom: 3px solid #748FAD;
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	
	.oneColFixCtrHdr #mainContent h2 {
		padding: 0 0 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		border-bottom: 2px solid #F0F0F0;
		margin: 10px 0 10px 0;
		font-size: 16px;
	}

.oneColFixCtrHdr #rightbox {
	float: right;
	border: 4px solid #748FAD;
	background: #FEFEFE;
	background-image: url(/images/rightboxbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 280px;
	margin: 0;
	width: 220px;
}

.oneColFixCtrHdr #rightboxcontainer {
	padding: 10px;
	margin: 0;
}

.oneColFixCtrHdr #footer {
	border-top: 4px solid #748FAD;
	background: #FFF;	
	padding: 15px 0 15px 0;
	margin: 0px auto 10px auto;
	width: 770px;
	text-align: center;
	color: #000;
	clear: both;
}

.oneColFixCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;	
}

.oneColFixCtrHdr #footer a {
	color: #000;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #4B6581;
	text-decoration: none;	
}
.style1 {font-size: 18px}
.style8 {font-size: 14px}


