@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #202184;
}

/* MAIN
   ----------------------------------------------------*/
   
   #wrapper {
	margin: auto;
	height: 820px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
}

   #wrapperapply {
	margin: auto;
	height: 600px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
}

   #wrapperhow {
	margin: auto;
	height: 1500px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
}

   #wrapperhmpg {
	margin: auto;
	height: 450px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
}
   #wrapperbios {
	margin: auto;
	height: 1300px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
}


.copy {
	color: #202184;
	text-align: justify;
}
.titles {color: #202184; font-weight: bold; }
   

/* TOP
   ----------------------------------------------------*/
#top {
	height: 250px;
	width: 800px;
	background-position: 100px center;
}

.logo{
	position:relative;
	top:50px;
	left: 100px;
}
	
	.sub{
	position:relative;
	top:-50px;
	left: 350px;
	color: #202184;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
}
	
	
	#tophmpg {
	height: 450px;
	width: 800px;
	background-image: url(../images/aalogohmpg.jpg);
	background-position: 100px center;
	background-repeat: no-repeat;
}


#main {
	margin: auto;
	height: 230px;
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 50px;
	line-height: 22px;
}

#mainbios {
	margin: auto;
	height: 900px;
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 50px;
	line-height: 22px;
}


#mainhow {
	margin: auto;
	height: 900px;
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 50px;
	line-height: 22px;
}
/* HMPG
   ----------------------------------------------------*/
#hmpgnav{
	width:280px;
	height:200px;
	position: relative;
	top: 125px;
	left: 430px;
}

.navhmpg {
	font-size:12px;
	font-weight: bold;
}
ul.navhmpg {
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
}

ul.navhmpg a {
	display: block;
	text-align: left;
	padding-left: 8px;
	margin-bottom: 5px;
	width: 200px;
	line-height: 24px;
	height: 24px;

}

ul.navhmpg li {
	text-align: right;
	background-color: #202184;

}

ul.navhmpg a:link {
	color: #FFFFFF;
	text-decoration: none;
}

ul.navhmpg a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}

ul.navhmpg a:hover {
	color: #202184;
	text-decoration: none;
	background-color: #FFFFFF;
}

ul.navhmpg a:active {
	color: #FFFFFF;
	text-decoration: none;
}





/* NAV BAR
   ----------------------------------------------------*/


.navstyle {
	font-size:13px;
	font-weight: bold;
}
ul.navstyle {
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #202184;
	text-align: center;
}

ul.navstyle a {
	width: 11em;
	display: block;
	text-align: center;
	padding-left: 8px;
	padding-right: 9px;

}

ul.navstyle li {
	float: left;
	text-align: right;
	background-color: #202184;

}

ul.navstyle a:link {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

ul.navstyle a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}

ul.navstyle a:hover {
	color: #202184;
	text-decoration: none;
	background-color: #D2D8F6;
}

ul.navstyle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.clear{
clear:both;
}


/* NAV BAR 2
   ----------------------------------------------------*/


.navstyletwo {
	font-size:13px;
	font-weight: bold;
}
ul.navstyletwo {
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #D2D8F6;
	text-align: center;
}

ul.navstyletwo a {
	width: 11em;
	display: block;
	text-align: center;
	padding-left: 8px;
	padding-right: 9px;

}

ul.navstyletwo li {
	float: left;
	text-align: right;
	background-color: #D2D8F6;

}

ul.navstyletwo a:link {
	height: 30px;
	line-height: 30px;
	color: #202184;
	text-decoration: none;
}

ul.navstyletwo a:visited {
	color: #202184;
	text-decoration: none;
	
}

ul.navstyletwo a:hover {
	color: #D2D8F6;
	text-decoration: none;
	background-color: #202184;
}

ul.navstyletwo a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.copy a:link {
	color: #202184;
	text-decoration: none;
}

.copy a:visited {
	color: #202184;
	text-decoration: none;
	
}

.copy a:hover {
	text-decoration: none;
	color: #CBDEF7;
}

.copy a:active {
	color: #202184;
	text-decoration: none;
}

