@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d7cbc6;
	margin: 130px 0 0 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #36140a;
	text-align: left;
	height:550px;
	min-height:550px;
	height:auto !important;
	overflow:auto;
}
.oneColFixCtr #mainContent {
	margin: 10px 10px 10px 0;
	width:890px !important;
}
#sidebar {
	float:left;
	width:210px;
}
#logo {
	padding:0 0 0 10px;
	margin:178px 0 0 0;
}
#content {
	float:right;
	width:670px;
	padding:0;
	margin:0;
	font-size:14px;
	color:#745e59;
	text-decoration:none;
}
#content a {
	color:#745e59;
	text-decoration:underline;
}
#content a:hover {
	color:#745e59;
	text-decoration:underline;
}
#image {
	float:right;
	width:130px;
}
#text {
	padding:10px;
}
#navigation {
	padding:0;
	margin:0 0 0 10px;
}
ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 190px !important;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

ul#navlist li {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 0.5em;
	color: #666666;
	text-decoration: none;
	background: #d8d5d5;
}
#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #d8d5d5;
	color: #666666;
	text-decoration:none;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #333333;
	background: transparent;
	text-decoration:none;
}
.oneColFixCtr #footer {
	margin: 50px 0 0 0;
	font-size:11px;
	color:#8e837e;
	text-decoration:none;
}
.oneColFixCtr #footer a {
	color:#8e837e;
	text-decoration:underline;
}
.oneColFixCtr #footer a:hover {
	color:#8e837e;
	text-decoration:underline;
}
.forms {
	border: 1px solid #dfd6d4;
	background-color:#dfd6d4;
	font-size: 11px;
	color: #745e59;
	text-decoration: none;
}
.formbuttons {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color:#a1928e;
	border: 1px solid #a1928e;
	cursor: pointer;
	cursor: hand;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 