html { 
margin: 0; 
padding: 0; 
height: 100%; 
overflow: -moz-scrollbars-vertical;
} 
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #94c23c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
a {
	color: #5c244d;
	text-decoration: underline;
}
a:hover {
	color: #5c244d;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.home-highlight {
	font-size: 14px;
}
.home-highlight a{
	color: #FFF;
	text-decoration: underline;
}
.home-highlight a:hover{
	color: #FFF;
	text-decoration: none;
}
#Layer1 {
	height: 45px;
	position: relative;
	top: 0px;
	right: 20px;
	width: 662px;
}
#Layer2 {
	position: static;
	width: 134px;
	left: 20px;
	visibility: visible;
	z-index: 2;
}
#Layer3 {
	position: static;
	width: 25px;
	visibility: visible;
	z-index: 3;
}
.home-specials {
	color: #000000;
}

