html {color:#000;
	background-color: #fff;}

body {font-family: verdana, arial, sans-serif;
  font-size: 82%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 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 {position: outside;
	padding: 0px;
	margin: 0px 0px 0px 20px;}
ol {position: outside;
	padding: 0px;
	margin: 0px 0px 0px 20px;}

/* 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:700;
	text-align:center;}
a {color: #009;
  background: transparent;
	text-decoration: none;}
a:visited {color: #006;
  background: transparent;}
a:active {color: #009;
  background: transparent;}
a:hover {color: #900;
  background: transparent;}
label {font-weight:600;}
input {border: 1px solid #ccc;}
.submit {color:#fff;
	background-color:#009;
	font-weight:bold;}
textarea {border: 1px solid #ccc;}	

#container {display: block;
	padding: 0px;
	border:0px;
	width: 713px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 713px;}
html>body #container {width: 713px; /* ie5win fudge ends */}

#rowprintbanner {display:none;}

#rowtop {display:block; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 50px;
	text-align:left;
	clear: both;}

#rownav {display:block; 
	width: 713px;
	color: #fff;
	background-color: #fff;
	background-image: url(/templates/assets/img/bkg_main_nav.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Console", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #603;
	height: 28px;
	text-transform:uppercase;
	clear: both;}

#navlist {position:relative;
	top:11px;
	left:0px;
	font-size:.8em;
	font-weight:600;}
#navlist ul {list-style: none;
	margin: 0px;
	padding: 0px;}
#navlist ul ul {display:none;}
#navlist li {display:inline;
	list-style: none;
	padding: 0px 2px;}
#navlist a {text-decoration: none;
	margin: 0px;
	padding: 4px 5px;
	border: 1px solid #603;
	color: #fff;
	background-color: #f90;}
#navlist a:hover {text-decoration: none;
	color: #fff;
	background-color: #603;}

.logospot {display:inline;
	float:left;}
	
#rowbanner {display:block; 
	width: 713px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 150px;
	clear: both;}
	
#rowbread {display: block;
  margin: 0px;
  padding: 3px 10px;
	border: 0px;
	color: #666;
	background:transparent;
	border-bottom: 1px solid #f90;
	font-size:.8em;
	clear:both;}
	
#rowcontent {display: block;
  margin: 10px 0px 10px 0px;
  padding: 0px;
	border: 0px;
	width: 713px;
	clear:both;}

#colone {display: inline;
	margin: 0px;
	padding: 0px 10px 0px 5px;
	border: 0px;
	color: #000;
	background: transparent;
	float: left;
	width: 500px;  /* tried 580 - too much */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 480px;} /* tried 560 - didn't work */
html>body #rowcontent #colone {width: 480px;}  

#coltwo {display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background: inherit;
	font-size:.9em;
	float: right;
	width: 175px;}
#coltwo p.subcaps {display:block;
	margin: 0px;
	padding: 0px;
	border: 0px;}
#coltwo ul {display:block;
	margin: 0px;
	padding: 4px 0px 10px 0px;
	border: 0px;
	list-style:none;
	color:#000;
	background-color: #ffe5bf;}
#coltwo li {display:block;
	list-style-type:none;
	margin: 0px;
	padding:2px 0px;
	border: none;}
#coltwo li a {display:block;
	margin:0px;
	padding:2px 5px;
	color:#009;
	background:transparent;}
#coltwo li ul {display:none;}
#coltwo li a:hover {color:#009;
	background-color:#f90;}

#rowfooter {display:block;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #603;
	color: #333;
	height: 60px;
	background-color:#fff;
	font-size: .8em;
	clear: both;}
#rowfooter p{padding: 5px 10px 0px 0px;
	margin: 0px;
	text-align: right;}
#rowfooter a{color: #333;
	background:transparent;
	text-decoration:none;}

/*re-usables */
.spacer {display:block;
	line-height: 0px;
	clear: both;}
.gold {color:#f90;}
.blue {color:#009;}
.maroon {color: #603;}

/* Components -- leave these in here */
.taoComponentBox {border: none;}
.taoComponent {display: none;}
