body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

html { min-height:100%; margin-bottom:1px; }

img.boat {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border: none;
}

/* table formatting */
td {
	vertical-align: top;
}

table#main {
	width: 770px;
	border: none;
}
td.nav {
	height: 22px;
	width: 770px;
	background-color: #1b4c91;
}

td.left {
	width: 165px;
	background-color: #1B4C91;
}
td.right {
	width: 175px;
}

td.footer {
	background-color: #1B4C91;
	height: 22px;
	font-size: 8pt;
	color: #ffffff;
	vertical-align: middle !important;
}

td.content {
	width: 
}

.copyright {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}

.design {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
}

/* text formatting */
h1, h2, h3 {
	color: #1b4c91;
	margin-left:10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 {
	font-size: 16pt;
	/*font-weight: lighter;
	letter-spacing: 0.2em;*/
}

h2 {
font-size: 12pt;
		
}

h3 {
	font-size: 10pt;
		/*font-weight: lighter;
	letter-spacing: 0.2em;*/
}
/* gallery headers */
h1.gallery, h2.gallery, h3.gallery {
	color: #1b4c91;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2.htable {
	font-size: 12pt;
	color: #1b4c91;
	margin-left:0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



p {
	margin-left:10px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

p.smalllinks {
	font-size: 8pt;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}

p.backlink {
	margin-left:10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
}


ul li {margin-right: 10px;}
#mailing {

	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;


}
/* back links */
a:link.backlink, a:visited.backlink, a:active.backlink {
font-weight: bold;
	color: #1b4c91;
	text-decoration: underline;
}

a:hover.backlink {
font-weight: bold;
	color: #1b4c91;
	text-decoration: none;
}


/* footer links */
a:link.footer, a:visited.footer, a:active.footer {
	color: #ffffff;
	text-decoration: underline;
}

a:hover.footer {
	color: #ffffff;
	text-decoration: none;
}



/* standard links */
a:link {
	color: #1b4c91;
	text-decoration: underline;
}

a:visited {
	color: #1b4c91;
	text-decoration: underline;
}

a:hover {
	color: #1b4c91;
	text-decoration: none;
}

a:active {
	color: #1b4c91;
	text-decoration: underline;
}

img.alignright {float: right; margin: 0 5px 0 10px;}
img.alignleft {float: left; margin: 0 10px 0 0;}