body {
	margin: 0px;
	background-image: url(images/vertical-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7A914B;
}
.footerCell {
	background-image: url(images/pines-plus_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	color: #FFFFFF;
}
.footerCell a {
	color: #FFFFFF;
}
.footerCell a:hover {
	text-decoration: none;
}
.copyright {
	font-size: 12px;
}

#topnavigation {
	background-color: #4A6E90;
	display: block;
	padding: 1px;
	float: left;
	height: 27px;
	width: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}
#topnavigation a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#topnavigation a:hover {
	color: #FFFFFF;
	background-color: #7094B6;
	display: block;
}

#homeImages {
	padding: 2px;
	float: right;
	height: 275px;
	width: 400px;
	text-align: center;
	background-color: #7094B6;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px none #666666;
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
}
#block1, #block2, #block3 {
	background-color: #7A914B;
	display: block;
	margin: 5px;
	padding: 3px;
	float: left;
	width: 240px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 255px;
}
#block2 {
	background-color: #7A914B;
}
#block3 {
	background-color: #7A914B;
}
#block1 a,#block2  a, #block3 a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
