body {
	padding: 10px;
	margin: 0;
	padding-left: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#content {
	padding: 6px;
	font-size: .8em;
	margin-left: 10px;
	margin-right: 145px;
	border-left: 2px solid;
	border-right: 2px solid;
}
#nav {
	position: fixed !important;
	position: absolute;
	border-width: 2px;
	border-style: none solid;
	text-align: center;
	width: 120px;
	top: 70px;
	right: 20px;
  	padding: 4px 0;
	margin: 0;
	-moz-border-radius: 12px;
	font-family: "Century Gothic", Verdana, sans-serif;
	top: expression( ( 70 + ( ignoreMe = ( document.documentElement && document.documentElement.scrollTop ) ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
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 li, #nav form {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a, #nav select {
	font-size: 0.7em;
}
#nav a, #nav div {
	display: block;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 8px;
	margin: 2px;
}
#nav select {
	font-weight: normal;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, sans-serif;
	border-bottom: 1px solid;
	width: 98%;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
}
#footer, h1 {
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 4px 10px;
	-moz-border-radius: 0 16px 16px 0;
	margin: 0;
}
#footer {
	text-align: right;
	font-size: .6em;
	font-family: Verdana, sans-serif;
}
h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	height: 39px;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	border-bottom: 2px solid;
	border-top: 2px solid;
	margin: 20px -8px 8px;
	font-weight: normal;
	padding-left: 6px;
}
h3 {
	font-size: 1.25em;
	border-bottom: 1px solid;
}
h4 {
	font-size: 1em;
}
h3 span {
	display: block;
	font-size: 0.7em;
	border: 1px solid;
	text-align: right;
	margin: 0 0 2px;
	padding: 0 2px;
	clear: right;
	width: 16em;
	float: right;
}
#logo {
	float: right;
}
a {
	font-weight: bold;
	text-decoration: none;
}
textarea, input {
	border-width: 2px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	-moz-border-radius: 5px;
	padding: 1px 2px;
}

code {
	padding: 1px 3px;
	display: block;
}
blockquote, code {
	border: 2px solid;
	-moz-border-radius: 5px;
	margin: 0 24px;
}
blockquote p {
	margin: 8px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 2em;
}
