@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #3e4236;
}
.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(/images/dw_header_28.gif);
	background-repeat: no-repeat;
	height: 149px;
	width: 780px;
	margin: 0px;
	position: relative;
	font-size: 1.3em
}
.containertop {
	width: 780px;
}
.middle {
	background-image: url(/images/page_content_bg_6.gif);
	background-repeat: repeat-y;
	width: 780px;
	margin: 0px;
}
.left {
	float: left;
	width: 230px;
	margin-left: 0px;
	font-size: x-small;
}
.footer {
	clear: left;
	width: 450px;
	margin-left: 270px;
	font-size: x-small;
	text-align: center;
}
.right {
	width: 470px;
	margin-left: 280px;
	font-size: 1.3em;
}
.bottom {
	background-image: url(/images/bottom_border_5.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 780px;
	margin: 0px;
}
.menu {
	height: 31px;
	width: 540px;
	margin-left: 160px;
	color: #bfbdb4;
	font-size: 16px;
	margin-top: 150px;
	position: absolute;
}
.menu ul {
	padding: .5em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font: normal 80% arial, helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}
.menu li {
	display: inline;
}
.menu li a {
	text-decoration: none;
	color: #bfbdb4;
	padding: 0.4em;
}
.menu li a:hover {
	color: #FFFFFF;
}
.sidenav {
	width: 200px;
	margin-left: 30px;
}
.sidenav h1 {
	color: #938C65;
	font-size: 1.2em;
	margin: 0;
	background-color: #211B01;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-size: small;
	font-weight: normal;
}
.sidenav li a {
	color: #bfbdb5;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #211B01;
}
.sidenav li a:hover {
	color: #000000;
	background-color: #bfbdb4;
}


h1 {
	color: #212A12;
}
h2 {
	font-size: 175%;
	color: #212A12;
	text-align: center;
}
h3 {
	color: #212A12;
}
h4 {
	color: #212A12;
}
.left h4 {
	font-size: 12px;
	font-weight: bold;
}
