@charset "UTF-8";

html {
padding: 0;
margin: 0;
}

body {
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
background-color: #22316C;
}

/* It is anticipated that there will be a
<p> tag wrapping the first paragraph
after using H1  */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #9A272D;
padding: 0;
margin: 1em 0 0.2em 0;
border-bottom: solid 3px #666;
}

h2 {
font-size: 14px;
color: #00358b;
}

h3 {
font-size: 14px;
font-style: italic;
color: #00358b;
}

h4 {
font-size: 13px;
color: #9A272D;
}

h5 {
font-size: 13px;
font-style: italic;
color: #9A272D;
}

h6 {
font-size: 12px;
font-style: italic;
font-weight: normal;
color: #000;
}

a:link, a:visited {
color: #000;
text-decoration: none;
}

a:hover, a:active {
color: #406187;
text-decoration: underline;
}

table {
width: 770px;
}

table.full_table {
width: 710px;
}

table.middle_table {
width: 410px;
}

table.main_2col_table {
width: 530px;
}

table.main_2col_table_in {
width: 520px;
}

table.right_table {
width: 170px;
}

table.right_table2 {
width: 160px;
}

table.center_tiny {
width: 400px;
}



#outline {
border-top: 1px solid #1658a6;
border-left: 1px solid #1658a6; 
border-right: 1px solid #1658a6; 
background-color: #FFF;
}

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

}

/* AEAweb header artwork */
#header1 {
margin: 0;
padding: 0;
height: 100px;
}

/* Left Column */
/* Left column Links */
#columnLeft a:link, #columnLeft a:visited { 
color: #000;
text-decoration: none;
}

#columnLeft a:hover, #columnLeft a:active {
color: #9A272D;
text-decoration: underline;
}

#columnLeft {
width: 124px;
vertical-align: top;
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size-adjust: none;
font-size: 10px;
color: #000;
padding: 0;
margin: 0;
border-right: solid 1px #34916f;
background-color: #effdf1; 
}

#columnLeft p {
padding: 0 10px 7px;
margin: 7px 0 0 0;
}

/* For dotted rule between links in left box */
.columnLeftDots {
border-bottom: dotted 1px #36715B;
}

/* Bottom part of logo medallion */
#colLftImage1 {
position: relative;
top: 0px;
left: 0;
margin: 0;
padding: 0;
}

/* Left column green band heads */
.colLftBox {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size-adjust: none;
font-size: 11px;
color: #FFF;
text-align: center;
line-height: 14px;
margin-bottom: -1px;
padding: 2px 0 4px 0;
background-color: #34916f;
}

/* Middle Column */
/* Midlle Column Links */
#columnMiddle a:link, #columnMiddle a:visited {
color: #9A272D;
text-decoration: underline;
} 

#columnMiddle a:hover, #columnMiddle a:active {
color: #406187;
text-decoration: underline;
}

#columnMiddle {
width: 414px;
padding: 0 30px; 
margin: 0;
vertical-align: top;
}

#columnMiddle p {
margin: 1em 0;
}

/* Note: This style has to wrap the image in a 
either a <p> or <div> if it is inside the 
img tag it breaks the box model in IE 6 & 7 */
#columnMiddle .rule01 { 
padding:  4px 0 6px 170px;
}

/* Right Column */
#columnRight {
width: 170px;
border-left: solid 1px #1658a6;
background-color: #ecf5ff;
vertical-align: top;
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size-adjust: none;
font-size: 10px;
color: #000;
padding: 0;
margin: 0;
}

#columnRight p {
padding: 0 10px 7px;
margin: 7px 0 0 0;
}

.columnRightDots {
border-bottom: dotted 1px #406187;
}

.columnRightDotsB {
border-bottom: dotted 1px #406187;
font-weight:bold;
}


.colRtHead1 { 
padding-top: 6px !important;
padding-bottom: 5px !important;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #1658a6;
text-align: left;
border-bottom: solid 2px #1658a6;
}

/* Left column blue band heads */
.colRtBox {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size-adjust: none;
font-size: 11px;
color: #FFF;
text-align: center;
line-height: 14px;
margin: 0 0 -1px 0 !important;
padding: 2px 0 4px 0 !important;
background-color: #1D5399;
}

