html{
	background-image: url(Background.jpg);
	background-attachment: ;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a {
	text-decoration:none;
	color:#4f7d0f;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#32500A;
	font-weight:bold;
}

h4 {
	font-family: "Tebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4f7d0f;
	line-height: 23px;
	padding-bottom: 8px;
	padding-top: 10px;
}
h5 {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	line-height: 23px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#Frame {
	width: 1140px;
	margin-left: -570px;
	left: 50%;
	min-height: 300px;
	position: absolute;
}
#Frame #Header{
	position:relative;
	height:150px;
}
#Tagline {
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	top: 20px;
	right: 45px;
	width: 400px;
	float: right;
	text-align: right;
	position: relative;
	font-weight: bold;
}
#Logo {
	position:absolute;
	left: 35px;
	top: 20px;
}
#Menu {
	position:absolute;
	right:25px;
	top:83px;
	font-size: 14px;
}
#Menu li {
	display: inline-block;
	height: 31px;
	width: 104px;
	background-image: url(Tab-off.png);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}
#Menu span{
	color: #FFF;
}
#Menu li.Selected {
	background-image: url(Tab-On.png);
}
#Menu span.Selected{
	color: #8AB84A;
}
#Menu div.MenuItem {
	height: 36px;
	width: 104px;
}
#Top {
  position:absolute;
	top:119px;
	height:31px;
	width:1140px;
  background-image: url(Bar2.png);
}
#ContentArea {
	background-image: url(BodyBackground.png);
	background-repeat: repeat-y;
	width: 1060px;
	position:relative;
	padding-left:38px;
	padding-right:50px;
}
#ContentArea #Heading {
	text-align: center;
	padding-top: 5px;
}
#ContentArea #Content1 {
	width: 790px;
}
#Content1 li{
	list-style-type: disc;
	margin-left: 20px;
}
#ContentArea #Content2 {
	background-color: #E3F4E2;
  -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#Bottom {
	background-image: url(BodyFooter.png);
	height:49px;
}
#ContentArea #ContentAreaTable {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 15px;
	width: 1025px;
	vertical-align: top;
}
#Content1 #Content1Table td {
	width: 50%;
	padding-right:30px;
	vertical-align: top;
}
#Content1 #Content1Table {
	width: 1050px;
	margin-left:30px;
}
hr {
	margin:10px 10px 14px;
	width:80%;
}
	