/* CSS Document */

/*styles page green tint with white text*/
body {
	font: 90% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #F4FCE5;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

p {
	font-size: 12px;
}
p a{
color:#000000;
background-color:transparent;
text-decoration:underline;
}
/* centers page places narrow dark green left column & wider white column*/
#pageholder{
width: 700px;
margin: 20px auto 10px;
background: transparent url(../images/level3bkgrnd.png) repeat-y;
color: #fff;
}

/* styles top of page */
#header{
padding: 0;
background: #006233 url(../images/headerlevel3_1.gif) no-repeat;
text-align:left;
height:60px;
font-size:12px;
}

/* positions logo */
#headerleft {
float: left;
width: 140px;
margin: 0;
font-size:10px;	
}

/* styles & positions horizontal links in the header */
#headerlinks {
	height: 60px;
	z-index: 10;
	vertical-align: middle;
	color:#FFF;
	float: left;
	width: 454px;
	
}
#headerslides {
	height: 30px;
	z-index: 10;
	vertical-align: middle;
	color:#FFF;
	float: left;
	width: 360px;
	margin-left: 18px;
	padding-top:25px;
	background: inherit;
	font-size:14px;
	font-weight:bold;
}

/* contains quicklinks */
#headerright {
	background:transparent;
	color:#FFFFFF;
	text-align:left;
	z-index: 11;
	vertical-align: middle;
	font-weight:bold;
	float: right;
	width: 175px;
	
	
	
}
#rightnav p{
margin-bottom:0;
}
#rightnav a:link, #rightnav a:visited, #rightnav a:hover{
text-decoration:none;
color:#fff;
background-color:transparent;
}
#rightnav ul{
margin-bottom:0;
margin-top:0;
}
/* styles & positions quicklinks box */
.quicklinks {
background-color:#FFFFFF;
color:#000000;
font-size:10px;
position:absolute;
top:25px;

}
.required {
margin-top:10px;
padding-bottom:10px;
margin-right:5px;
text-align:center;
border: 1px solid  #CCCCCC;
}
.required ul li{
font-size:11px;
margin-bottom:0;
margin-top:0;
margin-right:15px;
text-align:left;
}
.required h4 {
font-size:12px;
}
.corp {
margin-left:10%;
width:80%;
}
/* styles horizontal navigation bar under header */
#topnav {
font-weight:bold;
font-size:12px;
background-color:#000000;
color:#FFFFFF;
text-align:center;
height:19px;
width:100%;
border-bottom: solid #BCDB30 4px;
}
/* sets placement of unorderd lists */
ul {
list-style: none;
	margin-left: 0;
	padding-left: 2em;
	line-height:1.4;
	text-indent: -1em;
}
/* general link styles */
a:link { 
	color: #FFF;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #999999;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover {  
	color: #BCDB30;
	background-color:transparent;
	text-decoration:underline;
	font-weight: bold;
}


.bottomlinks {
	text-align:center;
	vertical-align:baseline;
	padding-top:50px;
	padding-bottom:20px;
	font-size:12px;
	clear:both;
	
}
.bottomlinks a{
color:#000000;
background-color:inherit;
}
.validation {
padding-top:100px;


}
a.bottomlinks{
color:#000000;
	background-color:#FFFFFF;
}


img {
border:none;
}
/* contains left navigation */
#leftcolumn {
	float: left;
	width: 160px;
	margin: 0;
	padding-top: 20px;
}
/* styles left navigation */
#leftnav{
	background:transparent;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom: 25px;
}
/* no bullets on left navigation */
#leftnav ul {
list-style: none;
	margin-left: 0;
	padding-left: 2em;
	line-height:1.4;
	text-indent: -1em;
}
/* moves google down in left column */
#googlesearch {
padding-top:25px;
}
/* sizes print in google table */
.input {
font-size:12px;
color:#FFFFFF;
}
/* styles google table */
#googlesearch table {
background-color:transparent;
color:#FFF;
width:120px;
border:0;
}
.button{ 
font-size: 9px;
color: #FFFFFF; 
font-weight: bold;
background-color: #999999;
margin-left:10px; 
  
} 
#contentmain {
	background-color:transparent;
	color:#000000;
	padding-left: 5px;
	margin-right: 0;	
	float: left;
	width: 525px;
}

#pagetitle {
font-family:Arial, Helvetica, sans-serif;
margin-bottom:25px;
text-align:left;

}

