body
{
   font-size:  101%;
   margin: 5px 0px 0px 0px;

    background-color: #0082BF;
    background-image: url('../img/PgBkGrnd.jpg'); 
    background-repeat: repeat-x; 

}

#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: #0082BF;
    background-image: url('../img/PgBkGrnd.jpg'); 
    background-repeat: repeat-x; */

}

#container
{
text-align:-moz-center;
}

#container1
{
text-align:-moz-center;
  /*  padding-top: 8px;
    padding-bottom: 8px !important; */

    min-height: 100%;  /* for firefox and opera */
min-width: 1000px;
/* IE Dynamic Expression to set the width - "auto" */
width: 100%; 
}
#container1
{
    width:expression(document.body.clientWidth < 900? "900px": "100%" ); 
}

#container2 
{

    border-top: solid 1px #222222;
    border-right: solid 1px #222222;
    border-bottom: solid 1px #222222;
    border-left: solid 1px #222222;

text-align: left;
background-color: #FFFFFF;  
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 100%;
margin: 0px: auto;
max-width: 1000px;
/* IE Dynamic Expression to set the width - "auto" */
width:expression(document.body.clientWidth > 1000? "1000px": "100%" ); 

}

#header
{
    background-color: #ffffff; /* #030303*/
    height: 131px;
    width: 100%;
    vertical-align: top;
    background-image: url('../img/HdrBkgrnd.jpg'); 
    background-repeat: repeat-x;
}
#header2
{
    height: 131px;
    width: 100%;
}
#headerbtmtd
{
    height: 2px;
    background-color: #222222; /*#CB0302; */
    width: 100%;
    background-image: url('../img/HdrBttm.jpg') ;
    background-repeat: no-repeat;

}


#leftcontent
{
    width: 170px;
    vertical-align: top;
    background-color: #2772B3;
    /*background-image: url('../img/NavBkgd.jpg') ;
    background-repeat: repeat-x;*/
}
#maincontent
{
    height: 100%;
    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;
}
 /* Margins */

.tdleftmargin
{
width: 15px;
}
.tdrightmargin
{
width: 15px;
}
.tdbttmmargin
{
   height: 15px;
}

 /* End Margins */
#rscontainer{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 173px;
margin: 0px: auto;
padding: 0;
background-color: #DAD7AF;
}
.rscontainer2{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 173px;
margin: 0px: auto;
padding: 0;
background-color: #DAD7AF;
}
#footer
{
   /* background-image: url('../img/Footer.jpg') ; */
     background-image: url('../img/BtmImgRpt.gif') ;
     background-repeat: repeat-x;
    background-color: #03345F;
}
#footertoptd
{
    height: 2px;
    background-color: #555555; /*#CB0302; #003399*/
    width: 100%;
}
.tdverticalline
{
    width: 1px;
    vertical-align: top;
    background-color: #666666;
    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;
}



