/********************************
StyleSheet.css
*********************************/

/********************************
General Layout Styles
********************************/
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: white;
	font-size: small;
}

body {
color:#333333;
}



/************************************
Headings
************************************/

h1 {
font-size: 1.5em;
color: #555555;
margin: 0;
padding: 0;
display: block;
}


/* ------------------------------------------------------------

	header

------------------------------------------------------------ */
#header {
	text-align: center;
	margin: 0;
	height: 125px;
	font-size: 95%;
	padding: 0 15px 0px;
}

#header div {
   position: relative;
	width: 210px;
	margin: 0 auto;
	padding: 0 15px;
}

#header h1 {	
	margin: 0;
	padding: 20px 0;
	text-indent: -9999px;
	}
#header h1 a {
	display: block;
	width: 195px;
	height: 85px;
	background: url(../images/AAM_Logo.png) no-repeat top center;
	}

/*****************************
Footer
*****************************/

#footer {
	border-bottom: 1px solid #C6D9E9;
color:#464646;
}

#footer {
	clear: both;
	font-size: 12px;
	height: 55px;
	margin: 5px 0pt 0pt;
	padding: 10px 0pt 0pt 5px;
	position: relative;
}


#footer p {
	line-height: 140%;
}
#aam {
font-size: 1em;
color: #999;
text-align: center;
}

