body {font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 80%;
	color: #000;
	padding: 0px;
	margin: 0px;
  	border: 0px;}

/* redundant selectors to help NS4 not forget */
div, p, th, td, ul, ol, li, dd, dl, dt, a {font-family: verdana, helvetica, arial, sans-serif;}
html>body td, html>body th {font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;}

/* specific tags */	
li {list-style: outside;
	position: outside;}
/* this fixes gaps around images caused by doctype*/ 
img {margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
	vertical-align:top;}
h1 {font-size: 1.25em;
  font-weight: bold;}
h2 {font-size: 1em;
	font-weight: bold;}
h3 {font-size: .9em;
	font-weight: bold;}
a {color: #039;
  	background: inherit;
	text-decoration: none;}
a:hover {color: #f90;
  	background: inherit;}

/* centers on screen */
#container {display: block;
	width: 650px;}

/* rows */
#printbanner {display: block;
	width: 650px;}
#rowbanner {display: none;
}
#nav {
	display: none;
	}
	
/* end menu options */
#content {display: block;
	width: 650px;
}

#colone {
	width: 650px; 
}

#coltwo {display: none;}
	
#rowbread {display: block;
  	font-size: .75em;
  	color: #000;
	background: transparent;
  	padding: 5px 0px;
	text-align: left;
	border-bottom: 1px solid #999;}

#rowfooter {width: 650px;
	font-size: .85em;
	margin-top: 5px;
	border-top: 1px solid #000;}


#basinid {display: none;}

/*re-usables */
.spacer {line-height: 0px;
	clear: both;}
	
.green {color: #093;}
.blue {color: #039;}