html {
	min-height: 100%;
	height: auto;
	}
body, body.sidebar {
	background-color: #2C2012;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #979189;
	margin-bottom: 80px;
	background-image: url(../images/bg_footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}
img {	
	border: 0 none;
	}
form {
	margin: 0px 0px 0px 0px;
	}
.bg_main {
	background-image: url(../images/bg_main2.jpg);
	background-position: top;
	background-repeat: repeat;
	}
.box_top {
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
.box_logo {
	padding-top: 15px;
	padding-bottom: 15px;
	}
.box_body {
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	padding-right: 23px;
	background-color: #F3F1E2;
	border: 2px solid #231A11;
	}
.box_menu {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 25px;
	}
.box_footer {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/bg_footer2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
.boxleft {
	padding-right: 10px; 
	border-right: 1px solid #CEB684;
	}
.boxright {
	padding-left: 10px;
	}
.box1 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
.box2 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #C27519;
	padding-right: 10px;
	}
.box_news1 {
	background-color: #DAD8CB;
	}
.box_news2 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #C27519;
	}
.box_contact {
	background-color: #E4CCA5;
	padding-left: 10px;
	color: #363636;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
.light, .light:Link, .light:Visited {
	color: #8AB101;
	text-decoration: none;
	font-weight: bold;
	}
.light:Hover {
	color: #587201;
	}
.dark, .dark:Link, .dark:Visited {
	color: White;
	background-color: #9B5E14;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	display: block;
	}
.dark:Hover {
	color: #E9BA80;
	}
.main_menu, .main_menu:Link, .main_menu:Visited {
	font-size: 12px;
	font-weight: bold;
	color: #8AB101;
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	}
.main_menu:Hover {
	background-color: #8AB101;
	color: #2B3700;
	}
.tagline {
	font-size: 18px;
	font-weight: normal;
	color: #8E8A86;
	margin-top: 10px;
	font-style: italic;
	font-family: "Times New Roman";
	}
h1 {
	font-size: 18px;
	margin-bottom: 0px;
	font-family : "Times New Roman", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: White;
	font-weight: bold;
	}
h2 {
	font-size: 20px;
	margin-bottom: 0px;
	font-family : "Times New Roman", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: #D8821C;
	font-weight: bold;
	}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: #333333;
	font-weight: bold;
	}
hr {
	border: 0px solid #CEB684;
	color: #CEB684;
	height: 1px;
	background-color: #CEB684;
	}
TD {
	font-family : Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	color: #605E55;
	line-height: 18px;
	font-weight: normal;
	}
a, a:Link, a:Visited {
	color: #D8821C;
	text-decoration: none;
	font-weight: bold;
	}
a:Hover {
	color: #AA691A;
	}
: /* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 	}
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	}
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	}
