/* HOME PAGE LAYERS */

#homePhotoHeader {
	left: 0px;
	top: 0px;
	 width: 100%; 
	 height: 305px; 
	 z-index: 1; 
	 background-color: #DEF0FB;
}

#homeBrownNav {
	 left: 0px; 
	 width: 100%; 
	 height: 22px; 
	 z-index: 6; 
	 background-color: #2E381A;
}

#homeTable {
	position: static;
	width: 100%;
}

#homeLogo {
	 background-color: #E6F3FB;
}

#homeText {
	 background-color: #F0F8FC;
}

#hotTopics {
	position: relative; 
	left:40px; 
	top:17px;
}

#homeSecondaryNav {
	 background-color: #F0F8FC;
}

#homeFooter {
	 position: static; 
	 left: 0px; 
	 top: 568px; 
	 width: 100%; 
	 z-index: 4; 
	 background-color: #C3EBFB;
}

/* SUBPAGE LAYERS */

#subpageHeader {
	 left: 0px; 
	 top: 0px;
	 width: 770px;
	 height: 164px;
	 background-color: #DEF0FB;
}

#subpageHeaderPhoto {
	 position: absolute; 
	 width: 569px; 
	 height: 145px; 
	 z-index: 1;
}

#subpageLogo {
	 position: absolute; 
	 left: 569px; 
	 height: 145px; 
	 z-index: 2; 
	 background-color: #DEF0FB; 
	 border: 1px none #000000;
}

#subpageNav {
	 position: relative; 
	 top: 145px; 
	 left: 0px; 
	 width: 770; 
	 height: 22px; 
	 z-index: 2; 
	 background-color: #2E381A;
}

#subpageSubnav {
	 position: absolute; 
	 left: 569px; 
	 top: 212px; 
	 width: 200px;
}

#subpageTextHeader {
	 position: absolute; 
	 left: 20px; 
	 top: 180px; 
	 width: 154px; 
}

#subpageText {
	 position: absolute; 
	 left: 20px; 
	 top: 212px; 
	 width: 522px; 
	 z-index:3;
}

/* POPUP LAYERS */

#closeWindow {
	position: absolute;
	top: 13px;
	left: 536px;
}

#popupHeader {
	position: absolute;
	top: 87px;
	left: 36px;
	width: 220px;
}

#popupText {
	position: absolute;
	top: 180px;
	left: 287px;
	width: 325px;
}

/* TEXT STYLES */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(images/ea_background.gif);
	background-repeat: no-repeat;
}

a:link
{
	color: #386323;
}

a:visited
{
	color: #BC5476;
}

a:hover
{
	color: #386323;
}

a:active
{
	color: #666666;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	color: #666600;
}

table, tr, td
{
	font-size: x-small;
}

.bodyQuote
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.bodyQuoteCaption
{
	font-size: 0.9em;
}

ul {
	list-style-image: url(images/bullet_green.gif);
	margin-left: 0.5em;
	padding-left: 1em;
}

.bigIndent {
	padding-left: 120px;
}

.hotTopic {
	font-size: 1.0em;
	line-height: 1.2em;
	color: #3F4625;
	padding-right: 14px;
	padding-bottom: 14px;
}

.footerLink
{
	color: #666600;
}

a.footerLink:link
{
	color: #666600;
}

a.footerLink:visited
{
	color: #666666;
}

a.footerLink:hover
{
	color: #666666;
}

a.footerLink:active
{
	color: #666666;
}

.calendarMonth
{
	font-weight: bold;
	color: #5B7B18;
}

.calendarBoxed
{
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.popupBody
{
	line-height: 1.2em;
}
