
body {
  background-color: #CCCC99;
  background-image: url();
  background-repeat: repeat;
  font-family: Helvetica,Tahoma,Verdana;
  font-size: 12px;
  color: #000000;
  scrollbar-arrow-color: #FFFFCE;
  scrollbar-arrow-color: #FFFFCE;
  scrollbar-3dlight-color: #FFFFCE;
  scrollbar-darkshadow-color: #99A568;
  scrollbar-face-color: #48312F;
  scrollbar-highlight-color: #C6C68C;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-track-color: #99A568;
}
/* ERROR CLASSES */
.SiteErrorMessage
{
  color:#000000;
}

.PageErrorMessage
{
  color:#000000;
}

/* CONTAINER CLASSES */
.Container
{
  width:100%;
    text-align: center;
}

.SiteContainer
{
  width: 770px;
}

/* BORDER CLASSES */
.BorderContainer
{
  background-color: Transparent;
}

.BorderTopLeftCorner
{
  background-color:  #48312F;
  width: 5px;
}

.BorderTopRightCorner
{
  background-color:  #48312F;
  width: 5px;
}

.BorderTopMiddle
{
  background-color:  #48312F;
  height: 5px;
}

.BorderMiddleLeft
{
  background-color:  #48312F;
  height: 5px;
}

.BorderMiddleRight
{
  background-color:  #48312F;
  height: 0px;
}

.BorderBotLeftCorner
{
  background-color:  #48312F;
}

.BorderBotMiddle
{
  background-color:  #48312F;
  height: 5px;
}

.BorderBotRightCorner
{
  background-color:  #48312F;
}

/* PAGE CLASSES */
.Header1
{
  width:100%;
}

.Banner
{
  width:100%;
  background-color: #48312F;
  font-family: Helvetica,Tahoma,Verdana;
  font-size: 12px;
  color: #000000;
  background-image: url( );
  background-repeat: repeat-x;
  background-position: bottom;
}

.Header2
{
  text-align: center;
}
.Content
{
  width:100%;
  min-height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #48312F;
}
.ZoneL
{
  min-height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:left;
  background-color: #DFE0BD;
  
}
.ZoneC
{
  min-height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width:auto;
  text-align:left;
  background-color: #DFE0BD;
}
.ZoneR
{
  min-height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:right;
  background-color: #DFE0BD;
  
}
.Footer
{
  background-color:  #48312F;
}

