body {
	padding: 0px;
	margin: 0px;
	color: #000;
  	border: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 80%;
	background-image: url("/resources/assets/img/bkg.jpg");
}

/* 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 {
	position: outside;}
/* this fixes gaps around images caused by doctype*/ 
img {display: inline;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align:top;}
h1 {font-size: 1.25em;
  	font-weight: bold;
  	color: #600;}
h2 {font-size: 1em;
	font-weight: bold;}
h3 {font-size: .9em;
	font-weight: bold;}
dl {padding: 0px 0px 0px 5px;
  	margin-top: 10px;}
dd {margin-left: 20px;}
	
a {	color: #363;
  	background: inherit;
	text-decoration: none;}
a:visited {color: #363;
  	background: inherit;}
a:active {color: #933;
  	background: inherit;}
a:hover {color: #363;
  	background: inherit;]
	text-decoration: underline;}
#printlogo {display: none;}

#container {display: block;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	color: #000;
	height:100%;
	width: 960px;
	text-align:left; 
	background-color: inherit;}
	
#rowcontent {display: block;
	background-image: url("/resources/assets/img/content_bkg.gif");
	background-repeat: repeat-y;}

#colone {
	padding: 0px;
	margin: 0px;
	width: 255px;
	color: #fff;
	background: inherit;
	float: left;}

#colone ul {
	padding: 0px;
	margin:0px;
	width:255px;
	list-style: none;
	background-color: inherit;}

#colone li {display: block;
	padding:0px;
	margin: 0px;
	width:255px;}

#colone li a {display:block;
  	padding: 5px 5px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-size: .9em;
  	font-weight: bold;	
	text-decoration:none;
	color: #fff;
	height: 20px;
	width:auto;
	background:inherit;
	background-image: url("/resources/assets/img/sidenav_bkg.gif");
	background-repeat: no-repeat;}
	
#colone li a:hover { 
	background-image: url("/resources/assets/img/nav_over.gif");}
	
#colone ul ul {display:none;}	

#searchbox {
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 12px;
	border-bottom: solid 1px #fff;}
	
.searchfield {display: inline;
	padding: 2px 24px 0px 2px; 
	padd\ing: 2px 24px 2px 2px; 
	margin: 0px; 
	height: 14px;
	he\ight: 14px;
	border: 1px solid #bbb;
	color: #666;
	font-size: .8em;
	background-color: #fff;
	background-image: url("/resources/assets/img/searchglass.jpg");
	background-position: top right;
	background-repeat: no-repeat;}
.searchbtn {display: inline;
	padding: 0px 5px; 
	padd\ing: 0px 5px; 
	margin: 0px 0px 0px 10px;
	height: 18px;
	he\ight: 18px;
	width: 60px;
	border: none;
	background-color: #fff;
	background-image: url("/resources/assets/img/searcharrow_btn.jpg");
	background-position: top right;
	background-repeat: no-repeat;}
	
#rowfooter {	margin-left: 30px;
	color: #fff;}
#rowfooter p {
	padding: 0px 10px 10px 20px;
	margin: 0px 5px 0px 10px;
	font-size: .75em;}
#rowfooter a{color:#fff;
	text-decoration: underline;}
#coltwo {
	padding: 0px;
	margin: 0px;
	width: 705px; 
	color: #000;
	background-color: inherit;
	float: right;}

#rownav {display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 705px;
	color: #fff;
	background-image: url("/resources/assets/img/main_bkg.jpg");
	clear: both;}
	
#rownav ul {display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;}
	
#rownav li {display: inline;
	padding: 7px 0px 6px 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
	float: left;}
	
#rownav li a{
	padding: 6px 4px;
	margin: 0px 20px 0px 50px;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background: inherit;}
	
#rownav li a:hover {
	color:#600;
	font-weight: 500;	
	background: #fff;}

#rowbanner {display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 705px;
	height: 210px;
	color: #000;
	background-color: inherit;
	clear: both;}

#content {
  	padding: 5px 10px 20px 10px;
	margin: 0px;
	width: 685px;
	border: 0px;
	color: #000;
	background-color: #fff;}

#rowbread {display: block;
  	padding: 4px;
	font-size: .75em;
  	color: #333;
	text-align: left;
	background: inherit;
	border-bottom: 2px solid #333;}

#spacer {clear:both;}

#basinid {display: block;
  	padding: 0px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
  	font-size: .75em;
	color: #fff;
	text-align:right; 
	width: 960px;
	background-color: inherit;
}
	
#basinid a{color:#fff;
	text-decoration: underline;}
	
#red {color: #600;}
#green {color: #363;}
#grey {color: #333;}