/* General Elements */
/* ----------------------------------------------------- */
.standardsNote {
	display:none;
}
a:link {color:#224422;}      /* unvisited link */
a:visited {color:#446644;}  /* visited link */
p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
}
#nav {
	padding 4px;
}
#nav li {
	font-family: georgia,"times new roman",serif; 
	font-size: small;
	font: bold;
	background: #2C5403; 
 	color: #fff; 	
	display: inline;
	white-space: nowrap;
	padding: 2px; 
}
#nav .active {
	background: #2C5403; 
	font-size: small
	color: #A4C386;
} 
#nav .off {
	background:#2C5403; 
	color:#cccccc;
} 

#nav a:link, #nav a:visited {
	color: #A4C386; 
	text-decoration: none;
}
#nav a:hover, #nav a:visited:hover, {
	color: #fff;
}
#nav a:hover { 
	color: #006622; 
	background: #C3CEB8; 
}
#navmembers { 
	margin-left: -30;
}
#navmembers li {
	font-family: papyrus, georgia,"times new roman",serif; 
	font-size: small;
	display: inline;
	white-space: nowrap;
	padding: 3px; 
	border-left: 1px solid #3A4D64;  
}
a img {
	border-style:none;
}
#pagetitle {
	font-family: georgia,"times new roman",serif;
	font-size: smaller;
	font-style: normal;
}
#spotlight {
	font-family: verdanna,arial,san-serif; 
	font-size: small;
	color: #226611;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #efffea;
        left:460px;	
        border: inset;
        z-index: 0
}
#footer {
	font-family: verdanna,arial,san-serif; 
	font-size: xx-small;
	color: #999;
	margin-left:10px;	
}
