
#layer1 { /* holds header and drop menus */
	height: 150px; 
	width: 1200px; 
	left: 0; 
	top: 0; 
	position: absolute; 
	z-index: 1; 
	visibility: visible; 
}

#header {/* page header box */
	position: absolute; 
	z-index: -100; 
	top: 5px; left: 20px; 
	width: 1000px;
	height: 115px;
	background: url(../web-content/Graphics/Elements/AHL-PageHeaderVer3.jpg); 
}

#menuBox{ /* holds drop down menu */
	position: absolute;
	top: 118;
	left: auto;
	height: 30px;
}

#HeaderFloaterBox{
	position: absolute;
	top: 5px;
	left: 139px;
	height: 96px; width: 110px;
	z-index: 500;
	background-repeat: no-repeat;
	/*background: url(../web-content/Graphics/Elements/ChristmasBellsSM.gif);*/
}

p /* Page text */  {
	color: #57381c;
	font-size: 12px;
	font-family: "Papyrus", Palatino ; serif;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	margin: 5pt;
}
p2 {
	font-family: "Papyrus", Palatino ; serif;
	font-size: 16px;
	font-style: normal;
	color: #57381c;
	line-height: 18px;
	text-align: justify;
	margin: 5px;
}
h1 /* Basic Headline */ 
{ color: #57381c; 
	font-size: 3em; 
	font-family: "Papyrus", Palatino ; serif; 
	font-weight: bold; 
	text-align: left; 
}

h2 /* Smaller headline type */  
{
	color: #57381c;
	font-size: 18pt;
	font-family: "Papyrus", Palatino ; serif;
	font-weight: bold;
	line-height: 20pt;
	margin: 0.83em 0;
	text-align: left;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {font-size: 14px;}
.style3 {font-family: "Papyrus", Palatino ; serif;}
.style4 {font-size: 18px;} /* more text formating stuff */
.style5 {font-size: 14px;}
.style6 {
	font-size: 18px;
    font-style: italic;
	text-align: justify;
	color: #000;
	}
.style50 {
	font-family: "Papyrus", Palatino ; serif;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	}
.style51 {
	font-family: "Papyrus", Palatino ; serif;
	font-style: normal;
	font-size: 16px;
	text-align: justify;
	line-height: 90%
	color: #000;
}
.style52 {
	font-family: "Papyrus", Palatino ; serif;
	font-style :italic;
	font-size: 16px;
	text-align: justify;
	line-height: 100%
	font-weight: bold;
	color: #000;
}

.align-right { float:right; margin: 0 0 15px 15px; }

.align-left { float:left; margin: 0 15px 15px 0; }

pMainMenu /* Font for main menu */  {
	color: #0cf5b0;
	font-size: 14pt;
	font-family: "Papyrus", Palatino ; serif;
	font-weight: 700;
	text-align: left;
	background-image:url(../web-content/Graphics/Elements/AHL-bkgndDK.jpg);
}
.Background {
	background-color: #33FFFF;
	background-image:url(../web-content/Graphics/Elements/AHL-bkgndDK.jpg);
	background-repeat: repeat;
}
 #PageBodyLayer {
	background-image: url(../web-content/Graphics/Elements/AHL-bkgndDK.jpg);
	height: 1149px;
	width: 1037px;
	left: 87px;
	top: 196px;
	position: absolute;
	visibility: visible;
  }
  
#PageBodyLayerStd {
	background-image: url(../web-content/Graphics/Elements/AHL-bkgndDK.jpg);
	/*height: 2482px;*/
	width: 1000px;
	left: 2px;
	top: 156px;
	position: absolute;
	visibility: visible;
	z-index: -100;
  }
  
body{
	background-color: #999;
	margin: 0;
	padding:0;
	line-height: 1.5em;
	background-image:url(../web-content/Graphics/Elements/AHL-bkgndDK.jpg);
	visibility: visible;


}
.boxOutlines {
	border: 1px solid #282828;
	margin: 2px;
}




