#container
{
    text-align: center;
    /* fixed bottom margin in FF
    height: 100%;
    min-height: 100%; */ /* for firefox and opera */
width: 100%;
margin: 0px: auto;
background-color: #99D78C;
background-image: url('../img/PageBkgrnd.jpg') ;
background-repeat: repeat-x;


}

#container
{
text-align:-moz-center;
}

#container1
{
text-align:-moz-center;
  /*  padding-top: 8px;
    padding-bottom: 8px !important; */

    min-height: 100%;  /* for firefox and opera */
min-width: 800px;
/* IE Dynamic Expression to set the width - "auto" */
width:expression(document.body.clientWidth < 1000? "1000px": "100%" ); 
}

#container2 
{
    border-top: solid 1px #703678;
    border-right: solid 1px #ED9500;
    border-bottom: solid 1px #ED9500;
    border-left: solid 1px #703678;

text-align: left;
background-color: #FFFFFF;  
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 100%;
margin: 0px: auto;
max-width: 1100px;
/* IE Dynamic Expression to set the width - "auto" */
width:expression(document.body.clientWidth > 1100? "1100px": "100%" ); 

}

#header
{
    background-color: #ffffff; /* #030303*/
    height: 103px;
    width: 100%;
    vertical-align: top;
 /*   background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-y; */
}
#header2
{
    height: 103px;
    width: 100%;
}
#headerbtmtd
{
    height: 2px;
    background-color: #ED9500; /*#CB0302; */
    width: 100%;
    background-image: url('../img/HdrBttm.jpg') ;
    background-repeat: no-repeat;

}


#leftcontent
{
    width: 170px;
    vertical-align: top;
    background-color: #97D58A;
    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: 15px;
}
.tdrightmargin
{
width: 15px;
}
.tdbttmmargin
{
   height: 15px;
}

 /* End Margins */
#rscontainer{
height: 100%;
min-height: 100%;  /* for firefox and opera */
width: 200px;
margin: 0px: auto;
padding: 0;
background-color: #458DCE;
}
#footer
{
   /* background-image: url('../img/Footer.jpg') ; */
     background-image: url('../img/BtmImgRpt.gif') ;
     background-repeat: repeat-x;
    background-color: #ffffff;
}
#footertoptd
{
    height: 2px;
    background-color: #703678; /*#CB0302; #003399*/
    width: 100%;
}
.tdverticalline
{
    width: 1px;
    vertical-align: top;
    background-color: #703678;
    height: 100%;
    background-image: url('../img/VertLineTop.jpg') ;
    background-repeat:no-repeat;
} 
.tdverticalline2
{
width: 1px;
vertical-align: top;
background-color: #ED9500; /* #8B231B; */
height: 100%;
} 

.tdHorizline1
{
width: 100%;
background-color: #ED9500; /* #8B231B; */
height: 1px;
} 

.tdHorizline2
{
width: 100%;
background-color: #703678; /* #8B231B; */
height: 1px;
}

.imgborder
{
    border: solid 1px #000000;
}

.timgtop
{
    background-color: #ED9500;
    height: 1px;
    background-image:url('../img/ImgLineTop-Left.jpg');
    background-position:top left;
    background-repeat: no-repeat;
}
.timgleft
{
  /*  background-color: #703678; */
  background-color: #ED9500;
    width: 1px;
    background-image:url('../img/ImgLineLeftSide-Top.jpg');
    background-position:top left;
    background-repeat: no-repeat;

}
.timgcenter
{
    padding: 1px 1px 1px 1px;
   /* border-bottom: 3px solid inset #763278;
    border-right:  3px solid inset #F19113; */
}
.timgright
{
  /*  background-color: #ED9500; */
   background-color: #703678;
   width: 1px;

}
.timgbottom
{
    background-color: #703678;
    
    height: 1px;
}
