<!--

/* nav divs */

body {
	background: url(../images/bkgd.jpg) no-repeat;
	margin: 0px;
	background-color: #ffffff;
}

#container {
	width: 100%;
	margin: 90px 0px 0px 0px;
}

#content {
	background: url(../images/colorboat.jpg) no-repeat;
	margin: 0px 0px 0px 160px;
	padding: 10px;
	background-color: #ffffff;
}

#menu {
	float: left;
	width: 150px;
	border-top: 1px solid #666666;
}

#navbar {
	background-color: #CED1E2;
	padding: 5px 0px 5px 10px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* font classes */

td, p, ul, body, font, .copy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}
.home {
	font-size: 14px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.navsection:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a.navsection:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a.navsection:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a.navsection:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.navsection {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000099;
}
.navtitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF;
}
.section {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000099;
}
.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #666666;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold;	
	color: #000000;
}
.error {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;	
	color: #6B0312;
}
.header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000099;
}

/* form formatting tags */
SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
FORM { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
}
/* must use these fonts or contact and app form to big for page */
INPUT, TEXTAREA {
	font-family: Geneva, Courier New, monospace;
	font-size: 12px;
	color: #000000;
}

-->
