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: disc;
	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;}
dl {padding: 0px 0px 0px 5px;
  	margin-top: 10px;}
dd {margin-left: 20px;}
	
a {color: #039;
  	background: transparent;
	text-decoration: none;}
a:visited {color: #363;
  	background: transparent;}
a:active {color: #933;
  	background: transparent;}
a:hover {color: #933;
  	background: transparent;}
#container {display: block;
	color: #000;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	height:100%;
	text-align:left; 
	background-color: inherit;
	width: 960px;}
#rowcontent {display: block;
	background-image: url("/resources/assets/img/content_bkg.gif");
	background-repeat: repeat-y;
}

/* rows */
#rownav {display: none;
}
	

#rowbanner {display: none;}
#searchbox {display: none;
}
#colone {display: none;}

#rowfooter {display: none;
	}
#coltwo {margin: 0px;
	padding: 0px;
	color: #000;
	background-color: inherit;
	width: 650px; 
}
#content {
  	margin: 0px;
  	padding: 5px 10px 20px 10px;
	border: 0px;
	color: #000;
	background-color: #fff;
	width: 630px;}

#rowimg {display: none;}

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

#basinid {display: block;
  	font-size: .75em;
	color: #fff;
	background-color: inherit;
  	padding: 0px 0px 5px 0px;
	width: 650px;}
	
#red {color: #933;}
#green {color: #363;}
#grey {color: #333;}