@charset "UTF-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #999966;
}
a:active {
	text-decoration: none;
}
body {
	background: #49699D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background_ocean_02.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	color: #FFFFFF;
}
.Body {font-size: 14px; word-spacing: 0px; }
.copyright {	color: #C2CDE0;
	font-size: 10px;
	padding-top: 120px;
}
h1 {
	font-size: 18px;
	color: #DDE4EF;
}
h2 {
	font-size: 16px;
	color: #DDE4EF;
}
#logo {
	height: 249px;
	width: 179px;
	position: relative;
	z-index: 1;
	left: 41px;
	top: -116px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background_brown.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/blue_lotus_header.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/background_brown.jpg);
	background-repeat: repeat-y;
	background-color: #816F6A;
	padding-left: 280px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	height: auto;
	overflow: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/blue_lotus_footer.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.style1 {color: #CCCCCC}
.style2 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-style: italic; }
