body {
	background-color: #3F9EB2;
	margin: 0;
	padding: 0;
        font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #088B9E;
	}

.main_bg {
	background: #3F9EB2 url(img/hi_bg2a.gif) repeat-y top center;
	}

.bg1 {
	background:  url(img/hi_bg1.gif) repeat-x top center;
	}
.bg1a {
	background: url(img/hi_bg1a.gif) repeat-x top center;
	}
.tab_bg {
	background: url(img/tab_bg.gif) repeat-x top center;
	}
.top_bg {
	background: #7FC9D5 url(img/hi_top_bg.gif) repeat-y top left;
	}
.hi_left_bg {
	background: url(img/hi_left_bg.gif) repeat-y top center;
	}
.hi_right_bg {
	background: url(img/hi_right_bg.gif) repeat-y top center;
	}
.hi_nav_bg {
	background: url(img/hi_nav_bg.jpg) no-repeat;
	}
.hi_page_bg {
	background: url(img/hi_page_bg3.jpg) no-repeat;
	}

a:link, a:visited, a:active {
	color: #088B9E;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
.footer-txt a:link, .footer-txt a:visited, .footer-txt a:active {
	color: #fff;
        text-decoration: underline;
	font-weight: normal;
	}
.front {
	padding: 10px 60px 0 50px;
	}
.main {
        border: 0px solid #000;
        width: 626px;
	margin: 60px 50px 0px 50px;
        min-height: 500px;
	}
h1 {
	margin-top: 0;
	font-size: 17px;
	text-align: center;
	}
h2 {
	text-align: center;
	font-size: 17px;
	}
h3 {
	text-align: center;
	font-size: 15px;
	}
.txt1 {
	font-size: 14px;
	text-align: left;
	}
.txt2 {
	font-size: 11px;
	text-align: center;
	}
.footer-txt {
	font-size: 11px;
	text-align: center;
	color: #fff;
	padding: 0 0 30px 0;
	}
.hi_photo {
	margin: 0 0 0 -1px;
	}
.form-required { color: red; }

#nav a:link { color: #008594; text-decoration: none; }
#nav a:visited { color: #008594; text-decoration: none; }
#nav a:active { color: #000; text-decoration: none; }
#nav a:hover { color: #000; text-decoration: underline; }

#nav {
        padding: 7px 0 0 45px;
        }
#nav p {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	padding: 2px 0  0;
	margin: 5px 0 9px 0;
	color: #008594;
	}

.txt{font-size: 10px; color:#666666; font-family: Arial; font-weight: bold;}
select {  height: 18px; border:1px ridge #CCC; padding:0px; font-size: 10px; color:#666666; font-family:Arial }
input {  height: 18px; border:1px ridge #CCC; padding:0px; font-size: 10px; color:#666666; font-family:Arial}
input.radio { height: 18px; border:0px; padding:0px; font-size: 10px; color:#666666; font-family:Arial }
.style2 {font-size: 12px}

#dropmenudiv {
position:absolute;
background-color: #FFDC8A;
border:1px solid #fff;
border-bottom-width: 0;
font-size: 13px;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 4px;
color: #008594;
border-bottom: 1px solid #fff;
padding: 2px 0;
text-decoration: none;
font-size: 13px;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFBE4B;
color: #000;
}



