﻿body {
	font-family: "Times New Roman";
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
body img { border: 0px; text-decoration: none; }
#container {
	background-color: #FFFFFF;
	width: 80%;
	margin: 10px auto 10px auto;
	padding: 10px;
}
#masthead {
	height: 320px;
	text-align: center;
}
#top-nav {
	height: 50px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #C0C0C0;
	text-align: center;
	font-size: 25pt;
}
#left-nav {
	padding: 5px;
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	border-right-style: solid;
	margin: 20px 0px 10px 0px;
	font-size: 0.9em;
}
#main-content {
	margin: 20px 10px 10px 200px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p { margin-top: 0px; margin-bottom: 0px;}. 
.#left-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left-nav ul li {
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 1px;
}
#left-nav ul li a {
	border-color: #000000;
	color: #0000FF;
	text-decoration: none;
	display: block;
	background-color: #999999;
	padding: 5px 0px 5px 8px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#left-nav ul li a:visited {
	color: #800080;
}
#left-nav ul li a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#left-nav .headerbar {
	color: 000000;
	font-size: 1em;
	text-transform: uppercase;
	display: block;
}
#main-content ul {
	list-style-type: none;
}
#main-content ul li {
	list-style-type: disc;
	margin-top: 3px;
	margin-bottom: 3px;
}
#right-pic {
	float: right;
	width: auto;
	height: auto;
	margin: 10px 0px 0px 5px;
}
