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

body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color: #000000;
	font-weight: normal;
}
#whiteTable {
	background-color: #FFFFFF;
}

#logoText {
	font-size: 12px;
	font-weight: bold;
}

body {
	background-color: #CEE7EC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(images2/water.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftBar {
	background-image: url(images2/left_bar.jpg);
	background-repeat: repeat-y;
}
#rightBar {
	background-color: #FFFFFF;
	background-image: url(images2/right_bar.jpg);
	background-repeat: repeat-y;
}

a:link {
	color: #065B6F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09829F;
}
a:hover {
	text-decoration: underline;
	color: #044251;
}
a:active {
	text-decoration: none;
	color: #065B6F;
}
h1 {
	font-size: 21px;
	line-height: 32px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2 {
	font-size: 17px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 564px;
	width: 748px;
}
#contentText {
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.boldLg {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.imagesPad {
	margin: 5px;
}
.imagesBorder {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #065B6F;
}

.smallFont {
	font-size: 12px;
}
