body {
scrollbar-3d-light-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #0071b0;
scrollbar-dark-shadow-color: #FFFFFF;
scrollbar-face-color:#0071b0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 30PX;
	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 */
	font-family:Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container {

	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	backg round: #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 #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin:0;
border-top-color: #0071b0;
border-top-style: dotted;
border-top-width: 1px;
border-bottom-color: #0071b0;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-color: #0071b0 #0071b0 #0071b0 #0071b0;
border-left: 1px dotted #0071b0;
border-right: 1px dotted #0071b0;
border-bottom-color: #0071b0;
border-bottom-style: dotted;
border-bottom-width: 1px;
text-align:center;
}

#header{
	text-align:center;
	padding: 0;
	margin: 0;
	border: none;
	}

#home_left_image{
	float:left;
	width: 435px;
	border:none;
	text-align:center;
}

.oneColFixCtrHdr #footer {
	padding:10PX 0;
	text-align:center;
	background:#ffffff;
	margin:0;
	border: 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.main_right{
	margin:0;
	padding:0;
	float:right;
	border:none;
}

#main_right{
	margin:0 0 0 435;
	padding:0;
	border:none;
}

HR
{color: #0071b0;
height: 1px;
margin-bottom: 3px;
line-height: 7px}

.maintext
{font-family: Arial,Helvetica, sans serif;
color: #000000;
font-weight: normal;
font-style:none;
font-size: 10pt}

.newstext
{font-family: Arial,Helvetica, sans serif;
color: #000000;
font-weight: normal;
font-style:none;
font-size: 10pt;
margin-top: -15px;
margin-left: 20px}

.mainhead
{font-family: Arial,Helvetica, sans serif;
color: #0071b0;
font-weight:bold;
font-style:none;
font-size: 14pt}

.smtext
{font-family: Arial,Helvetica, sans serif;
color: #0071b0;
font-weight: normal;
font-style:none;
font-size: 8pt}


.searchtext
{font-family: Arial,Helvetica, sans serif;
color: #0071b0;
font-weight: normal;
font-style:none;
font-size: 12pt}

.heads
{font-family: Arial,Helvetica, sans serif;
color: #0071b0;
font-weight: bold;
font-style:none;
font-size: 13pt}

.formtext
{font-family: arial,helvetica, trebuchet ms;
font-size:10pt;
font-style:normal;
font-weight:normal;
text-decoration:none;
color:#000000}

.link
{font-family: arial,helvetica, trebuchet ms;
font-size:9pt;
font-style:normal;
font-weight:normal;
text-decoration:none;
color:#0071b0}

a.link
{font-family: arial,helvetica, trebuchet ms;
font-size:9pt;
font-style:normal;
font-weight:normal;
text-decoration:none;
color:#0071b0}

.links
{font-family:arial,helvetica;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
color:#000066}

.logintext
{font-family:arial,helvetica;
color:black;
font-size:11px}


.search
{font-family:arial,helvetica;
font-size:12px;
font-style:normal;
color:black;
font-weight:bold}

.text
{font-family:palatino,arial,helvetica;
font-size:12px;
font-style:normal;
color:#000000}

.textboxtext
{font-family:arial,helvetica;
color:White;
font-size:12px}


.contact
{font-family:arial,helvetica;
color:#ff9900;
font-size:12px;
text-decoration:underline;
font-weight:bold}

A:Hover
{color: #FFFFFF;
background-color: #0071b0;
text-decoration: underline;
}
.fltrt_search { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
	padding-top:60px;
	margin-top: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top:0;
	padding-top:0;
}
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.copyright {
	color: #0154A0;
	padding: 0;
	margin: 0px 0 5px 15px;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	}

