body {
margin: 0 auto;
padding: 0;
font: 75% Verdana,Tahoma,Arial,sans-serif;
background: #30282C;
}

p.bold{
	line-height: 0.8em;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
}

p.link{
	font: 0.8em Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
	margin: 0em;
	padding: 0em 0em 0em 0em;
/*	border-top: 0.10em solid #382513;*/
	border-bottom: 0.10em solid #382513;
}

td{
	line-height: 1.45em;
}

td.bold{
	color: #E8DFCB;
	font-weight: bold;
	margin: 0em;
	padding: 0.25em;
	background: #382513 url(images/bckgrnd.jpg) no-repeat right;
/*	color: #D8CAA8;*/
}

td.bold2{
	color: #E8DFCB;
	font-weight: bold;
	margin: 0em;
	padding: 0.25em;
	background: #382513 url(images/bckgrnd2.jpg) no-repeat right;
/*	color: #D8CAA8;*/
}
td.bold3{
	color: #E8DFCB;
	font-weight: bold;
	margin: 0em;
	padding: 0.25em;
	background: #382513 url(images/bckgrnd3.jpg) no-repeat right;
/*	color: #D8CAA8;*/
}
td.bold4{
	color: #E8DFCB;
	font-weight: bold;
	margin: 0em;
	padding: 0.25em;
	background: #382513 url(images/bckgrnd4.jpg) no-repeat right;
/*	color: #D8CAA8;*/
}
td.bold5{
	color: #E8DFCB;
	font-weight: bold;
	margin: 0em;
	padding: 0.25em;
	background: #382513 url(images/bckgrnd5.jpg) no-repeat right;
/*	color: #D8CAA8;*/
}
td.bold6{
	color: #E8DFCB;
	font-weight: bold;
	margin: 0em;
	padding: 0.25em;
	background: #382513 url(images/bckgrnd6.jpg) no-repeat right;
/*	color: #D8CAA8;*/
}

h3 {
	font-size: 1.3em;
	margin: 0em;
	padding: 0.5em 0em 0em 0em;
	line-height: 1em;
	color: #D8CAA8;
}

h3 span{
	font-style: italic;
}

h4 {
	font-size: 1.1em;
	margin: 1em;
	padding: 0.5em 0em 0em 0em;
	line-height: .25em;
	color: #BECDAC;
}

a {
text-decoration: none;
color: #9DB582;
}

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

a:visited {
text-decoration: none;
color: #A5A0A2;
}

#wrap {
background: #382513;
border:  none;
margin: 0 auto;
width: 800px;
}

#header {
	clear: both;
	margin: 0px 0em 0px 0.0em;
	padding: 0;
	height: 50px;
	background: #382513 url(images/head.jpg) no-repeat left;
}

#header h3 {
width: 350px;
margin: 0px 0px 0px 15px;
float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: right;
	color: #E4DAC2;
	margin: 0em 0.5em 0em 0em;
	font-size: 1.75em;
	line-height: 2em;
	height: 35px;
	font-weight: normal;
}

#head {
	clear: both;
	margin: 0px 0em 0px 0.0em;
	padding: 0;
	height: 184px;
	background: #382513 url(images/header.jpg) no-repeat left;
}


#avmenu {
width: 149px;
clear: left;
float: left;
margin: 0em 4em 1em 0em;
padding: 0;
font-size: 0.95em;
}
/* 
#avmenu ul {	
list-style: none;
width: 149px;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}	

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

#avmenu li a {
	font-weight: bold;
	height: 18px;
	text-decoration: none;
	color: #EBE4D3;
	display: block;
	padding: 2px 0px 0 4px;
	background: #5C832F;
	border-right: 2px solid #284907;
	border-left: 2px solid #284907;
}
		
#avmenu li a:hover {
	background: #284907;
	color: #F7F4EE;
	border-right: 4px solid #5C832F;
}

#avmenu #current a {
	background: #284907;
	color: #F7F4EE;
	border-right: 4px solid #5C832F;
}
*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#flyout {
	float:left;
	padding:0;
	margin: 0px;
	list-style:none;
	position:relative;
	width:141px;
}

#flyout ul {
	padding:0;
	margin: 0;
	list-style:none;
	width:141px;
	height:auto;
	position:absolute;
	left:-9999px;
	top:0;
	background-image: url(images/trans.gif);
}

#flyout table {
border-collapse:collapse;
width:0;
height:0;
margin:-1px -10px;
}

#flyout li {
	float:left;
	margin: 0px;
}

#flyout li a {
	display:block;
	float:left;
	width:141px;
	height: 24px;
	background:#5C832F;
	color:#EBE4D3;
	line-height: 24px;
	padding: 2px 0px 0 4px;
	font-family:arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	text-indent:4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #284907;
	border-bottom-color: #382513;
	border-left-color: #284907;
}

#flyout li a.fly {
	background-color: #5C832F;
	background-image: url(images/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#flyout li:hover {
position:relative;
}

#flyout li a:hover {
position:relative;
background-color:#536D39;
color:#E0D5B9;
}

#flyout li:hover > a {
background-color:#536D39;
color:#38251;
}

#flyout ul li a {
	background:#8DA86D;
    color:#382513;
	width: 160px;
}

#flyout ul li a.fly {
background:#7D9C59 url(right-arrow.gif) no-repeat right center;
}

/* #flyout ul ul li a {
background:#ccc;
}

#flyout ul ul li a.fly {
background:#ccc url(right-arrow.gif) no-repeat right center;
}

#flyout ul ul ul li a {
background:#ddd;
}*/

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {
	background-color:#284907;
	color:#E0D5B9;
	border-right: 2px solid #5C832F;

}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {
left:140px;
}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {
left:-9999px;
}

