
body {
	background: #FFF;
	padding: 0;
	margin: 0;
	height: 100%;
	
}

#wenatchee-header {

	background: #f89f0a;
	background-image: url("images/header.png"); 
	height: 126px;
	display: block;
	width: 100%;
/*	padding: 1.5em 1em 1.5em 1em; */
/*	position: fixed;
	top: 0;
	left:0;
	z-index: 1000;
*/
}
#wenatchee-header table {

	border: 0;
}
#wenatchee-header .title {

  display: none;
	color: #a46e12;
	font-size: 2em;
}

#content {

/*	position: relative;
	top: 80px; */
	padding: 1.5em 1em 1.5em 1em;
}

.wenatchee-form-intro {
	font-weight: bold;
}

#content a, #content a:visited, #content a:hover {
  font-weight: bold;
	color: #f89f0a;
}
#content a:hover {
	text-decoration: underline;
}

#content table {

}
#content table table {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content h3 {
	
	font-size: 1.4em;
	color: #a46e12;
}
#content input {
	border: 1px solid #000000;
}


div .required {
  font-weight: bold;
	color: #a46e12;
}

#wenatchee-footer {

	color: #FFF;
	background: #f8d8a2;
	color: #a46e12;
   border-top: 1px solid #a46e12;
   border-bottom: 1px solid #a46e12;
	font-weight: bold;
	font-size: 0.7em;
	padding: 4px 8px 4px 8px;	
	margin-top: 50px;
	
	display: block;
	width: 100%;
/*	position: fixed;
	bottom: 0;
	left:0;
*/
}


#wenatchee-footer a, #wenatchee-footer a:visited, #wenatchee-footer a:hover {
	font-size: inherit;
	color: inherit;

}
#wenatchee-footer a:hover {
	text-decoration: underline;
}






