@charset "utf-8";
/* CSS Document */
body {
  text-align:center;
  margin:0px;
  padding:0px;
  background-image:url(../images/site_structure/background.png);
  background-repeat:repeat;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  color:#FFFFFF;
  }
#wrapH2 {
  width:884px;
  height:700px;
  margin:0px auto;
  padding:0px;
  }
/*Top Vertical Nav Buttons and Main Content*/
#topBorder {
  width:882px;
  height:21px;
  background-image:url(../images/site_structure/Border_Top.png);
  background-repeat:no-repeat;
  }
#leftTopNav {
  float:left;
  width:90px;
  height:462px;
  }
#centerTopMain {
  float:left;
  width:689px;
  height:458px;
  border: 2px solid #666633;
  /*background-color:#1a0f04;*/
  overflow:auto;
  }
#rightTopNav {
  float:left;
  width:99px;
  height:462px;
  }
/*End Top Structures*/
#headerH2 {
  clear:both;
  width:882px;
  height:89px;
  }
#navBottom {
  width:678px;
  height:22px;
  margin:0px auto;
  }
  
img {
 border:none;
 }
