@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}
	
#wrap {
	margin: auto; 
	width: 1100px;
	background-color: #0099CC;}

#masthead {
	margin: auto;
	width: 1000px;
	height:  172px;
	background: url('images/banner.jpg') no-repeat; }

#topbar {
	margin: auto;
	width: 1000px;
	text-align: center;}
	
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #0099CC;}

#navlist li.last {
	border:none;}

#navlist {
	text-align:center;}
	
#navlist a {
	color:white;
	text-decoration:none;}
	
#navlist a:hover {
	color:#33CC00;
	text-decoration: underline;}
		
#page_content {
	margin: auto;
	background-color: white;
	color: #4D8066;
	width: 1000px;}

#middle {
	margin: auto;
	background-color: #0058CC;
	color: white;
	width: 1000px;
	line-height: 200%;
	text-align: center;}
	
#bottom {
	margin: auto;
	background-color: #C1C1C1;
	color: #0099CC;
	width: 1000px;}

#bottom h2 {
	color: #004299;}
	
#bottom ul {
  float: left;
  width: 80em;
  margin-left: 10em;
  padding: 0;
  list-style: none;}
 
#bottom li {
  float: left;
  width: 30em;
  margin: 0;
  padding: 0;
  line-height: 150%;}
  
#footer {
	margin: auto;
	width: 1000px;
    text-align: center;
    background-color: white;
	color: #4D8066;
	font-size: medium;}
	
#tagline {
	text-align: center;
	font-size: small;}
	
#tagline a { 
	color: #004299; 
	text-decoration: none }
	
#tagline a:hover { 
	color: #4D8066; 
	text-decoration: underline }
	
a:link {
	text-decoration: none; 
	color: #0099CC; 
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #0099CC;}
	
a:active {
	text-decoration: none;}
	
a:hover {
	font-weight:bold; 
	color: #33CC00;
	text-decoration: underline;}

.sections {
	margin: 0px 10px 0px 10px;
	line-height: 150%;}

.sections img {
	border-style: solid;
	border-width: 2px;
	border-color: #E0AA52;
	margin: 10px 10px 10px 10px; }
	
.sections a:link, a:visited {
	text-decoration: underline; 
	color: #33CC00; 
	font-weight: bold;}
	
.sections a:active {
	text-decoration: none;}
	
.sections a:hover {
	font-weight:bold; 
	color: #0099CC;
	text-decoration: underline;}

	
.contentwrapper{
	float: left;
	width: 100%;}

.desccolumn {
	margin: 20px 630px 0px 20px;}

.piccolumn{
	float: left;
	width: 600px;
	margin-left: -600px;
	margin-top: 20px;}
	
.piccolumn img {
	margin: 10px 0px 10px 7px; }

label {
	width: 220px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block; }

.submit input {
	margin-left: 308px;}
	 
input {
	color: #004299;
	border: 1px solid #33CC00; }

.submit input {
	color: white;
	background: #004299;
	border: 2px outset #0099CC; }
 
fieldset {
	border: 1px solid #33CC00;
	width: 600px;}

legend {
	color: #0099CC;
	background: white;
	border: 1px solid #33CC00;
	padding: 2px 6px; } 

form {
	margin-left: 200px;}

  
.subheaders {
	font-style:italic;
	font-weight: bold;
	letter-spacing: 150%;
	padding: 0 10px 0 0;}
  	
h1 {
	color: #0099CC; 
	font-size: large; 
	line-height: 150%;
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 10px;}

h2 { 
	font-size: medium;
	padding-bottom: 10px;}
	
ul { list-style-position: inside; padding: 0px; margin: 0px }
			
blockquote {
	font-weight:bold;
	text-align:center;
	font-size: x-large; 
	line-height: 150%;}

body {
	font-family:Geneva, Helvetica, Trebuchet, sans-serif;
	background-color: #FFFFFF; 
	color: #FFFFFF; }