/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-size: 14pt;
	color:#835428;
	padding:0;
	margin:20px 0 0 0;
	background:#835428 url(images/ea_bg.jpg) repeat-x top;
	width:1000px;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}


#header
	{
		margin:4px;
		margin-left:20px;
		height:34pt;
		background: url(images/ea_header.jpg) no-repeat center;
		color: #A51B10;
}	



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 0 0 21px;
	padding: 0px 0px 0px 15px;

}

#buttons {
	display:inline;
	float: right;
	width: 900px;
	position:absolute; TOP:214px; LEFT:132px;
}

#leftBar{
	margin: 0 0 0 38px;
	padding: 16px;
	background-color:#ffffff;
	font-family:arial, helvetica;
	font-weight: 400;
	width: 635px;
}

#content{
  	float: right;
	display:inline;	
	width: 250px;
	background-color: #E6C250;
	margin-top:0;
	margin-right: 14px;
	padding: 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color:#97020A;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11pt;
	font-weight:bold;
	text-align:center;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo a {
	color:#ffffff;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



