@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(Images/papyrus.jpg);
	background-repeat: repeat;
	background-color: #DABF8B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 800px;
}
#banner {
	height: 80px;
	text-align: center;
	padding-top: 12px;
}
#mainbody {
	padding-top: 20px;
}
#navbar {
	height: 28px;
}
#navbar ul {
	list-style-type: none;
	font-size: 14px;
	margin-left: 20px;
}
#navbar li {
	float: left;
	line-height: 28px;
	background-color: #DCBA84;
}
#navbar a {
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
#navbar a:link, #navbar a:visited {
	color: #000000;
}

#navbar a:hover {
	background-color: #A38963;
}
.selected {
	background-color: #A38963;
}
p {
	font-size: 12pt;
	text-indent: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
h2 {
	font-size: 14px;
	font-style: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
}
.indent1 {
	margin-right: 70px;
	margin-left: 102px;
}
}
.indent2 {
	margin-left: 350px;
}
.caption {
	font-size: 14px;
	text-align: center;
	font-style: italic;
}
