@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(/images/body_bg_1.gif);
}
.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(/images/header_3.gif);
	background-repeat: no-repeat;
	height: 152px;
	width: 780px;
	margin: 0px;
	position: relative;
}
.containertop {
	width: 780px;
}
.middle {
	background-image: url(/images/page_bg_middle_3.gif);
	background-repeat: repeat-y;
	width: 780px;
	margin: 0px;
}
.left {
	float: left;
	width: 200px;
	margin-left: 30px;
	font-size: x-small;
	display: inline;
}
.footer {
	clear: left;
	width: 500px;
	margin-left: 260px;
	font-size: x-small;
	text-align: center;
}
.right {
	width: 500px;
	margin-left: 260px;
}
.bottom {
	background-image: url(/images/page_bottom_bg_3.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 780px;
	margin: 0px;
}
.menu {
	background-color: #000000;
	height: 30px;
	width: 500px;
	margin-left: 260px;
	color: #bfbdb4;
	font-size: small;
	margin-top: 107px;
	position: absolute;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu li {
	display: inline;
}
.menu li a {
	text-decoration: none;
	color: #B1A690;
	padding: 2px;
}
.menu li a:hover {
	color: #FFFFFF;
}
.sidenav {
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0AEA4;
}
.sidenav h1 {
	color: #FCE4B2;
	font-size: 1.2em;
	margin: 0;
	background-color: #BFBDB4;
	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-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0AEA4;
}
.sidenav li a {
	color: #000000;
	display: block;
	padding: 4px 4px 4px 12px;
	text-decoration: none;
	background-color: #BFBDB4;
}
.text {
	width: 199px;
	margin-left: 1px;
}
.sidenav li a:hover {
	color: #000000;
	background-color: #C8C7BF;
}


h1 {
	color: #212A12;
	text-align: center;
}
h2 {
	color: #212A12;
}
h3 {
	color: #212A12;
}
h4 {
	color: #212A12;
}
.left h4 {
	font-size: 12px;
	font-weight: bold;
}
.verticalbar {
	color: #E5C76F;
}

