body 
{
	font-family:Verdana,sans-serif;
	font-size:12px;
	background-color: #EFEDD6;
	text-align:center;
}
p.bodytext {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size:18px;
	color:#763722;
}
h2 {
	font-size:16px;
	color:#763722;
}
h3 {
	font-size:14px;
	color:#763722;
}
.layout {
	width:100%;
	text-align:left;
	background-color: #763722;
	border: 0px solid #000000;
}
#title {
	height:80px;
	background-color: #763722;
	border-bottom:0px solid #000000;
}
#titleleft {
	float:left;
}
#titleright {
	float:right;
}
#menuleft {
	background-color:#EFEDD6;
	width:15%;
	float:left;
        margin-top: 3px;
}
#menuright {
	background-color:#EFEDD6;
	width:14%;
	float:right;
        margin-top: 3px;
}
#content {
	background-color: #fbfae4;
	width:65%;
	float:left;
	padding: 1% 1% 1% 1%;
        margin: 1% 1% 1% 2%;
	padding-bottom:40px;
}
#content a:link, #content a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.menutitle{
	font-weight:bold;
	text-align:center;
	margin:3%;
}
.menucontainer {
	border:1px solid #000000;
	background-color: #b2340e;
	width:98%;
	margin:1%;
	color: #eeeeee;
}
.banner {
	background-color:#763722;
	text-align:center;
	display:block;
	padding:0px;
	margin:0px;
	margin-top:0px;
	border-top:0px solid #000000;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
}
a.menu1:link, a.menu1:visited { 
	color:#eeeeee;
	background-color: #244729;
	text-decoration:none;
}
a.menu1:active, a.menu1:hover { 
	color: #244729;
	background-color: #eeeeee;
}
a.menu2:link, a.menu2:visited
{ 
	background-color: #31683d;
}
a.menu2:active, a.menu2:hover { 
	color: #31683d;
	background-color: #eeeeee;
}
a.menu3:link, a.menu3:visited 
{
	background-color: #3d814c;
}
a.menu3:active, a.menu3:hover { 
	color: #3d814c;
	background-color: #eeeeee;
}
a.menu4:link, a.menu4:visited {
	background-color: #4a9858;
}
a.menu4:active, a.menu4:hover { 
	color: #4a9858;
	background-color:  #eeeeee;
}
a.menu1, a.menu2, a.menu3, a.menu4 {
	display:block;
	padding:5px;
	border-top:1px solid #000000;
	background-color:#244729;
	text-align:left;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
}
a.menu2 {
	padding: 3px;
	padding-left:15px;
	font-size: 11px;
}
a.menu3 {
	padding: 3px;
	padding-left: 25px;
	font-size: 10px;
}
a.menu4 {
	padding: 2px;
	padding-left: 35px;
	font-size: 9px;
}
.h1title {
	font-size:50px;
	color:#000000;
	text-align:center;
	margin:0px;
	padding:0px;
}
.footer {
	position: fixed;
	color: #000;
	background-color: #EFEDD6;
	bottom: 0px;
	width: 98%;
	height: 25px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
	border-top: thin solid #d00000;
}
.footer a:link, .footer a:visited {
	color: #000;
	background-color: #EFEDD6;
	text-decoration: none;
} 
.footer a:hover {
	color: #000;
	background-color: #EFEDD6;
	text-decoration: underline;
}
#footerright {
	float:right;
}
#footerleft {
        float:left;
        text-transform: none;
        letter-spacing: 0px;
}
