@charset "utf-8";


#Layer1 {
	position: fixed;
	top:0px;
	width:830px;
	height:365px;
	z-index: 2;
	float: center;
	overflow: hidden;
}
#Layer2 {
	position: absolute;
	top:-1px;
	width:350px;
	height:415px;
	float: right;
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	right:0px;
}


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #993300;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #447D01;
}
a:active {
	color: #000000;
}



.footertextwh {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.footertext:link {
	color: #FFFFFF;
}
.footertext:visited {
	color: #CCCCCC;
}
.footertext:hover {
	color: #000000;
}
.footertext:active {
	color: #FFFFFF;
}
.subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D7DE6;
}
.subheadgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #498601;
}
