@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}

#masthead {
	margin: auto;
	width: 1000px;
	height:  218px;
	background: url('images/banner.gif') no-repeat; }

#topbar {
	margin: auto;
	width: 1000px;
	background-color: #C53534;
	color: white;
	letter-spacing:9px;
	line-height: 200%;
	text-align: center;}
	
#topbar a:link {
	text-decoration: none; 
	color: white; 
	font-weight: bold;}
	
#topbar a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: white;}
	
#topbar a:active {
	text-decoration: none;}
	
#topbar a:hover {
	font-weight:bold; 
	color: #663300;}
	
#secondbanner {
	margin: auto;
	width: 1000px;
	height:  270px;
	background: url('images/second.jpg') no-repeat; }

#page_content {
	margin: auto;
	background-color: #CC3333;
	color: white;
	width: 1000px;}
	
#footer {
	margin: auto;
	width: 1000px;
    text-align: center;
	color: #E0AD52;
	font-size: medium;}
	
#tagline {
	color: #E0AD52; 
	text-align: center;
	font-size: small;}
	
#tagline a { 
	color: #E0AD52; 
	font-weight: bold; 
	text-decoration: none }
	
#tagline a:hover { 
	color: #CC3333; 
	text-decoration: underline }
	
a:link {
	text-decoration: none; 
	color: #6699CC; 
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #6699CC;}
	
a:active {
	text-decoration: none;}
	
a:hover {
	font-weight:bold; 
	color: #663300;}

.sections {
	margin: 0px 10px 0px 10px;
	line-height: 150%;}

.sections img {
	border-style: solid;
	border-width: 5px;
	border-color: #E0AD52;
	margin: 10px 10px 10px 10px; }
	
label {
	width: 220px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block; }

.submit input {
	margin-left: 308px;}
	 
input {
	color: #6699CC;
	border: 1px solid #E0AD52; }

.submit input {
	color: #000;
	background: #6699CC;
	border: 2px outset #6699CC; }
 
fieldset {
	border: 3px solid #6699CC;
	width: 600px;}

legend {
	color: #fff;
	background: #E0AD52;
	border: 1px solid #6699CC;
	padding: 2px 6px; } 

form {
	margin-left: 200px;}

.bio {
	height: 240px;}
	
.bio img {
	border-style: solid;
  	border-width: 5px;
  	border-color: #6699CC;
  	margin: 10px 10px 10px 10px;}
  
.subheaders {
	font-style:italic;
	font-weight: bold;
	letter-spacing: 150%;
	padding: 0 10px 0 0;}
  	
h1 {
	color: white; 
	font-size: xx-large; 
	line-height: 150%;
	font-weight:bold;}
		
ul {
	margin: 20px 60px 20px 60px; }
	
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; }

	

