body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtr #container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	text-indent: 0px;
	margin-top: 0.5em;
	margin-bottom: 0;
	font-weight: normal;
}
.signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000066;
	font-weight: normal;
}
.headliner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
}

.sectiontitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.forsale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.boatname {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}
.ulitem {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: square;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.subtitle2 {
	font-style: italic;
	text-decoration: underline;
	line-height: 36px;
}

.versiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.authorimages {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	vertical-align: baseline;
	text-align: left;
	float: left;
}
.photoimages {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}
div.picture {
	float: right;
	margin: 0.5em;
	padding: 0.5em;
	border: thin silver solid;
}
div.pictureinline {
	float: right;
	margin: 0.5em;
	padding: 0.5em;
}
div.picture p {
	text-align:center;
	font-style:italic;
	font-size:smaller;
	text-indent:0;
}
.toc {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #006699;
	font-weight: bold;
}
.toc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
}
.ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	text-indent: 0px;
	margin-top: 0.5em;
	margin-bottom: 0;
}
.ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	text-indent: 0px;
	margin-top: 0.5em;
	margin-bottom: 0;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #006699;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #006699;
}
td.articleinfo {
	text-align: left;
	vertical-align: top;
	width: 90px;
}
td.articletext {
	text-align: left;
	vertical-align: top;
	width: 610px;
}
.classified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mailingimage {
	display: none;
}
.navimages {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #990000;
	text-decoration: underline;
}