@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body, input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
}
h4 {
	font-size: 1em;
	padding-top: 5px;
}
body {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #f6f1eb url(images/img_bg_main.jpg) repeat-x;
	color: #603a0a;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 996px;
}
#content {
	padding: 0 10px 0 10px;
	color: #603a0a;
	font-size: 1.2em;
}
#header_main {
	margin: 0 auto 0 auto;
	width: 996px;
	height: 170px;
	background:url(images/img_header_main.jpg) no-repeat;
}

#header_main .toplevelnav {
	list-style: none;
	float: right;
	padding: 22px 50px 0 0;
	clear: right;
}
#header_main .toplevelnav li {
	display: inline;
	padding: 0 0 0 8px;
	font-weight:700;
}
#header_main .toplevelnav a {
	color: #618056;
	text-decoration: none;
}
#header_main .toplevelnav a:hover {
	color: #618056;
	text-decoration: none;
}

#header_main .toplevelnav a.divider {
	background: url(images/img_divider_topnav.gif) right no-repeat;
	padding: 0 14px 0 0;
}
#header .toplevelnav .selected {
	color: #618056;
	font-weight: bold;
}
#container_double {
	margin: 0 auto 0 auto;
	width: 996px;
	height: auto;
}
#container_single {
	margin: 0 auto 0 auto;
	width: 996px;
	height: auto;
}
#container_double .left_side {
	width: 240px;
	float: left;
	height: 400px;
	text-align: center;
	background: #E7DDD1;
}
#container_double .right_side {
	width: 756px;
	height: 400px;
	padding: 0 0 0 0px;
	float: right;
	background: #f6f1eb;
}
#container_double .right_side ul {
	list-style: square;
	margin: 5px 0 10px 25px;
}
#horiz_line {
	width: 736px;
	height: 2px;
	margin: 5px 0 2px 0;
	background-color: #b3b596;
}
#horiz_line_short {
	width: 240px;
	height: 2px;
	margin: 5px 0 5px 0;
	background-color: #b3b596;
}
#horiz_line_real_short {
	width: 160px;
	height: 2px;
	margin: 0 auto 0 auto;
	background-color: #b3b596;
}
content a {
	display: block;
	padding: 5px 0 0 10px;
	text-decoration: none;
	color: #666633;
}
#content a:hover {
	color: #d36b0a;
	text-decoration: underline;
}
#leftnavlist {
	color: #4c6f8f;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 0 0 0;
}
#leftnavlist ul {
	list-style: square;

}
#leftnavlist li {
	display: inline;
}

#leftnavlist a {
	display:block;
	color: #666633;
	font-weight: 700;
	font-size: .85em;
	padding: 5px 0 2px 0;
	text-decoration: none;
}
#leftnavlist a:hover {
	color: #d36b0a;
	text-decoration: underline;
}