@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#sidebar {
	background-image: url(images/bkgrnd%20comps/sidebar.png);
	background-repeat: no-repeat;
	height: 280px;
}
#content {
	background-image: url(images/bkgrnd%20comps/contentbkgrnd.png);
	background-repeat: no-repeat;
	height: 280px;
	padding-top: 0px;
	margin: 0px;
	width: 631px;
}
#contenttext {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 20px;
	overflow: auto;
	height: 260px;
	padding-right: 15px;
	top: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	white-space: normal;
}
#blankcontent {
	height: 10px;
}
a:link {
	color: #523714;
	font-size: 11px;
}
#sidebar a {
	color: #66461B;
	display: block;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A5722B;
	border-bottom-color: #A5722B;
	padding: 7px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 14px;
	font-size: 12px;
}
#spacer2 {
	height: 14px;
}
a:visited {
	color: #624520;
	text-decoration: none;
}
a:hover {
	color: #4B3418;
	text-decoration: underline;
}
a:active {
	color: #624520;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #624520;
	line-height: 0em;
	margin-bottom: .5em;
}
h2 {
	font-size: 14px;
	color: #895F2C;
	margin-bottom: .5px;
}
h3 {
	font-size: 12px;
	color: #A77436;
	margin-bottom: .5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #624520;
}
a {
	font-size: 12px;
}
#bottominfo {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}
#bottominfo a:link {
	font-size: 11px;
}
p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}
#sidebar a:hover {
	background-color: #F5E0A6;
}
#sidebar a:active {
	background-color: #FFEBC7;
}

