/* Colors Used
Logo Blue	#333399
Box Gray	#E6E6E6
Box Yellow	#F8F6D9
*/

BODY { 	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: #333399;
	scrollbar-highlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #7b2e4b;
	scrollbar-arrow-color: white}

P, TD, UL, LI, H1, H2, H3, H4, H5, H6 {	font-family: Arial, Helvetica, sans-serif}

P  { font-size: 12px}
TD { font-size: 12px;
    margin-left: 40px;
}
UL { font-size: 12px}
LI { font-size: 12px}
H1 { font-size: 18px}	
H2 { font-size: 16px; color: #333399}
H3 { font-size: 16px}
H4 { font-size: 14px}
	
A:active, A:hover	{ color: red}

.MainTable {	width: 774px; border: 1px solid black; background: #FFFFFF;}

.Header1 {	height: 30px; background: url(images/AERC_Header1.jpg) no-repeat; vertical-align: top; 
		padding-top: 13px; padding-left: 8px; font-size: 11px; color: #FFFFFF; font-variant: small-caps;}
  .Header1 A:link, .Header1 A:visited	{ text-decoration: none; color: white}
  .Header1 A:active, .Header1 A:hover	{ text-decoration: none; color: yellow}
.Header2 {	height: 80px; background: url(images/AERC_Header2.jpg) no-repeat; text-align: right; vertical-align: bottom;
		padding-bottom: 2px; padding-right: 10px; font-size: 14px; font-weight: bold; font-family: times, times new roman, Bookman; letter-spacing: 1px;}
  .Header2 A:link, .Header2 A:visited	{ font-weight: Bold; text-decoration: none; color: #990000;}
  .Header2 A:active, .Header2 A:hover	{ font-weight: Bold; text-decoration: underline; color: #333399;}

.Nav 	 {	height: 28px; background: url(images/AERC_Nav.jpg) repeat-x;}

.MainBody {	padding: 5px; vertical-align: top;}

.Footer1 {	height: 22px; text-align: center; background: url(images/AERC_Footer.jpg) repeat-x; font-size: 10px;
		vertical-align: top; padding-top: 3px; color: white;}
.Footer2 {	text-align: center; font-size: 11px;}
  .Footer2 A:link, .Footer2 A:visited	{ text-decoration: none; color: #333399;}
  .Footer2 A:active, .Footer2 A:hover	{ text-decoration: underline; color: #990000;}

