@charset "utf-8";
/* CSS Document */
<style type="text/css"> 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.Main #container {
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	background: #FFFFFF url(siteimages/backfadeyellow.jpg);
	background-repeat:repeat-x;
}


.sitenav {
	border: medium double #000;
	margin-left: 10px;
	margin-right: auto;
	font-size: xx-large;
	text-align: center;
}

.sitenav a {
	text-decoration:none;
}

.sitenav a:hover {
	text-decoration:none;
}

.Main #textcontent {
	
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

.bottomnav {
	font-size: x-large;
}

input {
	background-color: #f9fab4;
	width:100%;
}

textarea {
	background-color: #f9fab4;
	width:100%;

}

form {
	padding: 10px;
	font-size:large;
}

.formtext {
	text-align:right;
}

a:link {color: black; }
a:visited {color: black; }
a:hover {text-decoration: underline overline; color: #c18a15;}
img {border: none;}