
body	{
	font-family: Georgia, 'Times New Roman', serif;
	background-color: #000074;
	color: #000074;
	margin: 30px;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: 'Times New Roman', Georgia, serif;
	}

a:link, a:visited	{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-decoration: underline;
	}

blockquote	{
	margin-left: 30px;
	}
blockquote p	{
	font-size: .8em;
	margin-top: 0;
	margin-bottom: .7em;
	}
blockquote p:first-letter	{
	margin-left: -14px;
	}

img	{
	margin: 6px;
	border: 2px solid #000074;
	}

#banner	{
	 display: block;
	 width: 80%;
	 height: 125px;
	 padding: 8px 20px;
	 border-bottom: 2px solid #000074;
	 background: #ffffff url(images/AEI-logo.gif) center no-repeat;
	}

#header	{
	display: none;
	}
	
#content	{
	display: block;
	width: 80%;
	padding: 20px;
	background-color: #ffffff;
	}
	
#footer	{
	display: block;
	clear: right;
	width: 80%;
	text-align: center;
	padding: 20px;
	border-top: 2px solid #000074;
	background-color: #ffffff;
	}