/* General Elements */
/* ----------------------------------------------------- */
.standardsNote {
	display:none;
}
#header {
	font-family: papyrus, georgia,"times new roman",serif; 
}
h1 {
	font-family: papyrus, "times new roman", sans-serif;
	display: inline;
	color: #A4C386;
}
h2 {
	font-family: papyrus, "times new roman", serif;
	font-size: 24px;
	display: inline;
	color: #008811;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	background-image: url(images/gradient_bkgrd.jpg);
	background-repeat: repeat-x; 	
}
p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
}
#nav {
	padding 4px;
}
#nav li {
	font-family: papyrus, 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;
}

#columns {
}
#col1 img.level1 {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#col1 img.member {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
 #col1 {
	width: 780px;
	margin-left:10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
 #col2 {
	position: absolute;
	top: 130px;
	left: 470px;
} 
.content {
	font-family: verdanna,arial,san-serif; 
	font-size: small;
	margin-left: 10px;
	border-bottom: 1px solid #ccc;
}
.sectionheader {
	width: 100%;
	background: #fff;
	font-weight: bold;	
	font-family: arial,Helvetica,sans-serif;
 	font-size: large;
	text-align: left;
	padding-left: 4px;
} 
.colhdr {
	font-family: Arial,Helvetica,sans-serif;
 	font-size: x-small;
	text-align: center;
	display: inline;
	padding-left: 4px;
	padding-right: 130px;
	white-space: nowrap;
}
.compbox {
	font-family: Arial,Helvetica,sans-serif;
 	font-size: x-small;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: #fff;
}
#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;	
}




