<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url(../images/wave.jpg);
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 20px 20px;
	}

p span {
	font-weight: bold;
	}

p a {
	text-decoration: none;
	}

p a:link {
	color: #FFFFD7;
	border-bottom: 1px dotted #FFFFD7;
	}

p a:visited {
	color: #C6C6C6;
	border-bottom: 1px dotted #C6C6C6;
	}

p a:hover {
	color: #0167CC;
	border-bottom: 1px solid #0167CC;
	}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 20px; 
	/*width: 760px;*/
	text-decoration: none;
	}

.navbar a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
.navbar a:hover, .navbar a:visited:hover { 
	color: #0099ff;
	text-decoration: none;
	}
	
.navbar a:visited{
	color: #B9B9B9;
	text-decoration: none;
	}

form {
	padding: 0px;
	margin: 0px;
}

a img { 
    border:0px; 
}

img {
	margin:0px;
	padding:0px;
    border:0px;
}
#pacific {
	background: url(../images/pacific/body.jpg) top left no-repeat;
	padding-left: 85px;
	}
#gulf {
	background: url(../images/gulf/body.jpg) top left no-repeat;
	padding-left: 85px;
	}
#great_lakes {
	background: url(../images/great_lakes/body.jpg) top left no-repeat;
	padding-left: 65px;
	}
#atlantic {
	background: url(../images/atlantic/body.jpg) top left no-repeat;
	padding-left: 85px;
	}

#left_column {
	background: url(../images/nab/left_column.jpg) top left no-repeat;
	padding-top: 25px;
	}

#select_region {
	display: block;
	text-indent: -9999px;
	width: 220px;
	height: 35px;
	background: url(../images/nab/select_your_region.jpg) top left no-repeat;
}
</pre></body></html>