@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;
}
#header {
	position: relative;
	height: 100px;
	background: #fff url(../media/images/page/slices/header_top_tile_bg.jpg) repeat-x;	
}
#headerLeftCap, #headerRightCap {
	position: absolute;
	top: 0;
	height: 100px;
	width: 30px;
	background: #fff url(../media/images/page/slices/header_leftcap.jpg) no-repeat;
}
#headerLeftCap {
	left: 0;
	background: #fff url(../media/images/page/slices/header_leftcap.jpg) no-repeat;
}
#headerRightCap {
	right: 0;
	background: #fff url(../media/images/page/slices/header_rightcap.jpg) no-repeat;
}
#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;
}
#navbarLeftCap, #navbarRightCap {
	position: absolute;
	top: 0;
	height: 25px;
	width: 40px;
}
#navbarLeftCap {
	left: 0;
	background: #fff url(../media/images/page/slices/navbar_leftcap.jpg) no-repeat;
}
#navbarRightCap {
	right: 0;
	background: #fff url(../media/images/page/slices/navbar_rightcap.jpg) no-repeat;
}
#contentWrapper {
	width: 980px;
	margin: 0 auto 0;
	background: #fff url(../media/images/page/slices/content_tile_bg.jpg) repeat-y;
}	
#content {
	position: relative;
	width: 900px;
	min-height: 300px;
	height: auto;
	_height: 300px;
	padding: 10px 10px 15px;
	margin: 0 auto 0;
}
#footer {
	position: relative;
	height: 51px;
	background: #225691 url(../media/images/page/slices/footer_tile_bg.jpg) repeat-x;
}
#footerLeftCap, #footerRightCap {
	position: absolute;
	top: 0;
	height: 51px;
	width: 35px;
}
#footerLeftCap {
	left: 0;
	background: #fff url(../media/images/page/slices/footer_leftcap.jpg) no-repeat;
}
#footerRightCap {
	right: 0;
	background: #fff url(../media/images/page/slices/footer_rightcap.jpg) no-repeat;
}
/* Misc. Styles */
.clearBoth {
	clear: both;
	height: 1px;
}
