@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(../images/background.jpg);
}
.oneColFixCtrHdr #container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #343F7F;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 850px;

}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
	border-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	padding: 0;
	line-height: 0.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}


.oneColFixCtrHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #373E86;
	background-image: url(../images/footer.jpg);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-repeat: repeat-y;
}
.detailsl {
	background-color: #433A3D;
}
.detailsr {
	background-color: #433A3D;
}

.oneColFixCtrHdr #banner {
	margin: 0px;
	padding: 0px;
	width: 850px;
}



.oneColFixCtrHdr #container #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0;
	
}


.oneColFixCtrHdr #siteby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: right;
}
.oneColFixCtrHdr #siteby a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.oneColFixCtrHdr #siteby a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}
.oneColFixCtrHdr #container #footer table tr th a {
	color: #FFF;
}

.oneColFixCtrHdr #sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float:left;
}

.oneColFixCtrHdr #sitemap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

}
.oneColFixCtrHdr #sitemap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;	
}
.oneColFixCtrHdr #links {
	text-align: center;
	background-color: #FEF731;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.oneColFixCtrHdr #links a{
	padding-left: 0px;
	color: #433A3D;
	font-weight: bold;
}

.oneColFixCtrHdr #links a:hover{
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
}
.textback1 {
	background-color: #000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 2px;
	margin-bottom: 30px;
}
.textback2{
	background-color: #293A84;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 2px;
	margin-bottom: 30px;
}
.textback3 {
	background-color: #313A52;
    padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 2px;
	margin-bottom: 30px;
}

.textback4 {
	background-color: #373E86;
    padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 2px;
	margin-bottom: 30px;
}
.textback5 {
	background-color: #433A3D;
    padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 2px;
	margin-bottom: 30px;
}
.imgleft {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 0px;
}
.imgright {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a:link {
	color: #3CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9FF;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
}
.yellow {
	color: #FF9;
}
.current {
	color: #FF0;
	margin: 0px;
}
