#container
{
text-align: center;
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 100%;
min-width: 800px;


/* IE Dynamic Expression to set the width - "auto" */
/*min-width: 800px;
width:expression(document.body.clientWidth < 800? "800px": "100%" ); 
max-width: 1000px; */
}

#container2 
{
text-align: left;
background-color: FFF;  
height: 100%;
min-height: 100%;  /* for firefox and opera */
margin: 0px: auto;
max-width: 1000px;
/* IE Dynamic Expression to set the width - "auto" */
width:expression(document.body.clientWidth > 1200? "1200px":document.body.clientWidth < 800? "800px":"100%" ); 

}

#header
{
    background-color: #FFF; /* #030303*/
    height: 136px;
    width: 100%;
    vertical-align: top;
    background-image : url('../img/HdrBkgrnd.jpg') ;
    background-repeat: repeat-x; 
}
#header2
{
    height: 136px;
    width: 100%;
}
#headerbtmtd
{
    height: 2px;
    background-color: #FFF; /*#CB0302; */
    width: 100%;
}


#leftcontent
{
    width: 170px;
    vertical-align: top;
    background: #367FA8 url('../img/NavBkgrnd.jpg') repeat-x ;
    border: solid 1px #16325B;
}
#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 */
 
 #rightcontent
{
    border: solid 1px #16325B;
    background-color: #DFEEF4;
}
#rscontainer{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 100%;
margin: 0px: auto;
padding: 0;

}
#footer
{
    background-color: #FFF;
    font-family: Arial;
    font-weight: 400;
    font-size: 8pt;
    color: #eaeaea;
    height: 24px;
}
#footerleft
{
     text-align: left;
     padding-left: 8px;
     background-color: #367FA8;
     height: 22px;
     width: 33%;
}
#footercenter
{
     text-align: center;
     background-color: #367FA8;
     height: 22px;
     width: 34%;
}
#footerright
{
     text-align: Right;
     padding-right: 15px;
     background-color: #367FA8;
     height: 22px;
     width: 33%;
}
#footertoptd
{
    height: 2px;
    background-color: #FFF;
    width: 100%;
}
.tdverticalline
{
width: 12px;
vertical-align: top;
height: 100%;
background: #FFF url('../img/Shadow2.jpg') repeat-y ;
} 
.tdverticalline2
{
width: 1px;
vertical-align: top;
background-color: #003399; /* #8B231B; */
height: 100%;
} 

.imgborder
{
    border: solid 1px #000000;
}

#btmtd1
{
    height: 8px;
    background: #FFF url('../img/Shadow4.jpg') repeat-x ;
}
#btmtd2
{
    height: 8px;
    background: #FFF ;
}
#btmtd3
{
    height: 8px;
    background: #FFF ;
}