@charset "utf-8";

body {
	background-color: #FFF;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#header {
	background-color: #EED;
	border-bottom: 1px solid #666;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1ex;
	text-align: center;
}
#left {
	float: left;
	padding: 0.5ex 1ex;
	width: 30ex;
}
#right {
	float: right;
	padding: 1ex;
	width: 20ex;
}
#center {
	border: 1px solid #DDD;
	border-width: 0 1px;
	padding: 1ex;
	margin-left: 32ex;
	margin-right: 32ex;
}
#footer {
	background-color: #EED;
	border: 1px solid #666;
	border-width: 1px 0;
	clear: both;
	padding: 1ex;
	text-align: center;
}
.nav a {
	border-style: none;
	color: #333;
	text-decoration: none;
}
.nav a:hover {
	border-style: none;
	color: #F63;
	text-decoration: none;
}
.nav {
	border-bottom: 1px dotted #DDD;
	padding: 0.5ex;
}
#curnav {
	background-color: #EED;
	border: 1px solid #985;
	padding: 1px;
}
.annotation {
	background: #F8F8EE;
	border: 1px dashed #666;
	border-width: 1px 0;
	padding: 1ex;
}
a {
	border-bottom: 1px dashed #333;
	color: #333;
	text-decoration: none;
}
a:hover {
	border-style: none;
	color: #F63;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
img {
	border-style: none;
}

