﻿body {
	background-image: url(/img/bgd-bigger.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border:  none;
	background-color: #036735;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 70%;
}

/* style for the image container */
.container{
	clear: both;
	margin-left:0px;
	width: 100%;
	font-size: 0em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	height: auto;
}


#wrap {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-color: #b6952a;
	height: 84px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
#content {
	line-height: 1.6em;
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.9em 0;
}

#content h1
{
	font-size: 2.5em;
	padding: 0 0 10px 0px;
	font-family: "Courier New", Courier, monospace;
}

#content img {
padding: 0px;
display:inline;
}

#footer {
	clear: both;
	height: 100px;
	margin-left:0px;
	width: 100%;
	color: #333333;
	font-size: 0.9em;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 5px;
	border-top-style: solid;
	border-top-color: #b6952a;
	padding-left: 0px;
	background-position: center center;
	letter-spacing: 0.03em;
	text-align: center;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#avmenu {
	clear: both;
	float: left;
	width: 200px;
	padding: 0;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 0.9em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 6px 0 0 10px;
background: #67522c;
border-left: 1px #846837 solid;
}
	
#avmenu li a:hover {
background: #67522c;
color: #fffff1;
border-left: 4px #47381e solid;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 0px;
	width: 200px;
	color: #003300;
	line-height: 1.3em;
	background-color: #FFFFFF;
	border-right-width: thick;
	border-right-style: dotted;
	border-right-color: #B6952A;
}
		
 /* LINK COLORS */

a:link    	{ color: #b6952a; text-decoration: underline; }
a:active	{ color: #b6952a; text-decoration: none; }
a:visited	{ color: #b6952a; text-decoration: none; }
a:hover		{ color: #999999; text-decoration: none; }
		
#img {
	padding: 12px;
}

#img a {
	border: 1px solid #b6952a;
	padding: 10px;
}


h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #b6952a;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}




#form {
	padding: 5px;
	display:inline;
	height: auto;
	width: 90%;
  }
