body
{
   font-size:  101%;
   margin: 5px 0px 0px 0px;
   background-color: #7F2928;
}

#container
{
text-align: center;
    /* fixed bottom margin in FF
    height: 100%;
    min-height: 100%; */ /* for firefox and opera */
width: 100%;
margin: 0px: auto;
background-color: #7F2928;
/*background-image: url('../img/PageBkgrnd.jpg') ;
background-repeat: repeat-x;*/

}

#container
{
text-align:-moz-center;
}

#container1
{
  width:100%;
  text-align: center;
  text-align:-moz-center;
  min-height: 100%;  /* for firefox and opera */
  min-width : 1000px;
/* IE Dynamic Expression to set the width - "auto" */
  width:expression(document.body.clientWidth < 1000? "1000px": "100%" ); 
}

#container2 
{

text-align: left;
background-color: #FFFFFF;  
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 998px;
margin: 0px: auto;
max-width: 1000px;
/* IE Dynamic Expression to set the width - "auto" */

}

#container2 
{
    width:expression(document.body.clientWidth > 1000? "998px": "100%" ); 
}

#header
{
    background-color: #ffffff; /* #030303*/
    height: 103px;
    width: 100%;
    vertical-align: top;
 /*   background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-x; */
}
#header2
{
    height: 103px;
    width: 100%;
}
#headerbtmtd
{
    height: 2px;
    background-color: #222222; /*#CB0302; */
    width: 100%;
    background-image: url('../img/HdrBttm.jpg') ;
    background-repeat: no-repeat;

}


#leftcontent
{
    width: 214px;
    vertical-align: top;
    background-color: #DFD5B1;
    background-image: url('../img/NavBkgd.jpg') ;
    background-repeat: repeat-x;
}
#maincontent
{
    background-color:#F0EFDD;

    vertical-align: top;
   /* background-image: url('../img/Corner1.jpg') ; */
    background-repeat:no-repeat;
}
#maincontent2
{
    background-image: url('../img/TopLeft2.jpg') ;
    background-position: top Right;
    background-repeat:no-repeat;
}

#pageimage
{
    background-color: #EDF1E2;
    height: 121px;
    vertical-align: bottom;
}

 /* Margins */

.tdleftmargin
{
width: 15px;
}
.tdrightmargin
{
width: 15px;
}
.tdbttmmargin
{
   height: 15px;
}

 /* End Margins */
#rscontainer{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 200px;
margin: 0px: auto;
padding: 0;
background-color: #ffffff;
}
#footer
{
   /* background-image: url('../img/Footer.jpg') ; */
     background-image: url('../img/BtmImgRpt.gif') ;
     background-repeat: repeat-x;
    background-color: #7F2928;
}
#footertoptd
{
    height: 3px;
    background-color: #FFF; /*#CB0302; #003399*/
    width: 100%;
}
.tdverticalline
{
    width: 6px;
    vertical-align: top;
    background-color: #FFF;
    height: 100%;
    background-image: url('../img/VertLineTop.jpg') ;
    background-repeat:no-repeat;
} 
.tdverticalline2
{
width: 1px;
vertical-align: top;
background-color: #666666; /* #8B231B; */
height: 100%;
} 

.tdHorizline1
{
width: 100%;
background-color: #ED9500; /* #8B231B; */
height: 1px;
} 

.tdHorizline2
{
width: 100%;
background-color: #703678; /* #8B231B; */
height: 1px;
}




