.widebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/largeback.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	width: 837px;
}
.widebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.widebox a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.widebox a:hover {
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}
#navbox {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
}
#navbox ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#navbox li {
	margin-bottom: 5px;
	list-style-type: none;
}
#navbox li a {
	width: 188px;
	display: block;
	padding: 5px;
	background-color: #f0f1e7;
	border: 1px solid #fffffa;
	color: #999900;
	text-decoration: none;
}
#navbox li a:hover {
	width: 188px;
	display: block;
	padding: 5px;
	background-color: #d5d2c0;
	border: 1px solid #fffffa;
	color: #999900;
	text-decoration: none;
}
