@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
}
body {
	margin-left: 200px;
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 20px;
	background-image: url(bg_sandstone.png);
	background-repeat: repeat;
}
table {
	width: auto;
}
h1 {
	font-size: 30pt;
	color: #422A40;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	line-height: normal;
	padding-top: 20px;
	color: #422A40;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
}
h5 {
	text-align: center;
	font-size: 11px;
}
.image {
	padding: 10px;
	border: 1px solid #e5ceac;
	margin: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.quote {
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #3A6091;
}
a:visited {
	color: #3A6091;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #3A6091;
	text-decoration: none;
}
.waltwhitman {
	font-style: italic;
}
.nav {
	text-align: left;
	position: absolute;
	left: 30px;
	top: 35px;
	width: 125px;
	height: 119px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.image-right {
	float: right;
	vertical-align: text-top;
}
.image-left {
	vertical-align: text-top;
	float: left;
}
.floatleft {
	float: left;
}
.float-none {
	float: none;
}
.nowrap {
	white-space: nowrap;
}
