body {
	padding: 10px;
	margin: 0;
	padding-left: 0;
	font-family: Verdana, sans-serif;
}
#content {
	padding: 6px;
	font-size: .8em;
	margin-left: 145px;
	margin-right: 10px;
	border-left: 2px solid;
	border-right: 2px solid;
}
#nav {
	position: relative;
	border: 2px solid;
	text-align: center;
	width: 120px;
	float: left;
	left: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 12px;
}
acronym, abbr {
	border-bottom: 1px dotted;
}
.listing {
	margin-bottom: 3px;
}
.listing span {
	font-weight: bold;
	border-right: 5px double;
	border-bottom: 1px solid;
	padding-right: 4px;
}
#nav a, #nav select {
	font-size: .7em;
}
#nav li, #nav form {
	padding: 0;
	margin: 0;
	display: inline;
}
#nav div, #nav a {
	font-weight: normal;
	padding: 4px;
	-moz-border-radius: 8px;
	margin: 2px;
	display: block;
}
#nav select {
	font-weight: normal;
	border-bottom: 1px solid;
	width: 98%;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
}
#footer, h1 {
	border: 2px solid;
	border-left: none;
	padding: 4px 10px;
	-moz-border-radius: 0px 10px 10px 0px;
	margin: 0;
}
#footer {
	text-align: right;
	font-size: .6em;
}
h1 {
	font-style: italic;
	height: 39px;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	border-bottom: 2px solid;
	margin: 20px 0 8px;
	font-weight: normal;
	padding-left: 6px;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
#content ul {
	/* Internet Explorer allows for interesting hacks */
	clear: both !important;
	clear: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
textarea, input {
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
blockquote p {
	padding: 6px;
}

