body { 
	color: #003; 
	font-size: 0.75em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.25em; 
	}
	
p { }

td { }

h1 { color: #009;
	font: bold 1.5em/2em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.01em;
	margin-bottom: 0;
	}
h2 { 
	color: #009; 
	font-size: 1.2em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	}

h3 { color: #003; 
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin-top: 0.4em; 
	margin-bottom: 0; 
	padding-top: 0.4em; 
	padding-bottom: 0; 
	}

h4 { color: #003; 
	font-size: 0.9em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin-top: 0.4em; 
	margin-bottom: 0; 
	padding-top: 0.4em; 
	padding-bottom: 0; 
	}
	
blockquote { 
	margin-left: 6em; 
	}
	
#wrapper  {
	width: 740px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
	
#frontNavmenu {
	width: 740px;
	margin-left: 5px;
	padding-bottom: 3em;
}
	
#maincol {
	line-height: 1.5em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	display: block;
	margin-left: 190px;
	z-index: 10;
	clear: right;
	voice-family:inherit;
	}

#leftcol { 
	background-color: #889ec0; 
	float: left; 
	top:100px; 
	width:180px; 
	height: 100%; 
	text-align: center; 
	padding: 2px; 
	z-index: 20;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; voice-family:inherit; 
	}


#backToPage { 
	float: left; 
	top:100px; 
	width:50px; height: 100%; 
	text-align: center; 
	padding: 2px; 
	z-index: 20;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; voice-family:inherit; 
	}
	
/* Again, "be nice to Opera 5". */
body&gt;#Menu {width:150px;
	}
	
#footer  {
	clear: both;
	height: 80;
	padding-top:30px;
	visibility: visible;
	}

#Header {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	}
	
.indentpara {	
	padding-left: 20px;
	}
	
.engineListing { 
	padding-left: 20px;
	text-indent: 2em;
	}
	
.doubleborderNav   {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #ff9933;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.doubleborderFoot   {
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #ff9933;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
a:link { 
	color: #2c00c9; 
	text-decoration: none; 
	}
a:visited { 
	color: #2876b0; 
	text-decoration: none; 
	}
a:hover { 
	background-color: #ff9; 
	text-decoration: underline; 
	}
a:active { 
	background-color: #ff9; 
	text-decoration: underline; 
	}

.linkStrong{ color: #2c00c9; 
	font-weight: 700; 
	text-decoration: none; 
	}
.linkStrong a:link { 
	color: #2c00c9; 
	font-weight: 700; 
	text-decoration: underline; 
	}
.linkStrong a:visited { 
	color: #2876b0; 
	font-weight: 700; 
	text-decoration: underline; 
	}
.linkStrong a:hover { 
	color: #2c00c9;
	background-color: #ff9; 
	font-weight: 700; 
	text-decoration: underline; 
	}
.linkStrong a:active { 
	color: #2c00c9;
	background-color: #ff9; 
	font-weight: 700; 
	text-decoration: underline; 
	}


.linkarticle  { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #ff9; 
	margin: 2px; 
	padding: 3px 12px; 
	border-style: solid; 
	border-width: 2px;
	display: table-cell;
	width: min-width; 
	}
.linkarticle a:link  { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #ff9; 
	text-decoration: none ; margin: 2px; 
	padding: 2px 12px; 
	border-style: solid; 
	border-width: 2px; 
	display: table-cell;
	width: min-width; 
	}
.linkarticle a:visited  { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #ff9; 
	text-decoration: none ; 
	margin: 2px; 
	padding: 2px 12px; 
	border-style: solid; 
	border-width: 2px;
	display: table-cell; 
	width: min-width; 
	}
.linkarticle a:hover { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #a1ee95; 
	text-decoration: underline ; 
	margin: 2px; 
	padding: 2px 12px; 
	border-style: solid; 
	border-width: 2px;
	display: table-cell; 
	width: min-width; 
	}
.linkarticle a:active { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #a1ee95; 
	text-decoration: underline ; 
	margin: 2px; 
	padding: 2px 12px; 
	border-style: solid; 
	border-width: 2px; 
	display: table-cell;
	width: min-width; 
	}

.linkShiparticle  { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #fdc77f; 
	height: 0.5em; 
	margin: 2px; 
	padding: 0px 12px; 
	border-style: solid; 
	border-width: 2px; 
	}
	
.linkShiparticle a:link  { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #fdc77f; 
	text-decoration: none ; 
	height: 0.5em; margin: 2px; 
	padding: 0px 12px; 
	border-style: solid; 
	border-width: 2px; 
	}
.linkShiparticle a:visited  { 
	color: #009; font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #fdc77f; 
	text-decoration: none ; 
	height: 0.5em; 
	margin: 2px; 
	padding: 0px 12px; 
	border-style: solid; 
	border-width: 2px; 
	}
.linkShiparticle a:hover { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #95cd2b; 
	text-decoration: underline ; 
	height: 0.5em; 
	margin: 2px; 
	padding: 0px 12px; 
	border-style: solid; 
	border-width: 2px; 
	}
.linkShiparticle a:active { 
	color: #009; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: #95cd2b; 
	text-decoration: underline; 
	height: 0.5em; margin: 2px; 
	padding: 0px 12px; 
	border-style: solid; 
	border-width: 2px; 
	}

.centerBG { 
	background-color: #889ec0; 
	text-align: center; 
	}
	
.beigeBG { 
	background-color: #e6e0e6; 
	text-align: center; 
	}
	
.BG { 
	background-color: #889ec0; 
	}

.timelineHead {
	background-color: #889ec0;
	font-size: .8em; bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align:  center;
	}
	
.hang { 
	text-indent: -3em; 
	margin-left: 3em; 
	padding-top: 0.1em; 
	} 

.copyright { 
	font-size: 0.75em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: italic; 
	}
	
.pageExplanation { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.5em; 
	background-color: #889ec0; 
	text-align: center; 
	width: 100% ; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	border-bottom: 5px double #f93; 
	}
	
.caption-Ships { 
	font-size: 0.95em; 
	font-style: italic; 
	}
	
.italic { 
	font-style: italic; 
	}
