body {
	margin-left: 0px;
	margin-top: 0px;
}
#HeadDiv {
	position:absolute;
	width:1000px;
	height:120px;
	z-index:1;
	left: 10px;
	top: 10px;
}
#NavDiv {
	position:absolute;
	width:1000px;
	height:40px;
	z-index:2;
	left: 10px;
	top: 126px;
}
#BodyDiv {
	position:absolute;
	width:1000px;
	height:100%;
	z-index:3;
	left: 11px;
	top: 153px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #6699FF;
}
.style6 {
	font-family: "Trebuchet MS";
	color: #FF0000;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #6699FF;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
}
.bluelinks {
	font-family: Verdana;
	color: #207BBF;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}

