@charset "utf-8";
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 */
	
}

h2 {
	margin: 5px 0 15px 20px;
	font-size:13px;
	font-weight:bold;
	color:#333333}
	
	h3 {
	margin: 5px 0 15px 20px;
	font-size:12px;
	font-weight:bold;
	color:#444444}
	
	p {margin: 15px 0 15px 20px;
	font-size:12px;
	color:#000000}
	
	ul {
	list-style-type:square;
	line-height:15px;
	font-size:12px;
	padding-left:15px;
	margin-left:20px;
}
	
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header h1{
	
	padding: 27px 10px 5px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}
.oneColFixCtrHdr #header {
	background: #8CA1F4; 
	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 */
	height: 75px;
	
}
.oneColFixCtrHdr #mainContent h1{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin: 5px 0 0 0;
}

.row { /* a style to contain other elements on the page - gives a dotted border at the bottom of the area */
	width: 100%;
	float: left;
	display: inline;
	margin-right: -3px; /* IE 6 duplicate text fix */
	margin-bottom: 10px;
	/* border-bottom: 1px dotted #ccc; */
	overflow: hidden;
}

.spotlight {
	clear: right;
	width: 960px;
	margin-bottom: 10px;
}
.spotlight_desc {
	float: right;
	width: 783px;
	margin-bottom: 10px;
}
.spotlight ul {
	list-style-type: square;
	margin-left: 100px;
	padding-left: 5px;
}
.spotlight li a {
	color: #353e5b;
}
.spotlight li a:hover {
	color: #000;
}
.morelink a {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	color: #353e5b;
}
.morelink a:hover {
	color: #000;
}
/* when a .column is placed inside a two_cols row you get 2 equal columns of 240px that fill the right_column */
.two_cols .column {
	width: 480px;
	float: left;
	position: relative;
	overflow: hidden !important;
}
/* ------ Back to Top ------ */

.backtotop {
	/*	float: right;*/
	text-align: right;
	padding: 10px;
	font-size: 0.8em; /* 10pt x 0.8 = 8pt */
	font-weight: bold;
	text-transform: uppercase;
}
.backtotop a {
	text-decoration: none;
	color: #666;
}
.backtotop a:hover {
	text-decoration: none;
	color: #000;
}
	
.oneColFixCtrHdr #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background:#ffffff;
	padding: 5px 10px 5px 0;
}