@charset "utf-8";
body {
	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-color: #FFF;
	background-image: url(Images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1002px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	background-image: url(Images/container.jpg);
	background-repeat: no-repeat;
	background-position: 0px 389px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(Images/header_bg.jpg);
	height: 139px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #header ul {
	float: right;
	margin-top: 90px;
	margin-right: 10px;
	list-style-type: none;
}
.oneColFixCtrHdr #container #header ul li a {
	text-decoration: none;
	color: #123776;
	font-weight: normal;
}

.oneColFixCtrHdr #container #header ul li {
	float: left;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.oneColFixCtrHdr #header h1 {
	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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #box {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #flash {
	padding: 0px;
	height: 336px;
	width: 502px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #text {
	background-image: url(Images/maintext_bg.jpg);
	padding: 0px;
	width: 500px;
	float: right;
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #0180AD;
}
.oneColFixCtrHdr #container #mainContent #text h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 42px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #text h3 {
	color: #f5d75e;
	font-size: 34px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #text h4 {
	color: #FFF;
	font-size: 34px;
	font-weight: normal;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: -1px;
}
.oneColFixCtrHdr #container #mainContent #text h5 {
	color: #F5D75E;
	font-size: 33px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.oneColFixCtrHdr #container #mainContent #text h1 {
	font-size: 55px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #text p {
	color: #FFF;
	padding-right: 70px;
	padding-left: 70px;
	text-align: left;
	font-size: 14px;
}



.oneColFixCtrHdr #footer {
	background-image: url(Images/footer_bg.jpg);
	clear: both;
	height: 41px;
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
}
.oneColFixCtrHdr #container #header img {
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #header a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.oneColFixCtrHdr #footer p a {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #text ul li {
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #text ul {
	list-style-type: circle;
	text-align: left;
	padding-right: 70px;
	padding-left: 85px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent #box iframe {
	padding-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #box small a {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent #text h6 {
	font-size: 24px;
	color: #f5d75e;
	margin: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.oneColFixCtrHdr #container #mainContent #text .sub p {
	font-weight: bold;
	color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent #text #special {
	padding-top: 10px;
	margin-top: 10px;
}
