@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('eabackground.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; 
}

#leftcol { 
 width: 360px; 
 float: left;  
 padding: 10px 10px 10px 30px; 
 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 325px;
 color: #cccccc;
font: 1.0em Verdana, Arial, Helvetica, sans-serif;
} 

#leftcol a:active, #leftcol a:visited {
 color: #d99545;
font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

html>body #leftcol { width: 325px; } 




#rightcol { 
 width: 337px; 
 float: right; 
 padding: 10px; 
 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 317px; 
 color: #cccccc;
font: 1.0em Verdana, Arial, Helvetica, sans-serif;
} 

html>body #rightcol { width: 317px; }

.clear { clear: both; }

.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('eafooternew.jpg') no-repeat; 
 width: 744px;    /* width should be the same as the background image */ 
 height: 107px;
 color: #B1B5C1; 
}