﻿html {color:#000;
	background-color: #fff;}

body {font-family: verdana, arial, sans-serif;
  font-size: 90%;
	padding: 0px 0px 0px 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, arial, sans-serif;}

/* specific tags */	
ul {list-style: disc;
	position: outside;}
ol {position: outside;}
/* this fixes gaps around images caused by doctype*/ 
img {margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
	vertical-align:top;}

dl {padding: 0px 0px 0px 5px;
  margin-top: 10px;}
dd {margin-left: 20px;}
th {font-weight:600;
	text-align:center;}
a {color: #06C;
  background: transparent;
	text-decoration: none;}
a:visited {color: #06C;
  background: transparent;}
a:active {color: #f90;
  background: transparent;}
a:hover {color: #f90;
  background: transparent;}
label {font-weight:600;
	color:#333;
	background:transparent;}
input {border: 1px solid #ccc;}
.submit {color:#000;
	background-color:#f90;
	font-weight:bold;}
textarea {border: 1px solid #ccc;}	

#container {display: block;
	padding:0px;
	border:0px;
	width: 680px;
	margin: 0px;
	/* opera does not like 'margin:20px auto' */
	text-align:left;}

#rowprintbanner {display:block;
	width:680px;}
#rowbanner {display:none;}
#rowbread {display: none;}	

#rowcontent {display: block;
  margin: 0px;
  padding: 0px;
	border: 0px;
	width: 680px;
	clear:both;}

#colone {display: none;}

#coltwo {display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 680px;}

#rowfooter {display:block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;}
#rowfooter p{padding: 0px 0px 0px 0px;
	text-align: left;}
#rowfooter a{color: #000;
	background:transparent;
	text-decoration:none;}
#promo {display:block;
	width:680px;
	color: #fff;
	background:transparent;
	margin: 0px;}
#promo p{text-align:left;
	margin: 0px 0px 0px 0px;}

/*re-usables */
.spacer {line-height: 0px;
	clear: both;}
.mrahlblue {color:#69c;}
.darkblue {color:#06C;}
.hoverorange {color:#f90;}

/* Components -- leave these in here */
.taoComponentBox {border: none;}
.taoComponent {display: none;}