html, body {
	margin: 0;
	padding: 0;
	background-color: f0f0f0;
	font: 10pt Verdana, sans-serif;
}

table, tr, td {
	font: 10pt Verdana, sans-serif;
	vertical-align: top;
}

#logo {
	background-color: white;
	padding: 10px 10px 0 10px;
	font-size: 24pt;
	border-bottom: 1px solid black;
}

#footer {
	background-color: white;
	padding: 10px;
	border-top: 1px solid black;
}

#leftbox {
	width: 150px;
	background-color: #cccccc;
	border: 1px solid #336699;
}

#middlebox {
	background-color: #609f9f;
	border: 1px solid black;
	padding: 10px;
	color: white;
}

#rightbox {
	width: 25%;
	background-color: #cccccc;
	padding: 10px;
	border: 1px solid #336699;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	color: white;
	width: 150px;
	padding: .2em .8em;
	text-decoration: none;
	text-align: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#navcontainer a:hover {
	background-color: #336699;
	color: white;
    border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}

#active a {
	display: block;
	color: black;
	background-color: #dddddd;
	width: 150px;
	padding: .2em .8em;
	text-decoration: none;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
}
