/* 
STYLE1.CSS  
*/

h1 {
     font-size:20px;
     color:green;
     text-decoration:underline;
}


#banner, #navigate, #content, #footer, #bottom {
  /* border: 1px solid red;  
     margin-bottom: 2px;
     position: absolute;*/
} 

#left_banner {
     float:left;
     top:10px;
     width: 12%;
     height:160px;
  /*   height:103px;    */
     background:#008700 url(left_end.gif) no-repeat left;
}

#banner {
     float:left;
     left:12%;
     top:10px;
     height:160px;
     width: 75%;
     background:#008700 url(MEG_Graphic_3.jpg) no-repeat center;
  /* background:#008700 url(right_end.gif) no-repeat right;
     background-repeat:no-repeat;
     background-position:right;
     background-url:right_end.gif; */
     color:white;
     text-align:center;
     font-size:32px;
     font-weight:bold;
     font-style:italic;
     font-family:Arial;
 /*    padding-top:1px;
     padding-bottom:1px;  */  
}

#right_banner {
     float:left;
     left:87%;
     top:10px;
     width: 12%;  
     height:160px;
     background:#008700 url(right_end.gif) no-repeat right;
}

#navigate {
     float:left;
     width:17%;
     height:510px;   
     color:green;
     padding-left: 3px;
     border-right-style:solid;
     border-right:2px single #008700;
     border-left-style:solid;
     border-left:2px single #008700;
     background-color:  #F0EBAF;
}

#navigate a { 
    text-decoration:none; 
}

#navigate a:link { 
    color:green;
}
#navigate a:visited {
    color:green;
}

#navigate a:focus { 
    color:green;
} 

#navigate a:hover {
    color:black;
}

#navigate a:active {
     color:green;
}
    
#content {
     padding-top:40px;
     padding-left:20px;
     float:left;
     width:77%;
     height:470px;  
     overflow:auto; 
     font-size:18px;
     font-family:Calisto MT
}

#content1 { 
     font-size:14px;
     font-family:Calisto MT
}

#bottom {
     float:left;
     width: 100%;
     background-color:green;
     height:2px;
}

#footer {
     margin-top:10px;
     width:100%;
     float:left;
     color:green;
     font-size:20px;
     text-align:center;
     font-weight:bold;
     font-style:italic;
     font-family:Arial;
}

