@charset "utf-8";
/* CSS Document */

/*Stand alone page styling*/

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

html {
margin:0 auto;
}


body {
	background-color: #000000;
	background-image:url(AALimages/blackteal_BG.jpg);
	background-repeat: repeat-x;
		margin: 0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;

}

#pageTop {
	background-image:url(AALimages/topedge.png);
	background-position:top;
	background-repeat:no-repeat;
	height:25px;
	}
#pageBottom {
	background-image:url(AALimages/bottomedge.png);
	background-position:top;
	background-repeat:no-repeat;
	}
#page {
	width: 800px;
	margin: 0 auto;
	margin-top:0px;
	text-align:center;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:-20px;
}
#header {
	height: 175px;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 15px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
/*	background-color:#CCFFFF;
	lightblue*/	
}
#header br 
{ 
line-height:8px; 
} 


#topContainer {
	background-image:url(AALimages/topcontentarea.png);
	background-position:center;
	background-repeat:no-repeat;
	/*background-color:#9900FF
purple*/
}

#bottomContainer {
height:300px;
background-image:url(AALimages/bottomContentArea2.png);
background-position:center;
background-repeat:no-repeat;
/*background-color:#00FF00*/
}

#horizontalrule {
	width:100%;
	height:25px;
	text-align:center;
	margin-top:-45px;
	margin-bottom:-45px;
	/*background-color:#CC6600;
orange*/
}
#footer {
	width:100%;
	background-image:url(AALimages/footerBG.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-left:70px;
	margin-top:-65px;
	padding-left:105px;
	height:85px;
	padding-top:55px;
	}
.h4 footer {
font-size:16px;
font-weight:bold;
}
p footer {
	font-size:10px;
	margin-top:50px;
	}




