@charset "utf-8";
body {
	font: 10px Arial;
	margin: 20 0 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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 #000000;
	text-align: left;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF no-repeat;
	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. */
	height: 90px;
	margin: 0px;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr   #mainContent {
	padding: 0px;
	margin: 0px;
	height: auto;
	float: none;
	width: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccccc;
	font: 12px Arial;
	margin: 0px;
	float: none;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	height: 24px;
	line-height: 22px;
}

.oneColFixCtrHdr #mainNav
{
	background: #CCCCCC;
	height: 24px;
	vertical-align: bottom;
	text-align: center;
	font: 12px/22px Arial;
}

.oneColFixCtrHdr #mainContentOne
{
	font: 12px Arial;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #mainNavTop
{
	height: 24px;
	background: #CCCCCC;
	font: 12px/24px Arial;
	text-align: center;
}

.oneColFixCtrHdr #bannerpic
{
	height: auto;
	width: 800px;
}

.oneColFixCtrHdr  #mainContentTwo 
{
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #subMenuOne
{
	font: 11px/20px Arial;
	background: left top;
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	padding: 2px 10px;
	color: #333333;
	text-align: left;
	height: auto;
	width: 100px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: 2px;
	border-left-width: 2px;
}
.oneColFixCtrHdr #subContentOne
{
	font: 11px Arial;
	color: #333333;
	text-align: left;
	margin: 10px 0px 0px;
	float: right;
	height: auto;
	width: 590px;
	padding: 0px 20px 30px 40px;
}
.oneColFixCtrHdr #mainContentCS  
{
	font: 11px Arial;
	color: #000000;
	padding: 10px 40px 30px 60px;
	list-style: url(../img/bullet_4.jpg);
}

.oneColFixCtrHdr #clear
{
	clear: both;
}





h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: bold;
}
body,td,th {
	font: 11px Arial;
}
.style12boldblue {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.style12boldblack {
	font: bold 12px Arial;
}
.whtBold11 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.blkBold11 {
	font: bold 11px;
}
.red18bold {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.red16bold {
	font: bolder 16px Arial;
	color: #CC3300;
}







a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000066;
}

h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font-size: 16px;
	color: #003399;
}
h3 {
	font-size: 14px;
	color: #003399;
}

h4 {
	font-size: 12px;
	color: #003399;
}

h5 {
	font-size: 11px;
	color: #333333;
}
.oneColFixCtrHdr #bobsRss
{
	padding: 10px 10px 10px 20px;
	margin: 0px;
	width: 550px;
	float: left;
	clear: right;
}


.bgh {
	color: #030303;
	font-size: 8pt;
	font-family: Arial;
	font-weight:bold
}.bgd {
	color: #030303;
	font-size: 6pt;
	font-family: Arial;
}

.oneColFixCtrHdr #helpbox
{
	width: 200px;
	float: right;
	margin: 0px 10px 10px;
}

.oneColFixCtrHdr #clear2
{
	clear: both;
}
