html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #006;
	color: #ccf;
}
#header {
	width: 960px;
	margin: 2px auto;
	padding: 2px;
	border-bottom: 1px solid #66c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#header .news {
	margin-top: 12px 0 0 0;
	padding: 6px 12px;
	border: 3px double #ff6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#alert {
	width: 800px;
	margin: 2px auto;
	padding: 2px;
	color: yellow;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#button {
	width: 960px;
	margin: 2px auto;
	padding: 4px 2px;
	text-align: center;
	border-top: 1px solid #66c;
}
#button input {
	height: 28px;
	font-weight: bold;
}
#main {
	width: 960px;
	margin: 2px auto;
	padding: 2px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav {
	position: absolute;
	width: 200px;
}
#vbar {
	position: relative;
	width: 1px;
	left: 200px;
	height: 640px;
	float: left;
}
#content {
	position: relative;
	width: 700px;
	min-height: 580px;
	left: 200px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 4px double #66c;
}
#modified {
	width: 960px;
	margin: 12px 0 2px 0;
	padding-left: 100px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
#footer {
	width: 800px;
	margin: 2px auto;
	padding: 0 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	clear: both;
	border-top: 1px solid #66c;
}
#footer a {
	text-decoration: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li, #nav a {
	display: block;
	width: auto;
}
#nav li {
	margin: 4px;
	padding: 2px 0;
	border-bottom: 1px solid #66c;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	background-image: url(img/square_yellow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
a {
	color: #3fc;
}
a:active {
	color: #3fc;
}
a:visited {
	color: #3fc;
}
a:hover {
	color: yellow;
}
blockquote {
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	line-height: 1.4em;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #999;
	text-align: center;
	padding: 4px 0;
}
sup {
	font-size: 11px;
	vertical-align: top;
}
dl {
	margin-bottom: 40px;
}
dt {
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 0 0;
	padding: 4px 0;
	border-bottom: 1px solid #66c;
}
dt a {
	text-decoration: none;
}
dd {
	font-style: italic;
	margin: 2px 0;
	 }
.underline {
	text-decoration: underline;
}
.list {
	margin: 0px;
	padding: 0px;
}
.listsmall {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a.life-counts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3fc;
	text-decoration: none;
}