/* This is a weird one. This must wrap around 
the above class .colRtBox and the top margin
MUST stay at 0 other wise IE6 swaps unwanted 
properties back and forth each time the 
reload button is pressed */
.colRtTint {
background-color: #c9eafc;
border-bottom: solid 2px #1658a6;
padding-top: 1px;
}

/* Right Column input */
#formRt {
/* border-bottom: 2px solid #1658a6; */
background-color: #c9eafc;
margin: 0;
padding: 0;
text-align: center;
width: 170px;
}

#formRt #textRt {
padding-top: 8px;
margin-bottom: 4px;
vertical-align: top;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size-adjust: none;
font-size: 12px;
color: #1658a6;
}

#formRt #Search {
width: 120px;
height: 16px;
vertical-align: top;
margin-bottom: 8px;
border: 1px solid #406187;
z-index: 600; /* JK added this to fix drop-down/IE 6 problem */
}

/* Right Column input */
#formRt1 {
/* border-bottom: 2px solid #1658a6; */
background-color: #c9eafc;
margin: 0;
padding: 0;
text-align: center;
width: 170px;
}

#formRt1 #textRt1 {
padding-top: 8px;
margin-bottom: 4px;
vertical-align: top;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size-adjust: none;
font-size: 12px;
color: #1658a6;
}

#formRt1 #Search {
width: 120px;
height: 16px;
vertical-align: top;
margin-bottom: 8px;
border: 1px solid #406187;
z-index: 600; /* JK added this to fix drop-down/IE 6 problem */
}


input.btnGoRt {
border: none;
vertical-align: top;
width: 24px;
height: 17px;
margin: 2px 0 0 0;
padding: 0;
background-color: #1d5399;
background-image: url(/include/images/goBtnRt_up.gif);
}

input.btnRtHov {
border: none;
width: 24px;
height: 17px;
background-color: #1d5399;
background-image: url(/include/images/goBtnRt_ov.gif);
}

.redBold {
font-weight: bold;
color: #F00;
padding-right: 2px;
}

span.RcolButton{ /* RJ added to simulate go button in 'Search'*/
	cursor:default; 
	display:inline-block;
	border: 1px solid #1D5399;
	margin-left:5px; 
	background-color:#1D5399; 
	color:white; 
	padding: 2px 5px; 
	font-weight:bold;
}
span.RcolButtonOver{ /* RJ added to simulate go button in 'Search'*/
	background-color:white; 
	color:#1D5399; 
}

/* Footer */
#footer1 {
height: 26px;
background-color: #f0f8fc;
color: #666;
border-top: solid 1px #1658a6;
}

#footer2 {
text-align: center;
margin: 0;
padding: 0;
font-size: .9em;
}

#footerLftBorder {
border-left: 1px solid #666;
}

#footer2 li {
display: inline;
border-right: 1px solid #666;
letter-spacing: 0.3em;
padding: 0 20px;
}

#copyright {
width: 768px;
text-align: center;
padding: 4px 0 7px 0;
margin-left: 1px;
font-size: .8em;
color: #FFF;
}

/* Codes for 2 column layouts */
#columnMainTop {
padding: 0;
margin: 0;
width: 600px;
}

/* Bottom part of logo medallion */
#colLftImage2 {
position: relative;
top: 0px;
left: 0;
margin: 0;
padding: 0;
width: 124px;
}

/* Main column Links */
#columnMain a:link, #columnMain a:visited {
color: #9A272D;
text-decoration: underline;
} 

#columnMain a:hover, #columnMain a:active {
color: #406187;
text-decoration: underline;
}

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

#columnMain p {
margin: 1em 0;
}

#columnMain .rule01 { 
padding:  4px 0 6px 256px;
}

/* RJ added common used classes */
.fr{
float: right;
}
.fl{
float: left;
}
.c{
clear: both;
}
.3col-spacer{
background-image: url('Images/spacer.gif');
width: 414px;
height: 0px;
}
.hidden{
display: none;
}
.frame{ 
border: 1px solid #CCC;
}
.center{
display: block;
text-align: center;
}
.eimage {
	float: left;	
}
