@charset "UTF-8";

/* NOTE: Although this page does have identical code with other
CSS pages, it is the only CSS page that controls all the 3 pop-up pages */

#textMain td {
padding: 0 30px; 
margin: 0;
vertical-align: top;
}


/* START Special codes for 770px width page */
#outline1 {
border: 1px solid #1658a6;
background-color: #FFF;
width: 770px;
}

/* Position of entire page */
/* If inactivated, all pages will flush left */
#centerMain1 {  
padding-left: 50%;
margin-left: -386px;
}

/* AEAweb header artwork */
#header1 {
margin: 0;
padding: 0;
vertical-align: top;
height: 114px;
}
/* END Special codes for 770px width page */

/* Codes for 770px width popup page
with drop down menus */
/* AEAweb header artwork */
#header1ddh {
margin: 0;
padding: 0;
vertical-align: top;
height: 100px;
}

#dropDownHead td {
height: 21px;
}

#header1ddhB {
height: 17px;
}

/* END Special codes for 770px width page
with drop down menus */


/* Codes for 600px width popup page */
#outline2 {
border: 1px solid #1658a6;
background-color: #FFF;
width: 600px;
}

/* Position of entire page */
/* If inactivated, all pages will flush left */
#centerMain2 {  
padding-left: 50%;
margin-left: -301px;
}

/* AEAweb header artwork */
#header2 {
margin: 0;
padding: 0;
vertical-align: top;
height: 91px;
}
/* END Special codes for 600px width page */


/* Codes for 600px width popup page */
#outline3 {
border: 1px solid #1658a6;
background-color: #FFF;
width: 300px;
}

/* Position of entire page */
/* If inactivated, all pages will flush left */
#centerMain3 {  
padding-left: 50%;
margin-left: -151px;
}

/* AEAweb header artwork */
#header3 {
margin: 0;
padding: 0;
vertical-align: top;
height: 48px;
}
/* END Special codes for 600px width page */











