<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {margin: 0;
      margin-top: 0;
	  padding: 0;
	  padding-top: 0;
	  background: #ABB7C2;
	  font-size: 76%;
	  font-family: Verdana, Arial, sans-serif;
	  }

#container {
	width: 800px;  
	background: #FFFFFF url(../assets/design/drop_shadow.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0;
	}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 0;
}
#header {
	background: #eee6ca  url(../marine/pub/seascience/images/SeaScience3.jpg) no-repeat;
	padding: 5 0; 
	margins: 0 0;
	height: 120px;
	margin-top: 0;
	padding-top: 0;
}
#header .sandbag {
	float:left;
	clear:left;
	width:100px;
	height: 110px;
	margin:0;
	padding:0;}

#header  p
 {
	position:relative;
	top: 120px;
	font-size: 1.25em;
	color: #1C4C7A;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	
}
#pagehd {
	font-size: 1.35em;
	color: #1C4C7A;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#content  {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 5px;
}

	
#content  h1 {
	font-size:2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content  h2 {
	font-size: 1.5em;
	color: #1C4C7A;
	font-weight: bold;
	border:none;
	
	margin-left: .5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1F8C65;
}
#content h3	{margin-left: .5em;}
#content h2.noline {
	
	border: none;
}

#content   p {
	padding: .25em .8em;
	margin-right: 0;
	line-height:1.5em;}
	
#content li	{line-height:1.5em;}	
	
#content    a, a:visited {
	color: #0026FF;
}
#content   a:hover {
	color: #960018;
	
}
#content #rightnav {
	float:right;
	background-color: #FFFFFF;
	border: 2px solid #1C4C7A;
	width: 185px;
	padding-bottom: 0;
	margin-top: 3px;
	margin-bottom: 25px;
	margin-left: 1.5em;
	clear: right;
	border-radius:.5em;
		   }
#content   #rightnav .header {
	background-color: #1F8C65;
	padding-left: 3px;
	padding-bottom: 3px;
	display: block;
	color: #EEE6CA;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C4C7A;
	letter-spacing: .05em;
	border-top-left-radius:.25em;
	border-top-right-radius:.25em;
}
#content  #rightnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	/* white-space:nowrap; */
}
#content  #rightnav li {
	font-size: 0.9em;
	color:#000000;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	
	}
#content  #rightnav li.returnlist	{border-bottom-left-radius:.25em; border-bottom-right-radius:.25em;}
	
	
#content    #rightnav   li  a {
	color:#000000;
	display: block;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 6px;

    }
#content   #rightnav  li a:hover {
	color:#000000;
	background-color: #EEE6CA;
}
#content  #rightnav   li a:visited {
	color:#555555;
}

#content   dl {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 40px;
	margin-right: 25%;
		}
		
#content   dt {	font-weight:bold;
                margin-bottom: 4px;
				font-size: 1.15em;}	
				
#content   dd {	margin-bottom: 8px;
			  }	

#footer {
	font-size:0.8em;
	font-weight:normal;
	padding-left: 140px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #A0C07C;
	border-top-width: 1px;
	border-top-style: inset;
	border-bottom: 1px solid #000000;
}
.imgright { float:right;
    
    margin-left: 1em;
	margin-top:.5em;
	}
			
.imgleft {
	float:left;
	margin-bottom: 6px;
	margin-right: 15px;
}

.jelly {
	border: 2px solid #333333;
	background-color:#CCCCCC;
	padding: 3px;
	width:144px;
	margin-right:auto;
	margin-left:auto;
	line-height: 1.15em;
	font-weight:bold;
    }


div.seasciencetable	{width: 50%; float:right; padding-left: 1.5em; position:relative; background-color:#ffffff;}
table.seasciencetable	{background-color: #D1CDC3; border-collapse:collapse;}
table.seasciencetable th td			{background-color: #B4BD91; color:#000000; border-bottom:2px solid #000000;}
table.seasciencetable th td span		{font-weight:normal;}
table.seasciencetable tr.lightbrown td		{background-color:#FFFFFF;}
table.seasciencetable tr.darkbrown td			{background-color: #E0E0E0;}
table.seasciencetable tr.breakheader			{padding: 4px 0;}
table.seasciencetable tr.breakheader td		{background-color:#DEEAC9; text-align:left; font-weight:bold;}
table.seasciencetable td.seascience span		{font-weight:normal;}
table.seasciencetable td		{vertical-align:top; background-color:#FFFFFF;}
table.seasciencetable td.seasciencegroupspecificinfo	{vertical-align:middle;}
table.seasciencetable td ul	{padding-left:20px; margin-left:0px; margin-top:0px}

table.seasciencetable tr td.lightbrown		{background-color:#FFFFFF;}
table.seasciencetable tr td.darkbrown			{background-color: #E0E0E0;}

.back-to-top {position:fixed; bottom:0; right:25em; z-index:9999; text-decoration: none; color: #FFFFFF; background-color: #000000; font-size: 1em;  box-shadow: 0 0 .2em #FFFFFF;  
				clear:both; padding: 1em; display: none; border-top-left-radius:1em; border-top-right-radius:1em; border-bottom-right-radius:0em; border-bottom-left-radius:0em;}
a.back-to-top	{color:#ffffff; text-decoration:none; text-align:center;}
.back-to-top:hover {background-color: #FFFFFF; color:#000000; box-shadow: 0 0 .2em 0.1em #000000;}	


ul.spreadlist	{list-style-type:none; padding-left:.5em;}
ul.spreadlist li	{margin:1.37em 0;}



</pre></body></html>