﻿@import url("layout.css");
body {
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #2D241E;

}
#container {
	width: 924px;
	margin: auto;
	border: 3px double #745c22;
	background-color: #9C8767;
	//*position: relative;*//
}
#header {
	//*text-align: right;*//
	width: 924px;
	background-color: #fff;
	height: 180px;}
#navigation {
	background-color: #111;
	border-top: 1px solid #745c22;
	border-bottom: 1px solid #745c22;
	overflow: hidden;
}
#content {
	//*position: relative;*//
	width: 924px;
	border-top: 1px solid #DFDCBB ;
	border-bottom: 1px solid #DFDCBB ;
	background-color: #f0f0f0;
}
.table {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBE9E0;
}
.leftcell {
	width: 270px;
	background-color: #fff;
	border: 1px solid #DFDCBB;
}
.rightcell {background-color:#fff;border:#DFDCBB solid 1px;}

#rightcontent {
	background-color: #fff;
	text-align: justify;
	padding-left:15px; padding-right:15px;
}
#rightcontent li {list-style:circle;}
#leftcontent {
	background-color:#fff;
	text-align: center;padding-top:10px;
}
#leftcontent img {border: #c8b37a 1px solid; padding:4px;}

#footer {
	background-color: #9C8767;
	padding-bottom: 0px;
	padding-left:100px;
	border-top: 1px solid #DFDCBB;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;padding-left:12px;
}
#navigation li {
	float: left;padding: 3px;padding-right:7px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 4px 6px 4px 6px;
	border: 1px solid #B5A58C;
	background-color: #827055;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #9C8767;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #283014;
}
h2 {
	font-size: 14px;
	color: #323b19;margin-left:-15px;
}
h3 {
	font-size: 14px;
	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: #2D241E;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:  #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #2D241E;
}
/* 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: #9C8767;text-decoration: none;font-size:10px;}
#wf a:hover {color: #c64f1a; text-decoration: underline;}




