/* CSS Document */

.header{
font-family:Tahoma;
font-size:24px;
color:#009bb7;
font-weight:bold;
}

.title{
font-family:Tahoma;
font-size:14px;
color:#009bb7;
font-weight:bold;
}

.bodytext{
font-family:Tahoma;
font-size:12px;
color:#000000;
}

.subtitle{
font-family:Tahoma;
font-size:13px;
color:#000000;
font-weight:bold;
}

.nav_text {
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

UL
{
    font-family: Tahoma;
	font-size: 12px;
    color: #000000;
}

OL
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
}

.background_nav {
background-image:url("../images/nav_bg.jpg");
width: 749px;
}

.background_green {
background-color:#b2e9cf;
}

.background_teal {
background-color:#009bb7;
}

.green_ad_text {
font-family:Tahoma;
color:#000000;
font-weight: bold;
font-size:18px;
line-height: 125%;
}

.teal_ad_title_text {
font-family:Tahoma;
color:#000000;
font-size:22px;
font-weight:bold;
padding-bottom:5px;
}

.teal_ad_text {
font-family:Tahoma;
color:#000000;
font-size:16px;
line-height: 110%;
}

a.TEALBOX, a.TEALBOX:LINK, a.TEALBOX:VISITED {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
a.TEALBOX:HOVER {
	font-family: Tahoma;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

.dates_title {
font-family:Tahoma;
color:#000000;
font-size:18px;
font-weight:bold;
color:#009bb7;
padding-left:10px;
padding-right:5px;
}

.dates_bodytitle {
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#009bb7;
padding-left:10px;
}

.dates_bodytext {
font-family:Tahoma;
font-size:12px;
color:#494949;
padding-left:5px;
padding-right:5px;
}

.footer_text{
font-family:Tahoma;
font-size:12px;
color:#000000;
padding-left:10px;
padding-right:20px;
}

a, a:LINK, a:VISITED {
font-family: Tahoma;
font-size : 12px;
color : #009bb7;
text-decoration: none;
}

a:HOVER {
font-family: Tahoma;
font-size : 12px;
color : #009bb7;
text-decoration: underline;
}

/* body styles */

body {
  	text-align: center;
	background-color:#c8ecf2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
  	text-align: left;
  	width: 958px;
  	margin: 0 auto;
	vertical-align: top;
}

hr {
border: none 0;
border-top: 1px solid #cecece;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.hr_rule {
padding-top:15px;
padding-bottom:15px;
padding-left:25px;
padding-right:35px;
}

a.MENUNAV, a.MENUNAV:LINK, a.MENUNAV:VISITED {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.MENUNAV:HOVER {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

/* eform */

td {

	font-family: Verdana;
	font-size: 11px;
}


.text {
	font-family: Verdana;
	font-size: 11px;
	color: #267371;
	text-decoration:none


}
/*
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EAEAEA;
}
*/
textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EAEAEA;
}
a.pro, a.pro:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.pro:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #950000;
	text-decoration: underline;
}
.prLink {
	font-weight: bolder;
	color: #DB8080;
	text-decoration: none;

}
.bold {
	font-weight: bold;
	color: #333333;
}
.headliner {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.prolink {
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a.prolink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.line {
	font-weight: bold;
	color: #333333;
	background-color: #EEF5FB;
	background-position: left;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	background-color: #F4F9FB;
}
.redstar{
	font-family: Verdana;
	font-size: 11px;
	color:#FF0000;
	text-decoration:none
}
fieldset { 
margin: 0 0 2em 0; 
padding: 1em .5em .5em .5em; 
border: 1px solid #abadb3; 
} 
	
input { 
border: 1px solid #abadb3;
font-family: Tahoma; 
/*font-weight: none;*/
font-size: 11px;
background-color: #FFFFFF;
} 