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: inherit;}
/* 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;}

/* 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: 600px; /* ie5win fudge begins */}
	
#printlogo {display: block;}
/* rows */
#rownav {display: none;}
#rowbanner {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 */}

#colone {display: none;}

#coltwo {margin: 0px;
	padding: 5px 10px 30px 10px;
	border: 0px;
	color: #000;
	background: transparent;
	width: 600px; /* ie5win fudge begins */}

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

#rowfooter {display: block;
	padding: 5px 0px 6px 0px;
	border-top: 1px solid #000;
	color: #666;
	background: #fff;
	text-align: left;
	clear: both;
	font-size: .75em;}
