@charset "ISO-8859-1";
.background {
	background-color: #E4E0D3;
	background-position: top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #57491E;
	font-size: 12px;
}
.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57491E;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 15px;
	text-indent: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57491E;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 15px;
	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #57491E;
	margin: 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #57491E;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
a:link {
	color: #AE3131;
	text-decoration: none;
}
a:visited {
	color: #AE3131;
	text-decoration: none;
}
a:hover {
	color: #AE3131;
	text-decoration: underline;
}
.leftside {
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
}
.rightside {
	background-image: url(images/rightside.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
