body {
	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 80%;
	color: #000;
	padding: 0px;
	margin: 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-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;}
	
a {
	color: #063;
  	background: transparent;
	text-decoration: underline;}
a:hover {color: #660b00;
  	background: transparent;}

/* centers on screen */
#container {
	display: block;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:left; 
}
/* rows */
#rowbanner {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-color: inherit;
	width: 930px;
	clear: both;
	}
#nav {
	display: none;
	}

#content {display: block;
	width: 600px;}
	
#colone {
	display: none;
	}
#leftnav {display: none;}
#future {display: none;}
#colthree {display: none;}

#coltwo {margin: 15px 0px 0px 10px;
	padding: 0px 0px 30px 0px;
	border: 0px;
	color: #000;
	background-color: inherit;
	width: 600px; 
	}
#mainbody {margin: 0px;
	padding: 0px 20px;
	border: 0px;
	color: #000;
	background-color: #fff;
	float: left;
	width: 600px;
	}
#rowbread {display: block;
  	font-size: .75em;
  	color: #999;
	background: transparent;
  	padding: 4px 0px;
	text-align: left;
	}
#footer {
  	margin: 0px;
	padding: 6px 0px 6px 0px;
	color: #000;
	font-size: 9px;
	width: 600px;
	text-align: center;
	clear: both;
	font-weight: 500;
	}
#web {display: none;}