/* DIV definities! */

/* Basis color website #CCCC00! */

#BOutput
 {
  background:#F0FFE6;
  border-style:solid;border-width:0px;
  margin:0px auto 0px auto;
  width:1100px;
  text-align:center;
  z-index:1;
 }

#BHeader
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px auto 0px auto;
  height:70px;width:1100px;
  text-align:center;
  z-index:1;
 }

#BMenu
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px auto 5px 25px;
  height:22px;width:1100px;
  font-size:75%;
  z-index:3;
 }

#BContent
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  width:950px;
  text-align:center;
  z-index:1;
 }

#BSearch
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  height:50px;width:100%;
  text-align:center;
  z-index:1;
 } 

#BLContent
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  width:100%;
  text-align:center;
  z-index:2;
 }   

#BRContent
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  width:130px;
  text-align:center;
  z-index:1;
 }

#BFooter
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:10px auto 0px auto;
  height:90px;width:1100px;
  text-align:center;
  z-index:1;
 }

#Context, #Partners
 {
  display:none;
 } 

.FBLUR
 {
  background-color:#FFFFFF;
 } 

.FERROR
 {
  background-color:#FF0000;
 } 

.FFOCUS
 {
  background-color:#EEF1F8;
 }

BODY       
 {
  background:#F0FFE6;
  color:#000000;
  margin:10px auto;
  font-family:"Comic Sans MS","Times New Roman";
  font-size:11pt;
  text-align:center;
 }
