/* DIV definities! */

/* Basis color website #CCCC00! */

#BOutput
 {
  position:static;
  background:#F0FFE6;
  border-style:solid;border-width:0px;
  margin:0px auto 0px auto;
  padding:10px;
  width:1050px;
  z-index:1;
 }

#BHeader
 {
  position:relative;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px 0px 5px 0px;
  height:65px;width:100%;
  text-align:center;
  z-index:3;
 }

#BHMenu
 {
  position:relative;
  border-style:solid;border-width:0px;
  margin:0px auto 10px auto;
  height:22px;width:100%;
  font-size:75%;
  text-align:center;
  z-index:3;
 }

#BContent
 {
  position:relative;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px 0px 5px 0px;
  width:100%;
  z-index:1;
 }

#BLContent
 {
  float:left;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px 0px 10px 0px;
  width:910px;
  text-align:center;
  z-index:2;
 }

#BRContent
 {
  float:right;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px 0px 0px 0px;
  height:650px;width:126px;
  text-align:center;
  z-index:2;
 }

#BFooter
 {
  position:relative;
  background:transparant;
  border-style:solid;border-width:0px;
  margin:0px auto 0px auto;
  height:90px;width:1050px;
  text-align:center;
  z-index:3;
 }

#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;
 }