html {
	color: #FFFFFF;
	font-size: 76%;
	font-family: Verdana,Arial,sans-serif;
	background-color: #000000;
}
body {
	margin: 0;
	padding: 100px 0 50px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding-top: 0;
}
h1 {
	font-size: 200%;
	padding-bottom: .5em;
}
h2 {
	font-size: 130%;
	padding-bottom: .25em;
}
h3{
	font-size: 100%;
}
h4{
	font-size: 90%;
	font-weight: normal;
}
h5{
	font-size: 80%;
}
p {
	padding: 0;
	margin: 0 0 1em 0;
}
a[href] {
	text-decoration: none;
	color: #ffffff;
}
a[href]:hover {
	color: #004baf;
	text-decoration: underline;
}
a[href]:active {
	color: #86baff;
	text-decoration: underline;
}
div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	height: 60px;
	padding: 15px 0 0 12em;
	border-bottom: dotted 2px #888888;
}
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	height: 2em;
	padding-top: 1em;
	padding-left: 3em;
	border-top: dotted 2px #888888;
}
div#left-sidebar,
div#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 9em;
	height: 100%;
	margin-top: 80px;
	padding-top: 20px;
	padding-left: 1.5em;
	border-right: dotted 2px #888888;
}
img {
	border: 0;
}
div#right-sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	margin-top: 100px;
	padding-bottom: 50px;
	b-ackground-color: #ffff00;
}
@media screen {
	body>div#header {
		position: fixed;
	}
	body>div#footer {
		position: fixed;
	}
	body>div#left-sidebar,
	body>div#nav {
		position: fixed;
	}
	body>div#right-sidebar {
		position: fixed;
	}
}
* html body {
	overflow: hidden;
} 
div#content {
	height: 100%;
	overflow: auto;
	margin-right: 5em;
	margin-left: 13em;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	padding: 0;
	margin-left: 3em;
	list-style-type: disc;
}
div#nav ul li {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style-type: none;
}
span#selected_menu_item {
	color: #cccccc;
}
.indent {
	margin-left: 3em;
}
p.nomargin {
	margin-bottom: .25em;
}
.error {
	color: #ff1111;
}
pre {
	font-size: 120%;
	border: dashed 1px #999999;
	padding: 20px;
	margin: 2em 5em 2em 5em;
}