body { 
	margin: 145px 20px 0px 100px;
	border: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	background-color: black;
	color: #c1a952;
	line-height: 140%;
}
#titlebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 120px;
}
#sidebar {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 85px;
	height: 500px;
}
#menubar {
	position: absolute;
	left: 95px;
	top: 112px;
	height: auto;
	background-color: transparent;
	color: #f4f4f4;
	font-size: 85%;
	font-weight: bold;
}
#menubar :link {
	color: white;
}
#menubar :visited {
	color: white;
}
:link {
	background-color: inherit;
	color: #c1a952;
	text-decoration: none;
}
:visited {
	background-color: inherit;
	color: #c1a952;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.nomargin {
	margin: 0px;
}
h1 {
	color: #cc882a;
	text-align: center;
	margin: 0px;
	clear: both;
}
h2 {
	color: #cc882a;
	margin: 10px 38% 10px 0px;
	text-align: left;
	font-size: 125%;
	clear: both;
	border-bottom: 1px solid #cc882a;
}
h3 {
	color: #c2802a;
	margin: 0px;
	text-align: left;
	font-size: 105%;
	clear: both;
}
img {
	border: 0px;
}
br.clearboth {
	clear: both;
}
table {
	border-collapse: collapse;
}
table.list {
	width: 100%;
}
th {
	color: #cc882a;
	text-align: left;
}
th :link {
	color: #cc882a;
}
th :visited {
	color: #cc882a;
}
table.list th {
	border-left: 1px solid #cc882a;
	border-bottom: 1px solid #cc882a;
	padding: 2px 4px;
}
table.list th.noborder {
	border-left: 0px;
}
table.list td {
	border-left: 1px solid #c1a952;
	padding: 2px 4px;
}
table.list td.noborder {
	border-left: 0px;
	padding: 0px 4px;
}
p {
	margin: 12px 0px;
}
blockquote {
	font-style: italic;
	margin: 0px;
	text-align: center;
}
q {
	font-style: italic;
}
em {
	font-weight: bold;
}
.active {
	filter: brightness(150%);
}
