#container
{

    background-color: #7994AE;  /* #7994AE*/
    text-align: center;
    /* fixed bottom margin in FF
    height: 100%;
    min-height: 100%; */ /* for firefox and opera */
    
    width: 100%;
    margin: 0px: auto;
    background-image: url('../img/BodyBkgrnd.jpg') ;
    background-repeat: repeat-x; 
    min-width: 1000px;
/* IE Dynamic Expression to set the width - "auto" */
    width: 100%; 
}
#container
{
text-align:-moz-center;
width:expression(document.body.clientWidth < 1000? "1000px": "100%" ); 
}

#container1
{
text-align:-moz-center;
    padding-top: 8px;
    padding-bottom: 8px !important;
 width: 100%;
    min-height: 100%;  /* for firefox and opera */

}

#container2 
{

text-align: left;
background-color: #FFF;  

min-height: 100%;  /* for firefox and opera */
width: 100%;
margin: 0px: auto;
    border: solid 1px #cc9900;
max-width: 1000px;
/* IE Dynamic Expression to set the width - "auto" */
width: 1000px;
 min-width: 1000px;
}
#container2 
{
    width:expression(document.body.clientWidth > 1000? "1000px": "100%" ); 
}

#header
{
    background-color: #7F9DC0; /* #030303*/
    height: 95px;
    width: 100%;
    vertical-align: top;
    background-image: url('../img/HdrBkgrnd.jpg') ;
    background-repeat: repeat-x;
}
#header2
{
    height: 95px;
    width: 100%;
}
#headerbtmtd
{
    height: 35px;
    background-color: #003366; /*#CB0302; */
    width: 100%; 
}


#headerlftbtmtd
{
    height: 35px;
    background-color: #4874A8; /*#CB0302; */
    width: 213px !important; 
}
#headerbtmtd1
{
    height: 35px;
    background-color: #4874A8; /*#CB0302; */
    width: 200px !important;
}
#headerbtmtd2
{
    height: 35px;
    background-color: #003366; /*#CB0302; */
    width:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: 600;
    font-size: 12pt;
    line-height: 15pt;
    letter-spacing:0px;
    color: #ffcc00;
    text-align: right;
    padding: 0px 25px 0px 0px;
}

#leftcontent
{
    width: 213px;
    vertical-align: top;
    background-color: #4874A8;

}
#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: 20px;
}
.tdbttmmargin
{
   height: 15px;
}

 /* End Margins */
#rscontainer{
height: 100%;
min-height: 100%;  /* for firefox and opera */
margin: 0px: auto;
padding: 0;
background-color: #7DA4BB;
background-image: url('../img/RghtSide1.jpg') ;
background-repeat: no-repeat;

/* background-image: url('../img/SandExpander.jpg') ;
background-repeat:repeat-y; 
background-position: bottom left;
border-bottom:1px solid #cc9900; */
}

.rscontainer2{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 100%;
margin: 0px: auto;
padding: 0;
background-image: url('../img/RghtSide1.jpg') ;
background-repeat: no-repeat;

}
#footer
{
    /* vertical-align: bottom;
   /* background-color: #dedede;*/
   background: #fff url('../img/footer.gif') no-repeat bottom;
}
.footerRs
{
    /* vertical-align: bottom;
   /* background-color: #dedede;*/
   background: #fff url('../img/FooterRs.jpg') no-repeat bottom right;
}

#footerbtmtd1
{
	vertical-align: bottom;
    height: 100%px;
    background-color: #4874A8; /*#CB0302; */
    width: 200px !important;
}
#footerbtmtd2
{
    height: 35px;
    background-color: #003366; /*#CB0302; */
    width:100%;
}


.tdverticalline
{
width: 5px;
vertical-align: top;
background-color: #D6DEE6;
height: 100%;
} 
.tdverticalline2
{
width: 2px;
vertical-align: top;
background-color: #cc9900; /* #8B231B; */
height: 100%;

} 

.imgborder
{
    border: solid 1px #000000;
}
