#div_header {
	height: 78px;
	overflow: hidden;
	background-color: #663333;
	color: #ddddbb;
}

#div_left {
	float: left;
	width: 118px;
	height: 2000px;
	overflow: hidden;
	background-color: #663333;
	color: #ddddbb;
}

h1 {
	margin: 10px 0px 0px 0px;
	background-color: #663333;
	color: #ffffcc;
	font-family: trebuchet ms, tahoma, verdana, arial;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	margin: 5px 0px 5px 0px;
	background-color: #663333;
	color: #ffffcc;
	font-family: trebuchet ms, tahoma, verdana, arial;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

#div_left a {
	display: block;
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #ddddbb;
	width: 115px;
	font-family: trebuchet ms, tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

a.nav:link {
	background-color: #663333;
	color: #ffffcc;
}

a.nav:visited {
	background-color: #663333;
	color: #ffffcc;
}

a.nav:hover {
	background-color: #336633;
	color: #ffffcc;
}

a.nav:active {
	background-color: #993333;
	color: #ffffcc;
}

a.currentnav:link {
	background-color: #993333;
	color: #ffffcc;
}

a.currentnav:visited {
	background-color: #993333;
	color: #ffffcc;
}

a.currentnav:hover {
	background-color: #336633;
	color: #ffffcc;
}

a.currentnav:active {
	background-color: #993333;
	color: #ffffcc;
}

.sub {
	padding-left: 18px !important;
	width: 100px !important;
	font-size: 11px !important;
	font-variant: normal !important;
}