<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
* {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #container {
	width: 904px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:url(../images/index_01.jpg);
	width: 904px;
	height: 120px;
}
.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 #header a.homeLink:link, a.homeLink:visited, a.homeLink:hover{
	float: left;
	height: 120px;
	width: 230px;
	display: block;
	text-decoration: none;
	border: none;
	margin: 0 0 0 165px;
}
.oneColFixCtrHdr #header a.headerNav:link, a.headerNav:visited, a.headerNav:hover{
	float: right;
	height: 24px;
	width: 127px;
	display: block;
	background: transparent;
	text-decoration: none;
	border: none;
	margin: 95px 0 0 0;
}
.oneColFixCtrHdr #contentWrap {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dbf1f5;
}
.oneColFixCtrHdr #contentWrap #mainContent {
	padding: 0 37px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #dbf1f5;
	background:url(../images/index_02.jpg);
	height: 457px;
}
.oneColFixCtrHdr #contentWrap #mainContent #table {
	float: left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 251px 0 0 550px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.gif);
	height: 27px;
	margin: 0;
}
.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 */
	color: #999;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.arial {
	font-family:Arial, Helvetica, sans-serif
}

.green {
	color: #66cc66;
}

.red {
	color: #cc0000;
}

.b {
	font-weight:bold;
}

.f-10 {
	font-size: 10px;
}

.f-12 {
	font-size: 12px;
}

.f-14 {
	font-size: 14px;
}

.f-18 {
	font-size: 18px;
}
.f-22 {
	font-size: 22px;
}
.f-26 {
	font-size: 26px;
}

.p-2 {
	padding: 2px
}

.l-18 {
	line-height: 18px;
}

.submitButton {
	background:url(../images/button.png); 
	border:0; 
	width: 214px; 
	height: 49px;
	cursor: pointer;
}




.oneColFixCtr #container {
	width: 950px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
-->
</style>
-->
</style>