@charset "utf-8";
body {
	background: #036A57;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/seabkgd.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #header {
	margin: 0;
	padding: 10px 0px;
}
.oneColFixCtr #mainContent {
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-style:italic;
	font-weight: normal; 
	text-align:center;
}
a:link {
	color: #036A57;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #453519;
}
a:hover {
	text-decoration: underline;
	color: #036A57;
}
a:active {
	text-decoration: none;
	color: #036A57;
}
	
