.nautical {
	font-family: Verdana,Arial;
}

/* .nautical #page {} doesn't seem to work */
#page
{
	background: #FFFFFF;
	border: 1px solid #444444; 
	padding: 5px; 
	text-align: left
	width: 762px; min-width: 762px; max-width: 762px;
}


/* fonts */
.nautical h1, h2, h3 {
	color: #336699; 
}

.nautical h1 {
	font-size: 18pt;
}

.nautical h2 {
	font-size: 10pt;
	font-weight: bold;
}

.nautical h3 {
	font-size: 9pt;
	font-weight: bold;
}

.nautical p {
	font-size: 9pt;
}



/* for logo */

.nautical-blue-heading {
	color: #336699; 
	font-size: 18pt;
}

.nautical-tan-heading {
	color: #ddcc99; 
	font-size: 18pt; 
}



.nautical #header {
	/* border: 2px dotted blue; */
}




.nautical #nav {
	font-size: 10px;
/*
	background: #ddcc99; 
	border: 1px solid #667788;
	padding-bottom: 1px;
	padding-top: 0px;
*/
}

.nautical #nav a {
	color: #667788; 
	text-decoration: none; 

}

.nautical #nav a:hover { color: #334466; }


.nautical #nav span {
	vertical-align: middle; 
	padding: 0 3px 0 3px; 
	margin-left: 55px;
	margin-right: auto;
}



/* tools */

.nautical #tools {
	/* border: 2px dotted red; */
}

/* content */

.nautical #content {
	/* border: 2px dotted green; */
}



/* footer */

.nautical #footer {
	/* border: 2px dotted yellow; */
}

.nautical #footer p {
	font-size: 7pt;
}


.nautical #realfooter p {
	font-size: 7pt;
	color: green;
}




.nautical form, input {
	margin: 0; padding: 0;
}

.search-box {
	border: 1px solid #444444; 
	color: #444444; 
	font-size: 8pt; 
	font-family: Verdana, Arial;
}

.search-button {
/*	border: 1px solid #444444; */
	color: #444444; 	
	font-size: 8pt; 
	font-family: Verdana, Arial; 
}




/*  old style used by content -- particularly the tools menu */
.blue-heading {
	color: #336699; 
	font-size: 18pt; 
	font-family: Verdana,Arial
}

.tan-heading {
	color: #ddcc99; 
	font-size: 18pt; 
	font-family: Verdana,Arial
}

.blue-heading2 {
	color: #336699; 
	font-size: 10pt; 
	font-weight: bold;
	font-family: Verdana,Arial
}

.tan-heading2 {
	color: #ddcc99; 
	font-size: 10pt; 
	font-weight: bold;
	font-family: Verdana,Arial
}

.blue-link {
	color: #667788; 
	text-decoration: none; 
}
.blue-link:hover { color: #334466; }


.tan-link {
	color: #aa9966;
	text-decoration: none; 
}
.tan-link:hover { color: #ddcc99; }




.nautical a {
	color: #336699;
	text-decoration: none;
}

.nautical a:hover { 
	text-decoration: underline;
}

#content p {line-height: 1.4; }