@charset "UTF-8";
html {
    overflow-y: scroll;
}

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #45535c;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	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: #666666;
	font-size:12px;
	line-height:16px;
}
.oneColFixCtrHdr a:link {
	text-decoration:underline;
	font-weight:bold;	
	color:#00417b;
}
.oneColFixCtrHdr a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#00417b;
}
.oneColFixCtrHdr a:active {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
.oneColFixCtrHdr a:hover {
	text-decoration:underline;
	font-weight:bold;	
	color:#000000;
}

.oneColFixCtrHdr #container {
	width: 952px;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #nav {
	color:#8696a2;
	font-size:13px;
	font-style:oblique;
	font-weight:bold;
	font-stretch:narrower;
}
.oneColFixCtrHdr #yellowLink {
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;

}
.oneColFixCtrHdr #yellowLink a:link {
	color: #ffe700;
}
.oneColFixCtrHdr #yellowLink a:hover {
	color: #ffe700;
}
.oneColFixCtrHdr #yellowLink a:visited {
	color: #ffe700;
}
.oneColFixCtrHdr #yellowLink a:active {
	color: #ffe700;
}

.oneColFixCtrHdr .yellowEmph {
	font-size:16px;
}


.pageTitle {
	font-size: 28px;
	color: #ffe700;
	padding:0 10px 0 0;
	text-align:right;
	font-weight:bold;
}

.emphasized  {
	color: #ffe700;
}

.boldText  {
	color: #666666;
	font-size:13px;
	font-weight:bold;
}
.darkEmphasis  {
	color: #00417b;
	font-size:13;
	font-weight:bold;
}
.paleText {
	font-size: 13px;
	color: #e8e5d4;
	font-weight:bold;
	line-height:18px;
}

.paleSimpleText {
	font-size: 12px;
	color: #e8e5d4;
}

.sidebar {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 18px 10px 0 30px;
}
.sidebar p {
	padding: 6px 0 0 0;
	margin: 0;
}
.sidebarTitle {
	font-size: 16px;
	color: #00417b;
	font-weight:bold;
}
.centerBlock {
	background-color: #FFFFFF;
	background-image:url(images/centerBlock.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.centerBlockTitle {
	font-size: 15px;
	color: #00417b;
	font-weight:bold;
}
.contentTitle {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 12px 8px 12px;
}
.smallContentTitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 12px;
}
.contentQuote {
	font-size: 13px;
	font-weight: bold;
	color: #00417b;
	font-style:oblique;
	line-height:18px;
	margin:0;
	padding:0;
}

.contentBlock {
	padding: 0px 12px;
	margin:10px 0;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#8da3af;
}
.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: 10px 0; /* padding on this element will create space, just as th
.preload{
display: none;	
	}

e the margin would have, without the margin collapse issue */
}
.spotlight {
	margin-left: 10px;
}

.pRegister
{
	width: 90%;
	text-align: left;
}

.required
{
	color: #00417B;
}

div#preload { display: none; }
