html, body {
			margin: 0px;
			background-color: #A5B47B;
		}
		#header {
			float:  none;
			width: 100%;
			border: #000 1px solid;
			padding-top: 10px;
			padding-bottom: 0px;
			padding-left: 10px;
			background-color: #467817;
			font-family:  "Bradley Hand ITC";
			color: #ffffff;
			
			font-size: xx-large;
			font-weight: bold;
			
										}

#navcontainer
{
float:  none;
margin: 0;
padding: 0;
padding-bottom: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #A5B47B;
list-style-type: none;
background: #D0D4C3;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #D0D4C3;
color: #000000;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #467817;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;

}
	
		#centercol {
		float:  none;
			margin-top: 12px;
			margin-left: 178px;
			width: 575px;
			border: #A5B47B 1px solid;
			font-family : Arial;
			font-size: small;
			background-color: #ffffff;
			padding: 10px 10px 10px 10px;		
			
			
}
		#leftcol {
			margin-top: 5px;
			float: left;
			width: 140px;
			padding: 10px 10px 10px 10px;
			font-family : Arial;
			font-size: x-small;
			padding: 10px 10px 10px 10px;
}
		
		#rightcol {
		margin-top: 5px;
		float: right;
		padding: 10px 10px 10px 10px;
		width: 140px;
		font-family : Arial;
		font-size:  x-small; color: White;
		
}
		

H1 {
	font-family:  "Bradley Hand ITC";
	font-size: x-large;
	color : #467817;
	
	vertical-align : bottom;
}

H2 {
	font-family : "High Tower Text";
	color : #ffffff;
	}

H3 {
	font-family : Arial;
	font-size : x-small;
	color : Black;
	font-weight : lighter;
}

H4 {
	font-family : Arial;
	font-size : xx-small;
	color : Black;
}

H6 {
	font : lighter normal small-caps x-small "Arial Narrow";
	color : Black;
}

HR {
	color : Green;
	width : 450px;
	height : 5px;
}

A:LINK {
	color : Navy;
}

A:VISITED {
	color : Maroon;
}

A:HOVER {
	color : Maroon;
}

BLOCKQUOTE {
	font-family : Arial;
	font-size : small;
	color : Black;
	font-weight : lighter; font-style: italic;
	border: thin; border-style: groove;	
	border-spacing: 10px;
	padding: 10px 10px 10px 10px;
}


 





