#Layer1 {
	position:relative;
	margin: 0 auto;
	width:850px;
	height:550px;
	z-index:1;
}

#Layer2 {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:128px;
	z-index:2;
	background-color: #FFFF33;
	visibility: visible;
}

#Layer3 {
	position:relative;
	left:0px;
	top:128px;
	width:850px;
	height:1700px;
	z-index:3;
	background-color: #CCFFCC;
	visibility: visible;
}

.heading {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:24px;
}

.bodyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

.bodyTextRed {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#FF0000;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

