@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 10px;
}
.footer a{
	color:#000000;
	text-decoration:underline;
	}
.footer a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#000000;
	}
.footer a:visited{
	color:#000000;
	text-decoration:underline;
	}
.footer a:visited:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#000000;
	}
body {
	/**background-image:url(images/water_BG3.jpg);
	background-attachment:fixed;*/
	background-color: #205698;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #235698;
}
a:visited {
	color: #235698;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #00CC00;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
#navTable {
	font-size:13px;
	}
#navTable a {
	color:#235698;
	}
#navTable a:hover {
	color:#000000;
	}
h1 {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#205698;
}
h3 {
	margin-top:6px;
	margin-bottom:6px;
	}
h4 {
	margin:6px;
	text-align:center;
	font-size:15px;
	}
.whiteText {
	color:#ffffff;
	}
.hmPgText {
	width:549px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:justify;
	padding:8px;
	margin:0px;
	border: solid 1px #000000;
	}
.hmPgText2{
	width:549px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#235698;
	text-align:justify;
	padding:8px;
	margin:0px;
	}
.paddedBorder {
	padding:8px;
	margin:0px;
	border: solid 1px #000000;
	width:706px;
	}
.smallerLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.smallerLink a {
	display:block;
	text-decoration:underline;
	color:#235698;
	}
.smallerLink a:hover {
	display:block;
	text-decoration:none;
	color:#235698;
	background-image:#ffffff;
	}
.smallerLink a:visited {
	display:block;
	text-decoration:underline;
	color:#235698;
	}
.smallerLink a:visited:hover {
	display:block;
	text-decoration:none;
	color:#235698;
	background-image:#ffffff;
	}
.blackHR {
	height:1px;
	color:#000000;
	background-color:#000000;
	}
.smallSpace {
	height:4px;
	}