A:link      { text-decoration: underline; color: #000}
A:visited   { text-decoration: underline; color: #666}
A:active    { text-decoration: none; color: #799A50}
A:hover     { text-decoration: underline; color: #799A50}
body {
	background-color: #fff;
	padding: 0;
	margin: 0;
}
#main {
	width: 100%;
}
.top {
	background-color: #2A4826;
	height: 20px;
}
.top_2006 {
	background-color: #799A50;
	height: 20px;
}
.logo {
	background-color: #fff;
	text-align: center;
	padding: 4px;
}
.logo_2006 {
	background-color: #fff;
	text-align: center;
	padding: 4px;
	background-attachment: scroll;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 88px;
}
.logo_2006 img {
	width: 100%;
	height: 100%;
}
.address {
	background-color: #2A4826;
	text-align: center;
	padding: 4px;
}
.address_2006 {
	background-color: #799A50;
	text-align: center;
	padding: 8px;
	background-attachment: scroll;
	background-image: url(images/address.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 48px;
}
.logo_2006 p, .address_2006 p {
	display: none;
}
.content {
}
