body {
	background-color: #B5C34B;
	background-image: url(images/pageback.gif);
	background-repeat:repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

#top {
	width: 770px;
	height:80px;
	margin-left: auto;
	margin-right: auto;
}

	#top h4 {
		color: #FFF7E0;
		font-family: Arial, Helvetica, sans-serif;
		font-size:22px;	
		font-weight:normal;
		font-style:italic;
		font-stretch:expanded;
		padding-top:0px;
	}

#container {
	width: 770px;
	margin:auto;
	padding:0px;
	letter-spacing: 1px;
	background: #f8f5ee;
}

#header {
	background: url(images/header2.jpg) no-repeat;
	margin: 0px 0px;
	padding: 10px;
	height: 207px;
}

	#header h1 {
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
	}

#content {
	margin: auto;
	float:left;
	padding: 10px;
	height: auto;
	width: 560px;
	background: #F2F0E4 url(images/contentback.jpg) top center repeat-y;
}

#content p {
	color: #000000;
}

#content h1 {
	color: #3f4d1c;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 4px groove #e2a300;
	border-top: 4px groove #e2a300;
	background: #fff;  
}

#content h2 {
	color: #3f4d1c;
	font-size: 26px;
	font-weight: normal;
	border-bottom: 4px groove #e2a300;
	border-top: 4px groove #e2a300;
	background: #fff;  
}

#content h3 {
	color: #3f4d1c;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 4px groove #e2a300;
	border-top: 4px groove #e2a300;
	background: #fff;  
}

#content a:link {
	color: blue;
	text-decoration: none;
}

#content a:visited {
	color: blue;
	text-decoration: none;
}

#content a:hover {
	color: #74980c;
	text-decoration: none;
}

#content ul {
	list-style: disc;
	font-size: 11px;
	color: #6e6145;
	vertical-align: top;
}

#content li {
	color: #000000;
	padding-top:7px;
	padding-bottom: 7px;
}

#menu { 
	width: auto;
	padding-left: 0;
	font-size: 12px;
	background:#000;
	height: 34px;
	margin-bottom: 2px;
}

#menu ul {
    white-space: nowrap;
	padding-top: 8px;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/nav1.gif);  
	color: #fff; 
	text-decoration: none; 
	font-size: 16px; 
	font-family: Tahoma; 
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 6px;
}

#menu a:hover {
	color: #000;
	background: url(images/nav2.gif);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#right {
	margin: auto;
	float: right;
	height: auto;
	padding: 5px;
	width: 180px;
}

#right p {
	font-size: 11px;
}

#right h1 {
	color: #244a82;
	font-size: 12px;
	font-weight: bold;
}

#right ul {
	list-style: disc;
	font-size: 10px;
}

#footer {
	background: url(images/footerback.gif) no-repeat;
	height: 69px;
	clear: both;
	margin-top: 3px;
}
	#footer p {
		color:#FFFFFF;
		text-align: center;
		margin-top: 25px;
		padding-top:25px;
		font-size: 10px;
		letter-spacing: normal;
		}
	#footer a:link {
		color: #a4bb13;
	}
	#footer a:visited {
		color: #a4bb13;
	}
	#footer a:hover {
		color: #e4aa00;
	}

