﻿@import url(layout.css);
body {
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #2a2d21;

}
#container {
	width: 924px;
	margin: auto;
	border: 1px solid #5c6240;
	background-color: #cad1ba;
	//*position: relative;*//
}
#header {
	//*text-align: right;*//
	width: 924px;
	background-color: #fff;
	height: 180px;	border-bottom: 1px solid #768a40;
}
#navigation {
	background-color: #1e2410;
	border-top: 1px solid #5c6240;
	border-bottom: 1px solid #5c6240;
	overflow: hidden;
}
#content {
	//*position: relative;*//
	width: 924px;
	border-top: 1px solid #768a40;
	background-color: #3A3D2E;
}
.table {width: 884px; border: 1px solid #d9ddcd; margin-bottom:15px; margin-top: 15px;margin-left: auto; margin-right: auto;background-color:#cad1ba}
.leftcell {width:525px;background-color:#fff;border:#adb791 solid 1px;}
.rightcell {background-color:#fff;border:#adb791 solid 1px;}

#leftcontent {
	background-color: #fff;
	text-align: justify;
	padding-left:15px; padding-right:15px;
}
#leftcontent li {list-style:circle;}
#rightcontent {
	background-color:#fff;
	text-align: center;padding-top:10px;
}
#rightcontent img {border: #c8b37a 1px solid; padding:3px;}
.picbox {border: #c8b37a 1px solid; padding:3px;}
#footer {
	background-color: #4a5438;
	padding-bottom: 0px;height:60px;
	border-top: 1px solid #6c803c;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;padding-left:2px;
}
#navigation li {
	float: left;padding: 2px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	display: block;
	padding:4px;
	padding-top: 6px;padding-bottom:2px;
	border: 1px solid #516612;
	background-color: #444d2b;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	padding-top: 2px;padding-bottom: 6px;
	border: 1px solid #687a36;
	background-color: #58672f;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #283014;
}
h2 {
	font-size: 13px;
	color: #323b19;
}
h3 {
	font-size: 1.5em;
	color: #60327f;
}
h4 {
	font-size: 1.25em;
	color: #60327f;
}
h5 {
	font-size: 0.75em;
	color: #60327f;
}
h6 {
	font-size: 0.5em;
	color: #60327f;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #777;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:  #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #d1fc4c;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #c64f1a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;color:#323b19;
}
.style_italic {
	font-style: italic;	
}
.center {text-align: center;}
.circle {list-style-type: circle;}
.box {
	background-color: #F3F3F3;
	border: 1px solid #FF6600;
	margin: 15px;padding-left:5px;padding-right:5px;
}
.small {font-size: xx-small;}
.right {text-align: right;padding-right:5px;}
#bullets li {padding-bottom:6px;padding-top:6px;border-bottom:1px #c0c0d0 dashed;list-style:circle;}
#wf {width:924px;text-align:right;margin:auto;}
#wf a {color: #4a5438;text-decoration: none;font-size:10px;}
#wf a:hover {color: #c64f1a; text-decoration: underline;}

