body {font-family: verdana, helvetica, arial, sans-serif;
  font-size: 80%;
	color: #000;
	background-color: #fff;
	background-image: url("/resources/assets/img/bkg_body.gif");
	background-repeat: repeat-x;
	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;
	margin-top: 1em;}
	
a {color: #039;
  background: transparent;}
a:visited {color: #039;}
a:active {color: #c03;
  background: transparent;}
a:hover {color: #c03;
  background: transparent;}

/* classes */
.strong {font-weight: bold;
  color: #333;
	background: transparent;}
.small {font-size: .8em;}
.scream {color: #c03;
  background: transparent;}
.topofpage {display: none;}

/* centers on screen */
#container {display: block;
	padding: 0px;
	border: 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: 640px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 640px;}
html>body #container {width: 640px;} /* ie5win fudge ends */

/* rows */
#rowbanner {display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 640px;
	height:60px;
	clear: both;}
#rownav {display: none;}
#rowticker {display: none;}
#rownav2 {display: none;}

#rowcontent {display: block;
  margin: 0px;
  padding: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	float:left;
	clear: both;
	width: 640px;}

#colone {display: none;}

#colonly {display: inline;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	border: 0px;
	color: #000;
	background: transparent; 
	width: 640px;}
#colonly li {padding: 2px 0px 2px 0px;}

#rowfooter {margin: 0px;
	padding: 8px 0px 5px 0px;
	border-top: 1px solid #336;
	color: #333;
	background: transparent;
	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;}
.yellow {color: #FC3;}
.light_blue {color: #D9E5F2;}
.dark_blue {color: #336;}
	
