@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #001e44;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/water-3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bodyBorder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2B6D8D;
	border-left-color: #2B6D8D;
}
.tablebkgrnd {
	background-image: url(images/bkgrnd-trnsp.png);
	background-repeat: repeat;
	background-position: left top;
}
#header {
	background-image: url(images/header1.jpg);
	height: 150px;
	width: 990px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E4E27;
}
#headerText {
	font-size: large;
	font-weight: bold;
	color: #287AA2;
	margin: 10px;
}
#address {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 14px;
	padding-top: 4px;
	width: 500px;
	float: right;
}
#container {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contentArea {
	background-color: #050E3D;
	padding: 10px;
	border: 2px solid #2B6D8D;
	text-align: center;
}

.textBlue {
	color: #0F2763;
	font-weight: bold;
}
#footer {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	color: #2E5763;
	text-align: right;
}
#footer  a {
	color: #2E5763;
	text-decoration: none;
}
#footer  a:hover {
	color: #386A78;
}
a {
	color: #76AFC0;
	text-decoration: none;
}
a:hover {
	color: #66FFFF;
	text-decoration: none;
}
.imgCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.imgRight {
	float: right;
}
h1 {
	color: #47879A;
}
ul {
	font-size: medium;
}
.imgBorder {
	border: 2px solid #2B6D8D;
	/* border: 1px solid #00FFFF; */
}
.textsmall {
	font-size: small;
}
.smallContentBox {
	width: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
