@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "verdana";
	font-size: 11px;
	color: #013650;
}
#leftbg {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
.hornav {
	color: gold;
	background-image: url(images/hornavbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
}
.navigation{
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: gold;
}
a.navigation:link {color: white; text-decoration: none; font-weight: bold;}
a.navigation:visited {color: white; text-decoration: none; font-weight: bold; }
a.navigation:hover {
	color: gold;
	text-decoration: underline;
	font-weight: bold;
}
a.navigation:active {color: white; text-decoration: none; font-weight: bold; } 
.mainbg {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
.footernav {
	color: #FFF;
	background-image: url(images/footnavbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 10px;
}
a.footernavlink:link {color: white; text-decoration: underline; }
a.footernavlink:visited {
	color: white;
	text-decoration: underline;
}
a.footernavlink:hover {color: gold; text-decoration: none; }
a.footernavlink:active {
	color: white;
	text-decoration: underline;
} 

.bottomtext {
	font-size: 9px;
	font-weight: bold;
}
a.bottomtext:link {
	color: #000;
	text-decoration: underline;
}
a.bottomtext:visited {
	color: #000;
	text-decoration: underline;
}
a.bottomtext:hover {color: red; text-decoration: none; }
a.bottomtext:active {
	color: #000;
	text-decoration: underline;
} 

#txt10bold {
	font-size: 10px;
	font-weight: bold;
}
#form {
	border: 1px solid #05232E;
	background-color: #FFF;
	height: 20px;
	color: #05232E;
}
.headerbgtop {
	background-image: url(images/bgtop.png);
	background-repeat: repeat-x;
	position: absolute;
	visibility: visible;
	z-index: -99;
	height: 235px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.topic {
	font-size: 16px;
	font-weight: bold;
	color: #013650;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subtopic {
	font-size: 12px;
	font-weight: bold;
	color: #013650;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bluetext {
	color: #013650;
}
.divbg {
	background-image: url(images/divbg.jpg);
	background-repeat: no-repeat;
}
.lefthdr {
	height: 25px;
	background-image: url(images/lefthdr2.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "times new roman";
	text-align: center;
	visibility: visible;
}
#txt14bold {
	font-size: 14px;
	font-weight: bold;
}
#txt12bold {
	font-size: 12px;
	font-weight: bold;
}
#contactformtxtbox {
	border: 1px solid #013650;
	height: 20px;
	width: 135px;
}
#contactformtxtarea {
	border: 1px solid #013650;
	width: 135px;
	height: 50px;
}
.whitetxt {
	color: #FFF;
}
#contactformtxtbox2 {
	border: 1px solid #013650;
}
.redtxt {
	color: #F00;
}
#captchaborder {
	border: 1px solid #013650;
	height: 20px;
	width: 75px;
}
