

/* necessary to make the embedded editor bg white */
.mceContentBody {
  background-color:#FFF;
}
/* or whatever color you want it to be */

body {
  /*background: #0066CC url('images/bg_blue.jpg') repeat-x left top;*/
  /*background: #2C689C url('images/bg_blue2.jpg') repeat-x left top;*/
  background: #2B2B2B url('images/BG.gif') repeat-x left top;
  font-family: Tahoma, sans;
  font-size: 14px;
  color:#FFF;
  margin:0px;
  padding:0px;
  text-align:justify;
}
a {
  color:#FFF;
}
form a {
  color:#00F;
}
form a:hover {
  color:#F00;
}
.jsflash {
  width:762px;
  height:211px;
  margin:10px 0 0 35px;
}
.jsflash img {
  position:absolute;
  visibility:hidden;
}
.myTable tr td {
  color:#000;
  font-size:14px;
}
#main {
  width:838px;
  margin:auto;
}
#footer {
  /*
  background: transparent url('images/bg_footer_blue.jpg') repeat-x left top;
  color:#959595;
  font-size:11px;
  height:50px;*/
  clear:both;
  /*background: transparent url('images/footer_blue2.jpg') no-repeat left top;
  color:#104C80;*/
  background: transparent url('images/FooterBG.gif') repeat-x left top;
  color:#959595;
  font-size:14px;
  font-weight:bold;
  height:75px;
  line-height:30px;
  padding:0 7px;
}
#header {
  height:66px;
}
#logo {
  float:left;
  width:230px;
  height:66px;
  background: transparent url('images/BUCK-LOGO.gif') no-repeat top left;
}
#logo h1 {
  display:none;
}
#logo a {
  display:block;
  width:100%;
  height:100%;
}
#menu {
  float:left;
  height:50px;
  margin-top:16px;
  line-height:48px;
}
#menu a {
  display:block;
  float:left;
  margin-right:12px;
  padding:0 5px;
  font-size:12px;
  color:#CCC;
  text-decoration:none;
}
#menu a:hover {
  margin:-2px 12px 2px 0;
  color:#FFF;
  /*background:transparent url('images/bg_button_blue.jpg') repeat-x 0px 13px;*/
}
#menu .on {
  text-decoration:overline;
}
.frontimgdiv {
  float:left;
  width:336px;
  margin:0 5px 0 25px;
}
.frontimgdiv img {
  width:336px;
}
.frontimgdiv2 {
  float:left;
  width:214px;
  margin:0 5px;
}
.frontimgdiv2 img {
  width:214px;
}
.stilt {
  float:right;
  height:400px;
  width:1px;
}

