@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
}.farmphoto {
	background-repeat: no-repeat;
	left: auto;
	right: auto;
}
#Container {
	width: 100%;
	height: 100%;
}
.SplashMain {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 2px solid #D1DAEB;
}
.MainCopy {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 2px solid #D1DAEB;
	background-color: #FFF;
}
#Menu {
	background-image: url(../Images/menu.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 37px;
}
#Title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../Images/Title.jpg);
	font-size: 24px;
	font-weight: bold;
	color: #121F3F;
	text-align: right;
	vertical-align: middle;
	height: 78px;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.Title {
	padding-right: 10px;
}
.textlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: justify;
	padding: 0px;
	text-decoration: underline blink;
}

#googlemap {
	margin: 10px;
	border: 2px solid #999;
	float: right;
}
h1 {
	font-size: 24px;
}
#newsleft {
	width: 700px;
	float: left;
}
#NewsRight {
	width: 250px;
	float: right;
	margin-right: 10px;
}
#hometext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	position: relative;
	left: auto;
	right: auto;
	text-align: center;
	font-style: italic;
	bottom: 40px;
	visibility: visible;
	z-index: 0;
}

