body, bod {
background-color: #99A19B;
background-image: url(../images/ground.png);
background-position: top;
background-repeat: repeat-x;
margin: 0;
padding: 0;
font:20px/36px Georgia,"Times New Roman",Times,serif;color:#111;
line-height: 130%;
}

table {
line-height: 130%;
font:12px/22px Georgia,"Times New Roman",Times,serif;color:#111;
}
h2 {font-size:2em;font-weight:normal;padding:5px 0;letter-spacing:-1px;word-spacing:0.1em;
line-height: 100%;
clear: both;
color: #AFA45A;
}

h1 {font-size:2.5em;font-weight:normal;padding:5px 0;letter-spacing:-1px;word-spacing:0.1em;
line-height: 100%;
clear: both;

}

a:hover {
	text-decoration: underline;
	color: #CD133E;

}

a {
  text-decoration: none;
  color: #0072bc;
}




li {
}


form {
	float:left;
	margin: 0;
	padding: .5em;
	margin-bottom: 1em;
	color: #D6D3C7;

}

form label {
	display: block;
	float: left;
	width: 100px;
	color: Black;
	text-align: right;
	padding-right: 5px;
}

form input {
	width: 140px;
	display: block;
	float: left;
	border: solid 1px #616A74;
	
	margin-bottom: 2px;
}

form select {
	width: 130px;
	display: block;
	float: left;
	border: solid 1px #616A74;

	margin-bottom: 2px;
}

form br {
	clear: left;
}

form + * {
	clear:left;
}

form .buttons {
	text-align: right;
	margin-top: 0.5em;
	padding-left: 120;
	width: 130px;
}

form .buttons input {
	width: 80px;
	display: inline;
	float: left;
	background-color: #D6D3C7;
}

form .check {
	text-align: left;
	width: 150px;
}

form .check input {
	width: auto;
	display: inline;
	float: none;
	border: none;
	background-color: transparent;
	color: black;
	margin-bottom: 2px;
}

textarea {
	width: 450px;
	height: 100px;
	display: block;
	float: left;

	border: solid 1px #616A74;
	margin: 2px;
}