@import url("ea_text.css");
@import url("ea_images.css");

/* Global Baselines */
body {
color: #000;
text-align: center;
margin: 0;
padding: 0;
font: 62.5% Verdana, Arial, Helvetica, sans-serif;
background: #225691 url(../media/images/page/slices/pagetop_tile_bg.jpg) repeat-x top;
}
input, select, th, td {
font-size:1em
}
a:link, a:visited {
color: #0373FC;
}
a:hover, a:active {
color: #0033FF;
}
/* Page Structures */
#pageWrapper {
width: 980px;
margin: 0 auto 20px;
padding: 0;
background-color: #fff;
}
#header {
position: relative;
height: 100px;
background: #fff url(../media/images/page/slices/header_top_tile_bg.jpg) repeat-x;
}
#logo {
position: absolute;
top: 14px;
left: 33px;
height: 80px;
width: 270px;
}
#tagline {
position: absolute;
top: 43px;
left: 322px;
width: 237px;
font-size: 12px;
font-style: italic;
font-weight: bolder;
color: #0066CC;
text-align: left;
}
#bannerRight {
position: absolute;
top: 19px;
right: 30px;
width: 377px;
}
#navbar {
position: relative;
height: 25px;
background: #225691 url(../media/images/page/slices/navbar_tile_bg.jpg) repeat-x;
}
#content {
position: relative;
width: 900px;
min-height: 300px;
height: auto;
_height: 300px;
padding: 10px 10px 15px;
margin: 0 auto 0;
background-color: #FFF;
}
#footer {
position: relative;
height: 51px;
background: #225691 url(../media/images/page/slices/footer_tile_bg.jpg) repeat-x;
}
/* Misc. Styles */
.clearBoth {
clear: both;
height: 1px;
}
