body {background-color:#151500;}ul.navbar {padding: 0;margin: 0;position: absolute;top: 185px;left: 25px;width: 120px;}ul.navbar li {
background-color: #705000;
top: 180px;
left: 50px;
width: 140px;margin: 0em;padding: 1px;
padding-left: 10px;border-bottom: thin solid black;
font-family: courier;}ul.navbar a {text-decoration: none}a:link, a:visited {color: black;
font-family: courier;
font-size: 16px;
}a:hover {text-decoration: underline;
color: white;
}

ul.banner {
position: absolute;
top: 0px;
left: 160px;
}

ul.text {
text-align: center;
position: absolute;
left: 200px;top: 130px;
width: 660px;
padding: 20px;
background: olive;
color: black;
font-family: arial;font-size: 14px;
}

h1 {
width:660px;
height: 45px;
color: black;background-color:#705000;font-family: Arial;font-size: 32px;font-weight: bold;
border: 1px solid black;}
p {
text-align: justify;
margin: 30px;
}ul.footer {
width:620px;
border:1px solid black;color: black;
background-color:#705000;font-family: courier;font-size:10px;}


		/* BASIC STYLES */
		fieldset{margin:0;padding:0;border:0;}
		label{width:250px; display:block;}
		.txt_input{width:250px; display:block;}
		textarea{height:80px; width:250px;}
		input{display:block;}
		.req{color:#f00;font-size:90%;}
		#form_errors{color:#f00; display:none;}
		#form_thanks{color:#000; display:none;}
