@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #160100;
}
.oneColFixCtrHdr #container {
	width: 734px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #160100;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	height: 87px;
	position: relative;
}
.oneColFixCtrHdr #header #nav a img  {
	padding-right: 25px;
}
.oneColFixCtrHdr #header #nav {
	top: 32px;
	left: 400px;
	overflow: hidden;
	position: relative;
}
.oneColFixCtrHdr #container #header #subnav {
	float: right;
	clear: both;
	width: auto;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
}
.oneColFixCtrHdr #container #header #subnav a {
	font-family: "Arial Black", Verdana, Geneva, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline;
}
.oneColFixCtrHdr #container #header #subnav p {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	display: inline;
}
.oneColFixCtrHdr #mainContent {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	padding-right: 130px;
	padding-bottom: 40px;
	padding-left: 130px;
	height: 43px;
	background-color: #160100;
	overflow: hidden;
	width: 474px;
	clear: both;
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	padding: 0px;
	font-family: "Arial Black", Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #footer #footerNav  {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
}
.oneColFixCtrHdr #footer #footerSubNav  {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
}
.clrfloat {
	clear: both;
}
a, a img, img , a:active, a:link, a:hover, a:visited{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active , a:link, a:visited{
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #119DD8;
	text-decoration: none;
}


a img.rollover
{
	position:absolute;
	left:0px;
	display:none;
	top: -10px;
}


a:hover img.rollover
{
	display:block;
}
h2 {
	color: #008BD0;
	font-size: 36px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
