@charset "UTF-8";
/* CSS Document */

html { margin: 0px; } 

body { 
 background: #000000; 
 text-align: center; 
 font: 0.7em Verdana, Arial, Helvetica, sans-serif; 
 margin: 0px; 
 padding: 0px; 
}

#wrapper { 
 margin: 0px auto;  /* to fix centering in Mozilla */ 
 background: url('eabackground2.jpg') repeat-y;  
 width: 744px;   /* width should be the same as the background image */ 
 padding: 0px 15px 0px 15px;
 padding-left: 0px;
  
 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 714px; 
} 
 html>body #container { width: 714px; }
 
 #header { 
 margin: 0px auto;  /* to fix centering in Mozilla */ 
 height: 118px; 
 background: url('eaheadernew.jpg') no-repeat; 
 width: 744px;    /* width should be the same as the background image */ 
}
 
 #menu { 
 background: url('eamenubg.jpg') no-repeat;  
 padding: 5px; 
 color: #000000; 
 font: 1.1em Geneva, Verdana, Arial, sans-serif; 
 width: 714px;
}

#menu ul { 
 list-style: none;  /* removes list marker */ 
 padding: 0px;    /* removes left indent */ 
 margin: 0px; 
} 

#menu ul li { 
 display: inline;  /* sets list items to display in a row */
 padding-left: 20px;  /* puts space in between list items */
} 

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

#menu a:active, #menu a:hover { 
 color: #f7e1b3; 
 text-decoration: none; 
}

#content {
padding: 10px 10px 10px 35px;
font: 1.1em Geneva, Verdana, Arial, sans-serif;
color: #CCCCCC;
}

#content a:active, #leftcol a:visited {
 color: #d99545;
font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
 
.text {
 color: #CCCCCC;
 padding-left:5px;
font: 1.0em Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

.style1 {
color: #FFCCCC;
font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
color: #CC6600;
font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
 
 #footer { 
 margin: 0px auto;  /* to fix centering in Mozilla */ 
 background: url('eafooternew2.jpg') no-repeat; 
 width: 744px;    /* width should be the same as the background image */ 
 height: 107px;
 color: #B1B5C1; 
 
}