@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}
	
#masthead {
	margin: auto;
	width: 1000px;
	height: 300px;
	background: white url('images/banner.jpg') no-repeat;}

#topbar {
	margin: auto;
	width: 1000px;
	background-color: #FF6C04;
	color: white;
	letter-spacing:7px;
	line-height: 200%;
	text-align: center;}

#wrap {
	margin: auto;
	width: 1000px;
	overflow: auto;
	background: white;}

#container {
	margin: auto;
	width: 980px;}

#page_content {
	width: 200px;
	height: 400px;
	float: left;
	color: #004ECC;
	font-size: smaller;
	background-image: url('images/plow.jpg');}

#right_col {
	width: 790px;
	float: right;}
	
#right_col img {
	margin-left: 20px;}
	
#right_col a {
	color: #FF6C04;}
	
#right_col a:active, a:hover {
	color: #33CC00;}

#footer {
	margin: auto;
	width: 1000px;
	text-align: center;
	border-top: thin #004ECC solid;}

#footer p {
	font-size: medium;
	color: #33CC00;
	font-weight: bold;
	line-height: 110%;}
	
#tagline {
	color: #FF6C04; 
	background-color: white;
	text-align: center;
	font-size: small;}
	
#tagline a { 
	font-weight: bold; 
	color: #004ECC;
	text-decoration: none; }
	
#tagline a:hover { 
	text-decoration: underline; }
	
.faq {
	font-style:italic;
	font-weight: bold;}
	
	
label {
	width: 220px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block; }
	 
input {
	color: #004ECC;
	border: 1px solid #004ECC; }

.submit input {
	color: #000;
	background: #004ECC;
	border: 2px outset #004ECC; 
	margin-left: 240px;}
 
fieldset {
	border: 1px solid #004ECC;
	width: 600px;}

legend {
	color: #004ECC;
	background: white;
	border: 1px solid #004ECC;
	padding: 2px 6px; } 
  	
.innertube{
	margin: 24px; 
	margin-right: 0;}

.bignumber {
	font-family: Georgia;
	font-size: 42px;
	font-style:italic;}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;}
	
a:active, a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #004ECC;}

h1 {
	color: #33CC00;
	line-height: 125%;
	padding-top: 14px;}
	
h2 {
	color: #33CC00;
	padding-top: 14px;}

ul {
	list-style-type: circle;
	padding-left: 40px;
	color: #004ECC;}

body {
	font-family:Verdana,Geneva,sans-serif;
	color: #004ECC;
	background-color: white;}
		
