@charset "UTF-8";

body { background-image:url(images/ocean_2.jpg); margin:0; padding:0; line-height:1.5em;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
a:link { color:#663300; }
a:visited { color:#ab8a00; }
#container  {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element that should be used for ie5 compatibility. */
}
#mainContent  {
	padding: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#welcome {
	font-size: 90%;
}
#container #mainContent .left td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.photos {
	text-align: center;
}
.noprint {
}
table.left      {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.caption {
	font-size: 9px;
	color: #666666;
	margin-top: -15px;
	text-align: center;
}
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #003333;
	margin-bottom: -15px;
	display: none;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
	margin-bottom: -10px;
	text-align: center;
	font-size: 24px;
	border-top: dashed #000033 1px;
	text-transform: uppercase;
}
#container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003333;
	font-size: 24px;
	margin-bottom: -15px;
	margin-top: 8px;
	text-transform: none;
}
