/* --------- Header and Footer layout, menu bars, link properties --------- */

#headercontent {  
  width:100%;  
  border:0px solid #ff0000;
}  

/* --------- Begin: FLLS Logo Content --------- */

#fllslogocontent {  
  float:left;  
  text-align:left;
}

#fllslogocontent a:hover {  
  background:transparent; 
}

#fllslogocontent a:active {
  background:transparent;
}

.fllslogomission {  
  font-size:75%;
  color:#2E3192;
  font-weight:bold;
}

/* --------- End: FLLS Logo Content --------- */

/* --------- Begin: Member Library Content --------- */

#memberlibrariescontent {  
  float:right;   
  font-size: 8pt;
  text-decoration:none;  
  border:none;
  width:auto
}

/* --------- End: Member Library Content --------- */

/* --------- Begin: Menu Block Settings --------- */

#menublock {  
  float: left;   
  width:99%;
/*  background:#9cd67b;  Dark Green */
  background:#e3f5d9;
  font-size:.8em;  
  text-align:center;
  margin: 5px 0px;  
  padding:8px 3px 8px 3px; 
  border-top: 2px solid #9cd67b;
/*  border-right: 2px solid #c0c0c0;   */
/*  border-bottom: 2px solid #c0c0c0;  */
  border-bottom: 2px solid #9cd67b;
}

#menublock a:link {  
  color:#000000;
  font-weight:bold;
  text-decoration:none;  
}  

#menublock a:visited {  
  color:#000000;   
  font-weight:bold;
  text-decoration:none;
}

#menublock a:hover {  
  background:#9cd67b;
  color:#000000; 
  font-weight:bold;
  text-decoration:none;
}  

#menublock a:active { 
  background:#2e3192;  
  color:#ffff00;
  font-weight:bold;
  text-decoration:none;  
}

/* --------- End: Menu Block Settings --------- */

/* --------- Begin Footer layout --------- */

#footercontent {
  width:100%;
  text-align:center; 
  font-size: .75em;
  font-style:normal;
  border:0px solid #0000ff;
  clear:left;  
}

/* --------- End: Footer Layout --------- */