@charset "UTF-8";
/* CSS Document */

li {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6600;
	border-right-width: 1px;
	border-right-color: #CC6600;
	padding: 3px;
	display: inline;
	font-size: 80%;
}
ul {
	padding: 5px;
	background-color: #CC6600;
	border-top: 1px solid #EBC795;
	border-bottom: 1px solid #E9C38C;
	text-align: center;
}
#nav {
	position: absolute;
	top: 165px;
	height: 25px;
	width: 780px;
}
a.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#coverimg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 1px solid #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}.text {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.subhead {
	font-weight: bold;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
}
.author {
	font-size: 10px;
	color: #666666;
}
