@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #d8cba8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#header {
	width: 1024px;
}
#content {
	background-image: url(../images/body-background.gif);
	width: 1024px;
}
#footer {
	width: 1024px;
}
#center-box {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
.falltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	padding-left: 5px;
}
.textfields {
	width: 240px;
	height: 18px;
	border: 1px solid #000000;
}
.smallfields {
	width: 177px;
	border: 1px solid #000000;
	height: 18px;
}
.state {
	height: 18px;
	width: 55px;
	border: 1px solid #000000;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #2E433E;
	width: 100px;
	border: 1px solid #FFFFFF;
	height: 20px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.centertext {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
#privacy {
	width: 525px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #D8CBA8;
	text-decoration: underline;
	background-color: #000000;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
