BODY {
text-align: center;
font-family: arial,helvetica,sans-serif;
}

.Page {
position: relative;
width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
/* overflow: hidden; Need this for IE7 if images are resized using Javascript */
}

.PageJS {
position: relative;
width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
overflow: hidden; /* Need this for IE7 if images are resized using Javascript */
}

A:link {background: transparent; color: #000080; text-decoration: underline;}
A:visited {background: transparent; color: #000080; text-decoration: underline;}
A:hover {background: transparent; color: #000080; text-decoration: underline;}
A:active {background: transparent; color: #000080; text-decoration: underline;}

.AA_Logo {
position: absolute;
left: 0px;
}

.Spacer {height: 100px;}

H1 {
padding-bottom: 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
font-size: 24px;
text-align: center;
}

H2 {
font-size: 18px; 
margin-top: 25px; 
margin-bottom: 30px; 
padding-top: 30px; 
border-top: 1px solid gray;
}

H3 {font-size: 16px; margin-bottom: 0px; text-align: left;}

P {
text-align: justify;
font-size: 1em;
margin-top: 0px;
}

IMG {
display: block;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
/* max-width: 600px;
border: 1px solid red; */
}

/* For bios */
#InfoType {
position: absolute;
right: 0px;
text-align: right;
font-size: 0.8em;
font-weight: bold;
/* border: 1px solid red; */
}

#InfoType A {
display: block;
}

/* For press releases */
.PressRelease {
position: absolute;
right: 0px;
text-align: right;
font-size: 0.8em;
font-weight: bold;
}