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;
	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: #039;
  background: transparent;}
a:active {color: #c03;
  background: transparent;}
a:hover {color: #c03;
  background: transparent;}

/* classes */
.fieldborder {color: #000;
  background: #ddd;
  padding: 0px;
  margin: 0px;
	border: 1px solid #999;}
.go {color: #039;
  background-color: #ddd;
	border: 1px solid #039;}
.strong {font-weight: bold;
  color: #333;
	background: transparent;}
.small {font-size: .8em;}
.scream {color: #c03;
  background: transparent;}
.acro {margin: 10px 0px 0px 15px;}


/* centers on screen */
#container {display: block;
	color: #000;
	background-color: #fff;
	padding: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 748px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;}
html>body #container {width: 750px; /* ie5win fudge ends */}

/* rows */
#rowbanner {display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-color: #000;
	background-repeat: repeat-x;
	width: 750px;
	height: 100px;
	clear: both;}

#rownav {display: block;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
	background-color: #FD3;
	clear: both;
	height:30px;
	width: 750px;}
#rownav ul {display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;}
#rownav li {display: inline;
	float: left;
	list-style: none;
	padding: 8px 0px 5px 0px;
	border: 0px;
	margin: 0px;}
#rownav li a{font-weight: 500;
	font-size: 12px;
	margin: 0px 4px 0px 4px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #000;
	background: transparent;
	border-left: 1px dotted #fd3;
	border-right: 1px dotted #fd3;}
#rownav li a:hover {color:#000;
	background: #FFEE9A;}
	
#rowcontent {display: inline;
  margin: 0px;
  padding: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	background-repeat: repeat-y;
	float:left;
	clear: both;
	width: 750px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;}
html>body #rowcontent {width: 750px; /* ie5win fudge ends */}

#colone {margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background: transparent;
	float: left;
	width: 190px;}
#colone ul {width:180px;
	list-style: none;
	margin: 0px;
	padding: 0px;}
#colone li {padding: 5px 5px 5px 0px;
	list-style: none;
  border-bottom: 1px dotted #ccc;}
#colone li a {padding: 5px 5px 5px 5px;}

#coltwo {margin: 0px;
	padding: 5px 10px 30px 10px;
	border: 0px;
	color: #000;
	background: transparent;
	float: right;
	width: 560px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;}
html>body #rowcontent #coltwo {width: 540px;} /* ie5win fudge ends */

#rowbread {display: block;
  font-size: .75em;
  color: #999;
	background: transparent;
  padding: 4px;
	text-align: left;
	border-bottom: 1px solid #ccc;}
/* #rowbread a {color: #999;
	background: transparent;
	text-decoration: none;}
#rowbread a:hover {color: #c03;
	background: transparent;} */

#rowfooter {width: 750px;
  margin: 0px;
	padding: 8px 0px 6px 0px;
	border-top: 2px solid #000;
	color: #000;
	background-color: #FD3;
	text-align: center;
	clear: both;}
#rowfooter p {font-size: .75em;
	margin: 0px 5px 0px 5px;
	padding: 0px;}
	
/*re-usables */
#spacer {line-height: 0px;
	clear: both;}

	
