BODY
#header {
	position: absolute;
	width: 100%
	height: 100px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}
#sidebar {
	position: absolute;
	width: 10em;
	height: auto;
	top: 100px;
	right: auto;
	bottom: 0;
	left: 0;
	font-family: sans-serif;
}
#main {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	right: 5em;
	bottom: 0;
	left: 10em;
	font-family: sans-serif;

}
ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.navbar li {
	background: navy;
	color: white;
	margin: 0.5em 0.5em;
	padding: 0.3em;
}
ul.navbar a {
	text-decoration: none
}
ul.navbar a:link {
	color: white
}
ul.navbar a:visited {
	color: white;
}
ul.navbar a:hover {
	color: silver;
}
ul.regular li {
	margin-top: 20px;
}
h1 {
	border-bottom: solid;
	border-width: thin;
	width: 100%;
	color: navy;
	font-style: italic;
	margin-top: 0;
	font-size: 150%;
	font-family: serif;
}
h2 {
	font-size: 125%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: black;
        line-height: 100%;
        margin-bottom: 0;
}
table {
	border-collapse: collapse;
	border: 1px solid black;
	table-layout: auto;
}
td {
	border: 1px solid black;
}
th {
	font-style: bold;
	color: black;
	border: 1px solid black;
}
