body {
	margin: 0px;
}
a:link {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #703901;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #703901;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: underline;
}.background {
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #612E00;
	line-height: 28px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #612E00;
	margin-left: 40px;
	padding-top: 10px;
}li {
	padding-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-left: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A3501;
}