#pagetitle h1{
font-size:16px;
background-color:#682F73;
color:#FFFFFF;
margin-top:0;
padding-top:0;
padding-left:5px;
vertical-align:top;
width:250px;
height:18px;
}
#maintext {
	width:515px;
	text-align:left;
	font-size:12px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#maintext h2 {
	background-color:#FAE6FF;
	color:#682F73;
	width:90%;
	height:32px;
	text-align:center;
	font-size:16px;
	margin-top:0;
	margin-left: 13px;


}
#maintext .leftside {
float:left;
width:50%;
}
#maintext .rightside {
float:right;
width:50%;
}
#infobox .leftside {
float:left;
width:70%;
margin:0;
padding:0;
border:0;
}
#infobox .rightside {
	float:right;
	width:28%;
}
#maintext ul li {
list-style:none;
font-size:12px;
padding:0;
}
#maintext li a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
}
#maintext h2 a{
color:#682F73;
background-color:transparent;
text-decoration:underline;
}
#maintext h3 {
background-color:#FFFFFF;
color:#682F73;
font-size:15px;
font-weight:bold;
}
#maintext h3 a{
background-color:#FFFFFF;
color:#000;
font-size:15px;
font-weight:bold; 
text-decoration:underline;
}
#maintext h4 {
background-color:#FFFFFF;
color:#000;
font-size:14px;
}
#maintext h4 a{
background-color:#FFFFFF;
color:#000;
font-size:14px;
font-weight:bold; 
text-decoration:underline;
}
#maintext h5 {
background-color:#FFFFFF;
color:#000;
font-size:13px;
text-align:center;
}
#maintext h6 {
background-color:#FFFFFF;
color:#000;
font-size:12px;
}
#maintext p a{
color:#000000;
background-color:transparent;
text-decoration: underline;
font-weight:normal;
color:#000000;
}
#maintext p a:hover {
text-decoration:underline;

}
#maintext p a:visited {
color: #006600;
background-color:transparent;
}
#maintext img {
vertical-align:middle;
text-align:center;
}
#maintext table {
border:none;
color:#000000;
background-color:#FFF;
width:420px;
}
#maintext table img {
text-align:center;
}
fieldset {
	padding-left:10px;
}
.map {
border:thin solid #003300;
padding-left:5px;
}
.map label {
	display: block;
	width: 100px;
}
.map input {
margin-bottom:5px;
}
.map br {
	clear: left;
}
.map p { text-align:left;
}

#news {
color:#000000;
background-color:#F4FCE5;
width:90%;
text-align:center;
margin-left: 10px;
}
#news p{
text-align:left;
padding-top:5px;
padding-left:5px;
}
#mission p a{
text-decoration:underline;
}
#profiles {
width:100%;
color:#000000;
background-color:#FFF;
text-align:center;
}
#profiles .rightcolumn {
float:right;
width:130px;
text-align:left;
}
#profiles .middlecolumn{
float:left;
width:235px;
margin-left:10px;
text-align:left;
}
#profiles .leftcolumn {
float:left;
width:130px;
text-align:left;
}
#features {
width:100%;
color:#000000;
background-color:#FFF;
text-align:center;
}
#features .rightcolumn {
float:right;
width:160px;
text-align:left;
}
#features .middlecolumn{
float:left;
width:175px;
margin-left:10px;
text-align:left;
}
#features .leftcolumn {
float:left;
width:160px;
text-align:left;
}
#rightcolumn {
	float: right;
	width: 175px;
	padding-top: 20px;
}
.headfour h4{
margin-bottom:0;
font-size:14px;
}
.headfour h5{
margin-bottom:0;
font-size:13px;
}
.headfour h6{
margin:0;
font-size:12px;
}
#infobox .headfour h4{
font-size:14px;
background-color: transparent;
color: #000000;
}
.headfour h4 a{
font-size:14px;
background-color: transparent;
color: #000000;
text-decoration:underline;
width:100%;
}
#infobox .headfour h5{
margin-bottom:0;
font-size:12px;
}
.headfour h5 a{
background-color: transparent;
color: #000000;
text-decoration:underline;
}
.headfour h5 a:visited{
background-color: transparent;
color: #000000;
text-decoration:underline;
}

#infobox .headfour h6{
margin:0;
font-size:12px;
}
.headfour p {
margin:0;
}
.blockquote{
margin-left:25%;
margin-right:25%;
}
.navblockquote{
margin-left:25%;
margin-right:20%;
}
#descriptions h4 {
font-size:14px;
background-color: #CCCCCC;
color: #000000;
width:100%;
}
#descriptions h4 a{
font-size:14px;
background-color: #CCCCCC;
color: #000000;
text-decoration:underline;
}
#descriptions h5{
font-size:14px;
border:#000000 thin solid;
width:99%;
}
#descriptions h6{
margin-bottom:0;
font-size:12px;
}
#descriptions p{
margin:0;
}
.border {
border:#003300 solid thin;
padding-left:5px;
padding-bottom:5px;
}

/* styles lists in main content with square bullets */
#infobox ul {
margin-top:0;
}
#infobox ul li {
font-size:12px;
padding:0;
margin: 0 0 0 3px;
list-style:square inside;
}
#infobox ol li {
font-size:12px;
padding:0;
margin: 0 0 0 3px;
list-style: decimal;
}
#tips ul li {
font-size:12px;
margin-bottom:1em;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
.green {
color: #006600;
background-color:transparent;
font-weight:bold;
}
.nopad {
margin-bottom:3em;
}

/* underlines links within main content */
#infobox li a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
}
legend {
font-size:12px;
font-weight:bold;
}
.emphasize {
	color: #660066;
	font-weight: bold;
}
.center {
text-align:center;
}
/* small type & italics */
.italics {
font-style:italic;
font-size:12px;

}
.smallprint {
font-size: 10px;
}
#maintext .bullets ul li{
	list-style:inside square;
}
#footer {
	clear: both;
	margin: 0;
	color: #fff;
	background: #000;
	width:700px;
	height: 40px;
	border-top: solid #BCDB30 2px;
	vertical-align: text-top;
}
#footer p{
font-size: 70%;
	text-align:center;
	
	}
#footer a{
text-decoration:underline;
font-weight:normal;
}

