body
{
   font-size:  100%; 
   margin: 4px 0px 0px 0px;
   
    background-color: #000620;
    background-image: url('../img/Bkgd_water023d.jpg'); 
  /*  background-repeat: repeat-x;
    background-position: bottom;
*/
}

#container
{

text-align: center;
    /* fixed bottom margin in FF
    height: 100%;
    min-height: 100%; */ /* for firefox and opera */
width: 100%;
margin:0 auto 0 auto;
/*background-color: #254285;
background-image: url('../img/Bkgd_water024.jpg') ;
background-repeat: repeat-x; */

}

#container
{
text-align:-moz-center;
}

#container1
{

text-align: 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:expression(document.body.clientWidth < 1000? "1000px": "100%" ); 


}
#container1
{
    text-align:-moz-center;
}

#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: #172952; /* #030303*/
    height: 103px;
    width: 100%;
    vertical-align: top;
 /*   background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-x; */
}
#header2
{
    height: 103px;
    width: 100%;
}
#headerbtmtd
{
    height: 2px;
    background-color: #A1CA24; /*#CB0302; */
    width: 100%;
    background-image: url('../img/HdrBttm.jpg') ;
    background-repeat: no-repeat;

}

#leftcontent
{
    width: 170px;
    vertical-align: top;
    background-color: #172952;
    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: 12px;
}
.tdrightmargin
{
width: 12px;
}
.tdbttmmargin
{
   height: 12px;
}

 /* End Margins */
#rscontainer{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 175px; /*165 */
margin: 0px: auto;
padding: 0;
align: right;
background-color: #1260A8;
}
#footer
{
   /* background-image: url('../img/Footer.jpg') ; */
     background-image: url('../img/BtmImgRpt.gif') ;
     background-repeat: repeat-x;
    background-color: #172952;
}
#footertoptd
{
    height: 2px;
    background-color: #172952; /*#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;
}

h2.wys
{
color: #1260A8;
   font-family: Verdana, Arial;
   padding: 4px 0px 1px 0px;
   font-weight:500;
   font-size: 0.75em;
   white-space: normal;
   height:15px;
}




