@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #00656f;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #D202BD;
	font-weight: normal;
	line-height: 10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #D202BD;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 10px;


}
a:visited {
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #D202BD;
	line-height: 10px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00656F;
	text-decoration: underline;
	font-weight: normal;
	line-height: 10px;
}
.oneCol #container {
	width: 1007px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #00656f;
	text-align: left;
	margin: 0px auto;
	background-color: #00656f;
	position: relative;
}
#apDivHeadline {
	position:absolute;
	left:698px;
	top:350px;
	width:227px;
	height:78px;
	z-index:1;
}

#apDivToptext {
	position:absolute;
	left:76px;
	top:282px;
	width:391px;
	height:28px;
	z-index:1;
}
#apDivNAV {
	position:absolute;
	left:555px;
	top:290px;
	width:108px;
	height:67px;
	z-index:1;
	bottom: 1px;
}


.oneCol #header {
	padding-left: 40px;
	height: 332px;
	border: 0;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
}
.oneCol #header p {
	padding-left: 20px;
	border: 0;
	padding-top: 310px;
}


.oneCol #footer {
	background-image: url(graphics/Bottom-Edge.jpg);
	height: 126px;
	padding-left: 80px;
	background-repeat: no-repeat;
}
.oneCol #footer p {
	margin: 0;
	padding-top: 50px;

}
.GreenItalicBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #00656F;
}
.oneCol #footer h4 {
	margin: 0;
	padding-top: 20px;
	float: right;
	padding-right: 90px;
}
