@charset "UTF-8";
body {
	font: 100% Tahoma, Arial, Verdana, sans-serif;
	background: #9ba3b7;
	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;
}

a, a:visited{
color: #272b7f;
}

a:hover{
color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* 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: 1px solid #7176AF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #272b7f;
	padding: 0px;  /* 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. */
	margin: 0px;
}
.oneColFixCtrHdr #header table, .oneColFixCtrHdr #header img{
	padding: 0px; 
	margin: 0px;
}
.oneColFixCtrHdr #breadcrumb {
	color: #272b7f;
	padding: 6px 0px 4px 10px;
	margin: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ABABCE;
}
.oneColFixCtrHdr #breadcrumb h1{
	color: #272b7f;
	font-size: 16px;
	padding: 0px;
	margin: 0px;	
}
.oneColFixCtrHdr #breadcrumb h1 a, .oneColFixCtrHdr #breadcrumb h1 a:visited{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #breadcrumb h1 a:hover{
	color: #333;
	font-size: 14px;
	padding: 0px;
	margin: 0px;	
}
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eae9ff url(/images/sidebarfill.jpg) no-repeat bottom; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	font-size: 13px;
	text-align: justify;
}
.oneColFixCtrHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(/images/sidebar2_bck.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	font-size: 13px;
	text-align: justify;
}
.oneColFixCtrHdr #sidebar1 h1,.oneColFixCtrHdr #sidebar2 h1{
	color: #272b7f;
	font-size: 18px;
}
.oneColFixCtrHdr #sidebar1 h2, .oneColFixCtrHdr #sidebar2 h2{
	color: #272b7f;
	font-size: 15px;
}

.oneColFixCtrHdr #sidebar1 ul, .oneColFixCtrHdr #sidebar2 ul{
	margin: 0px;
	padding: 0px 0px 30px 20px;
	text-align: left;
	font-size: 14px;
}
.oneColFixCtrHdr #mainContentFront {
	margin: 0 0 0 370px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: justify;
}
.oneColFixCtrHdr #mainContentFrontNew {
	margin: 0 0 0 321px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 14px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;

}
.oneColFixCtrHdr #mainContentFrontNew #storyContent {
	padding: 0 20px 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixPop #mainContent {
	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: 13px;
}
.oneColFixCtrHdr #mainContent {
	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: 13px;
}
.oneColFixCtrHdr #mainContent p{
	padding-top: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContentFront h1, .oneColFixCtrHdr #mainContentFrontNew h1{
	color: #7176B0;
	font-size: 18px;
}
.oneColFixCtrHdr #mainContentFront h2, .oneColFixCtrHdr #mainContentFrontNew h2{
	color: #272b7f;
	font-size: 16px;
	font-style: italic;
}
.oneColFixCtrHdr #mainContent h1{
	color: #272b7f;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h2{
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h3{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #bottomBar {
	padding: 0 10px;
	background: #7176AF;
	height: 80px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 12px;
}
.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 the the margin would have, without the margin collapse issue */
}
.fltlft { 
	float: left;
}
.fltrht { 
	float: right;
}
.fltrtTop { 
	float: right;
}
.fltrhtemail {
	float: right;
	padding: 6px 30px 6px 6px;
}
.fltrhtemail a, .fltrhtemail a:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}
.fltrhtemail a:hover{ 
	font-size: 12px;
	color: #FFFFFF;	
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	margin: 4px;
	padding: 10px;
	width: 250px;
	background-color: #CBCDF6;
}
.quote2 {
	margin: 4px;
	padding: 10px;
	background-color: #CBCDF6;
}
.quote12 {
	font-size: 14px;	
}

.addInfo {
	margin: 4px;
	padding: 0px;
	width: 270px;
	background-color: #D6B566;
}
.oneColFixCtrHdr #mainContent .addInfo p{
	padding: 0px 6px;
}
.oneColFixCtrHdr #mainContent .addInfo h1 {
	color: #ffffff;
	margin: 0px 0px 6px;
	padding: 4px;
	background-color: #272b7f;
	font-size: 14px;
	text-align: center;
}
.red {
	color: #FF0000;
}

.popBox{
	padding: 6px;
	
	width: 500px;
	text-align: left;
}
.popBox h1{
	font-size: 16px;
	color: #272b7f;
}
.popBox h2{
	font-size: 14px;
}
.popBox p, .popBox ul{

	font-size: 13px;
}
