@charset "UTF-8";
.bottomdiv {
	margin: 0px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
body {
	background-image: url(images/mahogany.jpg);
	background-repeat: repeat;
}
.maincontent {
	background-color: #FFFFFF;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4d3b6;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
.maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
.maincontenttable {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #767676;
	line-height: 22px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1pt;
	color: #42562d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e4f23;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #664300;
	text-decoration: none;
}
