body {
	background-color: #FFFFFF;
	margin: 0px;
}
.leftNav {
	background-color: #FFFFFF;

}
.navButton {
	margin-top: 20px;
	margin-left: 10px;
}
.navButton a {
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
}
.navButton a:hover {
    font-weight: bold;
}
.navButtonSelected {
	margin-top: 20px;
	margin-left: 10px;
}
.navButtonSelected a {
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #33CC66;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	margin-top: 10px;
	margin-bottom: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #116622;
}
.crewName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #116622;
	float: none;
}
h2.crewName {
	font-size: 18px;
	letter-spacing:0.1em;
	font-family: "Times New Roman", Times, serif;
}
.crewBio {
	display: block;
	border: 0px none;
	float: none;

}
.navSubheading {
	margin-bottom: 5px;
	margin-left: 30px;
}
.navSubheading a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003300;
	text-decoration: none;
}
.navSubheading a:hover {
    font-weight: bold;
}
.navSubheadingSelected {
	margin-bottom: 5px;
	margin-left: 30px;
}
.navSubheadingSelected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #116622;
	text-decoration: none;
	font-weight: bold;

}
.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hidden {
	display: none;
}
.thunderhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003300;
}
.ruleLine {
	background-color: #003300;
}
body#home {
	background:url(../img/globebg.jpg) 12px 35px no-repeat;
}
#home .burgee {
	position:absolute;
	top:218px;
}
#home #bpycBurgee { left: 89px;  }
#home #nyycBurgee { left: 196px; }
#home #kwycBurgee { left: 659px; }
#home #ccaBurgee  { left: 763px; }
#home #oaLogo {
	position:absolute;
	top: 89px;
	left: 296px;
}
#home #archiveLink {
	position:absolute;
	top: 468px;
	left: 790px;
}
#home #mainnav {
	margin: 6px 0 0 210px;
}
#navbar { 
	position:absolute;
	top:30px;
	left:30px;
	width:155px;
}
ul#mainnav  {
	list-style:none;
	padding: 0;
	margin: 0;
}
.navButton a{
	display: block;
	width: 150px;
}
.navButton .subMenu {
	margin:0;
	padding:0;
	color:#34348A;
	font-weight:bold;
}
.navButton a#home   { background:url(../img/home.jpg) top left no-repeat; }
.navButton a#vessel { background:url(../img/vessel.jpg) top left no-repeat; }
.navButton a#location { background:url(../img/location.jpg) top left no-repeat; }
.navButton a#crew   { background:url(../img/crew.jpg) top left no-repeat; }
.navButton a#log    { background:url(../img/shipslog.jpg) top left no-repeat; }
.navButton a#photos { background:url(../img/photos.jpg) top left no-repeat; }
.navButton a#friends{ background:url(../img/friends.jpg) top left no-repeat; }
.navButton a#email  { background:url(../img/email.jpg) top left no-repeat; }

.navButton a#vessel:hover   { background:url(../img/vesselopen.jpg) top left no-repeat; }
.navButton a#location:hover { background:url(../img/locationopen.jpg) top left no-repeat; }
.navButton a#crew:hover     { background:url(../img/crewopen.jpg) top left no-repeat; }
.navButton a#log:hover      { background:url(../img/shipslogopen.jpg) top left no-repeat; }
.navButton a#photos:hover   { background:url(../img/photosopen.jpg) top left no-repeat; }
.navButton a#friends:hover  { background:url(../img/friendsopen.jpg) top left no-repeat; }
.navButton a#email:hover    { background:url(../img/emailopen.jpg) top left no-repeat; }
 
.heading {
	margin-top:20px;
	margin-left:-30px;
	width: 607px;
	height: 70px;
	background:url(../img/covestripe.jpg) bottom center no-repeat;
}

body.page { /* INTERIOR PAGES */
	margin-top: 30px;
}
#content {
	position:absolute;
	top: 0;
	left: 200px;
	color: #4F387E;
	width: 560px;
}
#content p {
	line-height: 2.0em;
}
#content h2 {
	color: #4F387E;
}
#gmap{
	margin: 10px 0 10px 10px;
	border: 2px solid black;
	float: left;
	display: inline;
}
td.value {
	font-weight:bold;
}