body {font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 80%;
	color: #000;
	background-color: #ccc;
	background-repeat:repeat;
	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;}
/* specific tags */	
li {list-style: disc;}
/* 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: #216;
  background: transparent;
	text-decoration: none;}
a:visited {color: #216;
  background: transparent;}
a:active {color: #c03;
  background: transparent;}
a:hover {color: #c03;
  background: transparent;}
/* rows */
/* centers on screen */
#rowbanner {display: block;
  	background-image: url("/resources/assets/img/bkg_logo.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 0px;
	width: 100%;}
#subnavtext {margin: 0px;
	padding: 0px;
	font-size: .9em;
	color: #000;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	}
#subnavtext ul {display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;}
#subnavtext li {display: inline;
	list-style: none;
	padding: 0px;
	border: 0px;
	margin: 0px;}
#subnavline {color: #000;
	background-image: url("/resources/assets/img/bkg_subnav2.gif");
	background-repeat: repeat-x;
	background-color: #fff;
  	padding: 0px;
	margin: 0px;
	border: 0px;
  	text-align: left;
	vertical-align:top;}
#rowbanner {display: block;
  	background-image: url("/resources/assets/img/bkg_logo.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 0px;
	width: 100%;}
#content {margin:0px;
  	padding: 0px;
	width: 100%;
  	border:0px;
	vertical-align:top;
	background-color: #fff;
	}
#rowcopyright {display:block;
	color: #000;
	background-color: #ccc;
  	padding: 0px;
  	text-align: center;
  	font-size: .9em;
	clear:both;
	margin: 0px;
	border: 0px;
	width: 100%;}
/*colors*/
grey {color: #ccc;}