/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #3D6004;
	text-align:center;
}

a {
	color: Blue;
	text-decoration: none;
	/* font-weight: bold; removed from here
*/
}

a:hover {
	text-decoration: underline;
	color:#FF9933;
}
#wrapper{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:178px;
	margin:0px;
	background-image:url(../i/header.jpg);
	background-repeat:no-repeat;
}
#subHeader{
	height:100px;
	margin:0px;
	width:650px;
/*	background-image: url(../i/header.jpg);
*/	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#subHeader img {
	border: none;
}

#center {
	background-image: url(../i/center.jpg);
	background-repeat: no-repeat;
	height:282px;
	margin:0px;
}
#bottom {
	background-color:#fff;
	margin:auto;
	height:400px;
}
#bottomright{
	text-align:center;
	width:50%;
	float:right;
	font-size:1.2em;
}
#bottomleft{
	text-align:center;
	width:50%;
	float:left;
	
}

.centerlinks {
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
}

.centerlinks a {
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.blurb {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	margin-top: 8px;
	margin-left: 400px;
}

img {
	border: 1px solid #000000;
	margin: 3px;
}

span.header2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-top: -8px;
}
#content{
	background-color:#fff;
	width:646px;
	height:700px;
	margin-right:5px;
	padding-left: 5px;
	}
#content800{	
	background-color:#fff;
	width:100%;
	height:800px;
	}	
#content900{	
	background-color:#fff;
	width:650px;
	height:900px;
	}		
#contentInvolved{	
	background-color:#fff;
	width:100%;
	height:800px;
	}	
#contentTeam{
	background-color:#fff;
	width:100%;
	height:1200px;
	}
#content1000{
	background-color:#fff;
	width:100%;
	height:1000px;
	}
#content1200{
	background-color:#fff;
	width:100%;
	height:1200px;
	}
#content1400{
	background-color:#fff;
	width:100%;
	height:1400px;
	}
#content1500{
	background-color:#fff;
	width:100%;
	height:1500px;
	}
#content1700{
	background-color:#fff;
	width:100%;
	height:1700px;
	}
#content1800{
	background-color:#fff;
	width:100%;
	height:1800px;
	}
#contentProcess{
	background-color:#fff;
	width:100%;
	height:900px;		
}
#contentNav{
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	width:150px;
	height:auto;
	background-color:#fff;
}
#contentLeft{
	background-color:#fff;
	float:left;
	width:350px;
	margin-right:5px;
	padding-left: 10px;
	font-size: 125%
}
#contentAll{
	background-color:#fff;
	float:left;
	width:450px;
	margin-right:5px;
	padding-left: 10px;
	font-size: 125%
}
#contentLeftOV{
	background-color:#fff;
	float:left;
	width:360px;
	margin-right:5px;
	padding-left: 5px;
	font-size: 125%
}
#contentRight{
	float:right;
	margin-right:20px;
	margin-top: 20px;
}

#contentCenter {
	width: 575px;
	float: right;
	margin-right: 10px;
	font-size: 125%;
}
#contentImage{
	float:right;
	margin-top:0px;
}
ul.relevantLinks{
	list-style:none;
	margin:0px;
	padding:10px;
}
ul.relevantLinks li{
	padding:5px;
}
#footer {
	width: 760px;
	height:50px;
	text-align:center;
	color:#fff;
	border-bottom: solid 1px #FFFFFF;
}

#footer a{
	color:#fff;
}
#footer a:hover{
	color:#FF9933;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}


.textbox {
	border: 5px double #3D6004;
	padding-left: 4px;
	padding-right: 8px;
}
