﻿@import url(layout.css);
body {
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background-color: #1e2905;

}
#container {
	width: 924px;
	margin: auto;
	border: 1px solid #688c10;
	background-color: #fff;
	//*position: relative;*//
}
#header {
	//*text-align: right;*//
	width: 924px;
	background-color: #fff;
	height: 150px;}
#navigation {
	background-color: #1e2410;
	border-top: 1px solid #745c22;
	border-bottom: 1px solid #745c22;
	overflow: hidden;width:924px;
}
#content {
	//*position: relative;*//
	width: 924px;
	border-top: 1px solid #768a40;
	border-bottom: 1px solid #a0bb5f;
	background-color: #f0f0f0;
}
.table {width: 100%; margin-bottom:0px; margin-top: 0px;margin-left: auto; margin-right: auto;background-color:#c2d399;}
.leftcell {width:560px;background-color:#fff;border:#a0bb5f solid 1px;}
.rightcell {background-color:#fff;border:#a0bb5f 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:4px;}

#footer {
	background-color: #37401e;height:65px;
	padding-bottom: 0px;
	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: 13px;
	display: block;
	padding: 4px;
	border: 1px solid #556f0d;
	background-color: #435121;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #83ac14;
	background-color: #617630;
}
/* 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:#3f175b;
}
.style_italic {
	font-style: italic;	
}
.circle {list-style-type: circle;}
.box {
	background-color: #F3F3F3;
	border: 1px solid #FF6600;
	margin: 15px;padding-left:5px;padding-right:5px;
}
.right {text-align: right;padding-right:5px;}
.center {text-align:center;}}
.picbox {border: #c8b37a 1px solid; padding:4px;}
.picbox2{border: #c8b37a 1px solid;}
.rightpadded {text-align: right;padding-right:6px;}

#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: #688c10;text-decoration: none;font-size:10px;}
#wf a:hover {color: #c64f1a; text-decoration: underline;}

