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;}

/* 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;
	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: 298px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 300px;}
html>body #container {width: 300px; /* ie5win fudge ends */}

/* rows */
#printlogo {display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	width: 600px;
	clear: both;}

#rowbanner {display: none;}

#rownav {display: none;}
	
#rowcontent {display: inline;
  margin: 0px;
  padding: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	background-repeat: repeat-y;
	float:left;
	clear: both;
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;}
html>body #rowcontent {width: 600px; /* ie5win fudge ends */}
#boxleft {display: none;}
#colone {display: none;}
#coltwo {margin: 0px;
	padding: 5px 10px 30px 10px;
	border: 0px;
	color: #000;
	background: transparent;
	float: right;
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 580px;}
html>body #rowcontent #coltwo {width: 580px;} /* ie5win fudge ends */

#rowbread {display: none;}

#rowfooter {width: 600px;
  margin: 0px;
	padding: 8px 0px 6px 0px;
	border-top: 2px solid #000;
	color: #000;
	background-color: #FD3;
	text-align: center;
	clear: both;}
#copyright {display: none;}	
/*re-usables */
#spacer {line-height: 0px;
	clear: both;}

	
