#container
{
    text-align: center;
    height: 100%;
    min-height: 100%;  /* for firefox and opera */

    margin: 0px: auto;
    width: 100%;
    min-width: 800px;
    /* IE Dynamic Expression to set the width - "auto" */
    width:expression(document.body.clientWidth < 800? "800px": "100%" ); 

}

#container2 
{
text-align: left;
background-color: #FFF;  
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 100%;
margin: 0px: auto;


}

#header
{
    background-color: #B3D470; /* #030303*/
    height: 100px;
    width: 100%;
    vertical-align: top;
 /*   background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-y; */
}

#headerbtmtd
{
    height: 18px;
    background-color: #000000; 
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: 500;
    font-size: 8pt;
    color: #FFFFFF;
    
}


#leftcontent
{
    width: 170px;
    vertical-align: top;
    background-color: #F1F8E7;
    background-image: url('../img/NavBkgrnd.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: 100%;
margin: 0px: auto;
padding: 0;
background-color: #F1F8E7;
}

#footertoptd
{
    height: 1px;
    background-color: #B3D470;
}

#footer
{
    background-color: #FFF;
}

.tdverticalline
{
width: 1px;
vertical-align: top;
background-color: #B3D470;
height: 100%;
} 
.tdverticalline2
{
width: 1px;
vertical-align: top;
background-color: #B3D470; /* #8B231B; */
height: 100%;
} 

.imgborder
{
    border: solid 1px #000000;
}