#flyout ul li:hover > a {
background-color:#284907;
color:#E0D5B9;
}

#flyout ul ul li:hover > a {
background-color:#284907;
color:#E0D5B9;
}


#announce {
margin: 1.25em 2.25em 1em 0em;
padding: 1em;
width: 124px;
color: #30282C;
background-color: #BEC8B5;
line-height: 1.3em;
}

#announce h3 {
color: #284907;
}

#announce a {
text-decoration: none;
color: #284907;
}

#announce a:hover {
text-decoration: none;
color: #5C832F;
}

#announce a:visited {
text-decoration: none;
color: #787275;
}

#extras {
	float: right;
	width: 125px;
	margin: 0em 0em 4em 2.5em;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	background: #D8CAA8;
	border-top: 0.15em solid #382513;
}

#extras h3{
	font-size: 1.3em;
	margin: 1.0em 0em 0em .5em;
	color: #284907;
}


#extras p {
	margin: 0.5em 0.5em 0.5em 0.5em;
	color: 382513;
}

#extras a span{
	color: #536D39;
	text-decoration: none;

}
#extras a:hover span{
	color: #284907;
	text-decoration: none;
}
#extras a:visited span{
	color: #655D61;
	text-decoration: none;

}


#content {
color: #EBE4D3;
margin: 1.5em 4em 0.15em 4em;
padding: 0em;
}

#content h2 {
	font-size: 1.5em;
	margin: 0em;
	padding: 0em;
	color: #D8CAA8;
}

#content p {
margin: 0em ;
padding: 0.5em 0em 1em 2em;
line-height: 1.55em;
}

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

#content ul {
	font-weight: normal;
	color: #EBE4D3;
	margin: 0.25em 0.25em 0.25em 4em;
	padding: 0.25em;
	list-style-image: url(images/yang.gif);
	list-style-position: outside;
}

#content li {
	margin-bottom: .5em;
}

#footer {
clear: both;
margin: 0 auto;
padding: 0em 0em 0em 0em;
width: 800px;
text-align: center;
color: #EBE4D3;
font-weight: bold;
font-size: 1em;
background: #382513 url(images/foot.jpg) no-repeat left;
border: none;}

.bold {
font-weight: bold;
}
.link{
font-weight: bold;
font-size: 10px;
}

.center {
text-align: center;
}

.color1 {
color: #D8CAA8;
}
.color2 {
color: #5C832F;
}
.color3 {
color: #536D39;
}
.color4 {
color: #382513;
}
.color5 {
color: #30282C;
}

#name {
	font-size: 1.15em;
	font-weight: bold;
	color: #5C832F;
	font-style: italic;
}

.divide {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.divide2 {
	background-image: url(images/divider_500.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.first {
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: bold;
	color: #BECDAC
}

.second {
	font-family: Georgia;
	font-size: 1.15em;
	font-weight: bold;
	color: #BECDAC
}


.hide {
display: none;
}

.left {
	margin: 0px 7px 0px 5px;
	float: left;
}

.justify{
	text-align: justify;
}

.note {
	font-weight: bold;
	font-style: italic;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.small {
font-size: 0.8em;
}

.textright {
text-align: right;
}

.quote {
	padding: 0em;
	text-align: center;
	color: #CEDAC1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	margin: 0em;
	vertical-align: bottom;
	}

.quote2 {
	padding: 0em;
	color: #6C8F44;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 2em;
	font-weight: bold;
	margin: 0;
}
