html
{ 
   height: 100%; 
   width: 100%; 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
} 

body
{
   font-size:  101%;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

   height: 100%;
   min-height: 100%;
}

#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;
width: 990px;
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: #006699; /* #030303*/
    height: 105px;
    width: 100%;
    vertical-align: top;
    background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-x; 
}
#header2
{
    height: 105px;
    width: 100%;
}
#headerbtmtd
{
    height: 2px;
    background-color: #008080; /*#CB0302; */
    width: 100%;
}


#leftcontent
{
    width: 170px;
    vertical-align: top;
    background-color: #C7E3E3;
    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;
}

#footer
{
    background-color: #006699;
    font-family: Arial;
    font-weight: 400;
    font-size: 8pt;
    color: #eaeaea;
    height: 24px;
}
#footerleft
{
     text-align: left;
     padding-left: 8px;
     background-color: #006699;
     height: 22px;
     width: 33%;
}
#footercenter
{
     text-align: center;
     background-color: #006699;
     height: 22px;
     width: 34%;
}
#footerright
{
     text-align: Right;
     padding-right: 15px;
     background-color: #006699;
     height: 22px;
     width: 33%;
}
#footertoptd
{
    height: 3px;
    background-color: #008080;
    width: 100%;
}


.imgright
{
   float: right;
   margin: 7px 0px 0px 10px;
}

.imgleft
{
   float: left;
   margin: 10px 10px 0px 0px;
}

.imgtext
{
padding: 0px 5px 7px 0px;
font-family: Verdana;
font-size: 10px;
text-align: center;
color: #001d4c;
vertical-align: top;
}

 /* Margins */

.tdleftmargin
{
width: 15px;
min-width: 10px;
}
.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;
}


.tdverticalline
{
width: 1px;
vertical-align: top;
background-color: #fff;
height: 100%;
} 
.tdverticalline2
{
width: 1px;
vertical-align: top;
background-color: #FFF; /* #8B231B; */
height: 100%;
} 
.tdsidespacer
{
width: 2px;
vertical-align: top;
background-color: #008080; /* #8B231B; */
height: 100%;
} 

.imgborder
{
    border: solid 1px #000000;
}



UL.list2
{
    /*list-style: disc url(../images/bullet2.gif) outside;*/
    FONT-WEIGHT: 500;
    FONT-SIZE: 0.7em;
    COLOR: #16719E;
    FONT-FAMILY: Verdana;
    /*text-align:left;
    vertical-align: bottom;
    margin-left: 18px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 1.2em;
    margin-bottom: 0.2em;*/
}

UL.list2 li
{
    margin-top: 0.4em;
}
