body {
	background:#3b3b3d;
	margin:0;
	padding:0;
	font-family: sans-serif;
    font-size: small;
}

a{
    color: #004002;
}

a:hover{
    color: #004002;
}

#wrapper {
	margin:0 auto;
	margin-top:30px;
	margin-bottom:10px;
	width:950px;
	background:#fff;
	padding:12px;
	position:relative;
}

.rc
{
    background-color: #fff;          
    border: 1px solid #ccc;   
    -webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
}

.left {
    float: left;
}

.right {
    float: right;
}

/****************************************
	nav styles
*****************************************/

#nav {
	/*background:#004002;*/
	width:160px;
	float:left;
}
#nav ul {
	width:170px;
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	text-align:left;
	padding:10px;
	min-width:78px;
	border-bottom:1px solid #ffffff;
	position:relative;
}

#nav a {
	font:18pt bold;
	color:#fff;
	text-decoration:none;
	font-family: "Arial Narrow", arial, sans-serif;
}

#nav ul ul {
	visibility:hidden;
	position:absolute; 
	left:170px; 
	top:0;
	border-left:1px solid #ffffff;
}

#nav li:hover ul {
	visibility:visible;
}

#nav li.Red, #nav li.Red ul li {
	background-color:#9a2b15;
}

#nav li.Red:hover, #nav li.Red li:hover {
	background-color:#aa3b25;
}

#nav li.Blue, #nav li.Blue ul li {
	background-color:#3d5ba0;
}

#nav li.Blue:hover, #nav li.Blue li:hover {
	background-color:#4d6bb0;
}

#nav li.Yellow, #nav li.Yellow ul li {
	background-color:#cc8011;
}

#nav li.Yellow:hover, #nav li.Yellow li:hover {
	background-color:#dc9021;
}

#nav li.Green, #nav li.Green ul li {
	background-color:#2c570c;
}

#nav li.Green:hover, #nav li.Green li:hover {
	background-color:#3c671c;
}

#nav li ul li a {
	font-size:1.1em;
}

/****************************************
 	header
*****************************************/
#header {
	position:relative;
}

.tagline {
	display:inline;
	font-family: "Arial Narrow", arial, sans-serif;
	font-size:4em;
	position:absolute;
	top:20px;
	left:150px;
}

.tagline a {
	text-decoration:none;
	color:#000000;
}

/****************************************
	content styles (home)
*****************************************/
#content {
	overflow:hidden;
    padding-right:30px;
    padding-bottom:30px;
    padding-left:30px;
    float:left;
    width:730px;
}

#morecontent {
	height:230px;
}

#homepgmain {
	clear:both;

}

.frame {
	border:3px solid #3b3b3d;
	width:360px;
}

.mission {
	margin-left:10px;
}

.frameormissionContainer {
	text-align:center;
	width:50%;
	float:left;
}

.homepageSection {
	float:left;
	width:30%;
	margin-top:20px;
	height:100%;
	padding:0 4px;
}

.sectionHeader {
	text-align:center;
	font-family: "Cambria", cambria, serif;
	font-style:italic;
	font-size:2em;
}

.sectionText {
	font-family: "Arial Narrow", arial, sans-serif;
	font-size:1.3em;
}

.red, .yellow, .blue {
	height:100%;
	display:inline;
}

.red .sectionText, .red .sectionHeader, .red .sectionBar, .red a, a.red {
	color:#9a2b15;
	border-color:#9a2b15;
}

.yellow .sectionText, .yellow .sectionHeader, .yellow .sectionBar, .yellow a, a.yellow {
	color:#cc8011;
	border-color:#cc8011;
}

.blue .sectionText, .blue .sectionHeader, .blue .sectionBar, .blue a, a.blue {
	color:#3d5ba0;
	border-color:#3d5ba0;
}

.sectionBar {
	margin-bottom:0;
	height:0px;
	width:70%;
	border:1px solid;
}

.redHeader h1, .blueHeader h1, .yellowHeader h1, .greenHeader h1 {
	font-family:Georgia,Times New Roman, serif;
	font-style:italic;
	font-size:3em;
	margin-top:0;
	font-weight:normal;
}

.redHeader h1, .redHeader a{
	color:#9a2b15;
}

.blueHeader h1, .blueHeader a{
	color:#3d5ba0;
}

.yellowHeader h1, .yellowHeader a{
	color:#cc8011;
}

.greenHeader h1, .greenHeader a{
	color:#2c570c;
}

.redHeader a, .blueHeader a, .yellowHeader a, .greenHeader a {
	font-size:1.4em;
	line-height:1.3;
}

#whatsnew {
	width:450px;
	float:left;
	padding: 0px 20px 10px 30px;
}

#whatsnew p {
	font-size:.75em;
	color:#004002;
}

#whatsnew h3 {
	color:#004002;
}

#whatsnew a {
	color:#004002;
}

#whatsnew a:hover {
	color:#333;
}

#contact {
	float:left;
	color:#000;
}

#contact strong {
	color:#004002;
}

#contact h3 {
	color:#004002;
}

#contact a {
	color:#004002;
}

#contact a:hover {
	color:#333;
}

#staff table{
    border-collapse: collapse;
    margin: 0px auto 0px auto;
}

#staff th {
    font-size: 1.1em;
    padding-bottom: 10px;
}

#staff .even{
    background: #d0d0d0;
}

#staff .odd{
    background: #fdfdfd;
}

#staff td{
    padding: 3px 7px 3px 7px;
}

#gallery table{
    border-collapse: collapse;
    margin: 0px auto 0px auto;
    text-align: center;
}

#gallery td{
    padding: 5px 0px 5px 0px;
}

#gallery span.gallerytitle{
    font-size: 1.1em;
    font-weight: bold;
}

#gallery img {
    border: 0;
    padding: 5px;
}

#newsletter h3{
    margin-top: 0;
}

#newsletter .newsletters{
    margin: 0;
    padding: 0;
    border: 0;
    width: 445px;
}

#newsletter .reports{
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    width: 445px;
}

#newsletter .current {
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/****************************************
	footer
*****************************************/

#contactContainer {
	position:absolute;
	bottom:0px;
	left:12px;
	width:950px;
	padding:5px 0px;
}

#contactInfo li {
	float:left;
	margin-left:22px;
}

#footer {
	clear:both;
	color:#ffffff;
	font-size:.75em;
	text-align:center;
}

#footer a {
	color:#eeeeee;
}

#footer a:hover {
	color:#ffffff;
}

/****************************************
	vertical scroll styles (home)
*****************************************/

#marqueecontainer{
position: relative;
width: 500px; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;


