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

#header {
	padding: 0px;
	background-image: url("/resources/assets/img/bkg.jpg");
	background-repeat: repeat-x;	
	margin: 0px;
  	border: 0px;
  	width: 100%;
	height: 210px;}

/* 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: static;}
/* 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: #039;
	background: transparent;
	text-decoration: underline;}
a:visited {color: #039;
  	background: transparent;}
a:active {color: #c03;
  	background: transparent;}
a:hover {color: #c03;
  	background: transparent;}

/* centers on screen */
#container {display: inline;
    margin: 0px;
    padding: 0px;
	border: 0px;
	color: #000;
	background-color: inherit;
	float:left;
	clear: both;
	width: 975px;}
#printlogo {display: none;}
#colone {margin: 0px;
	padding: 0px;
	border: 0px;
	color: #fff;
	background-color: inherit;
	float: left;
	width: 220px;
	height: 100%;}
#colone ul {width:165px;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;}
#colone li {padding: 5px 10px 5px 15px;
	list-style: none;}
#colone li a {padding: 0px 2px 2px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;}
#colone li a:hover {padding: 0px 2px 2px 0px;
	background-color: #ccf;
	font-weight: bold;
	color: #33c;}
#colone ul ul {width: 155px;
	list-style: none;
	padding: 0px;
	font-size: 1em;}
#colone ul ul li {padding: 0px 0px 0px 12px;
	list-style: none;
	margin: 5px 0px 5px 10px;
	border: 0px;
	font-weight: normal;}
#coltwo {display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-color: inherit;
	float: right;
	width: 755px; }
#rownav {display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #000;
	width: 755px;}
#rownav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;}
#rownav li {
	float: left;
	list-style: none;
	padding: 8px 0px 5px 0px;
	border: 0px;
	margin: 0px;}
#rownav li a{font-weight: bold;
	margin: 0px 8px 0px 8px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #33c;
	background: inherit;}
#rownav li a:hover {color:#000;}
#rowcontent {display: block;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-color: inherit;
	float: right;
	width: 755px; }
#rowfooter {display: block;
	padding: 5px 0px 6px 0px;
	border-top: 1px solid #000;
	color: #666;
	background-color: #fff;
	text-align: left;
	clear: both;
	font-size: .75em;}