
hidden{
	display:hidden;	
}
#nav {
	clear:both;
	width: 800px;
	line-height:1em;
	margin:0;
	margin-bottom:2px;
	border:0;
	font-size: 12px;
	background-color:#0066CC;
	font-weight:600;
	overflow: hidden;
	}

#nav ul {
	
	margin:0;
	padding:0;
	padding-left:25px;
	border:0;
	font-family: Arial;
	list-style: none;
	font-size: 12px;
	text-align:center;
}	

#nav ul li {
	
	float:left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(./img/2x9w.gif) no-repeat right;
	}

#nav li.right {
	background:none;
}

#nav li#navsel{
	background-color:#669900;
}

#nav a {
	float: left;
	padding: 7px 12px;
	text-decoration: none;
	color: #fff;
}

/* Original -Sam's modification below */
#subnav {
	text-align:center;
	font-size: 10px;
	padding: 6px;/* SS: This is too fat, but text hangs of bottom in Firefox otherwise.  Original padding=6px */
	background-color:#e0ebcc;
	font-family: Arial;
	font-weight:600;	
}

	#subnav ul {
	margin:0;
	/*padding-left:30px;/*SS: this line was commented out, but set for 85px*/
	border:0;*/
}

#subnav ul li {
	/* float:left;   SS: this was missing, and in IE, all list items were bunched together*/
	list-style: none;
	vertical-align:middle;
	display:inline;
	
	}
	
#subnav a {
	padding: 0px 14px;
	text-decoration: none;
	color: #669900;
	/* background: url(./img/2x9wcol2.gif) no-repeat right; */
}

#subnav a.right {
	background:none;
}
/*
a:hover{
	color:#0066CC;
}
*/

#subnav a#subnavsel{
	color:#0066CC;
	
}

a img{
	border:0;
}

#content a.noformat {
	text-decoration: none;
	color:#0066CC;
	padding-left:5px;
}


#footer{
	clear:both;
	position:relative;
	font-family: Arial; 
	font-size:10px;
	font-weight:normal;
	font-style:normal; 
	text-align:center;
	vertical-align:bottom;
	padding: 5px;
	/*border-top:0px;
	border-bottom:0px
	*/
	margin:0px;
	overflow: hidden;
	background-color:#0066CC;
	color:#FFFFFF;
	font-weight:600;
}

#footer a {
	
	text-decoration: none;
	color: #fff;
}

#footer span.item_left{
	
	color:#FFFFFF;	
	padding: 0px 5px 0px 5px;	
	
}

#footer span.item{
	padding: 0px 5px 0px 5px;
	border-left:2px solid #FFFFFF;
}

#footer span.item_right{
	padding: 0px 5px 0px 5px;
	border-left:2px solid #FFFFFF;
}


#footer2{
	clear:both;
	position:relative;
	font-size:10;
	font-weight:900;
	font-style:normal; 
	text-align:center;
	background-color:#c6c7c8;
	padding:0px;
	margin:0;
	color:#0066CC;
}

#footer p {
	padding: 0px;
	height:1em;	
}

