body
{
   font-size:  101%;
   margin: 5px 0px 0px 0px;

    background-color: #00586A; /*#BEB075;
    background-image: url('../img/PageBkgd.jpg'); */
    background-repeat: repeat-x;


}

#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: #00586A;
/*background-image: url('../img/PageBkgd.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: 1000px;
/* IE Dynamic Expression to set the width - "auto" */
width: 100%; 
}

#container1
{
    width:expression(document.body.clientWidth < 1000? "1000px": "100%" ); 
}

#container2 
{

    border-top: none; /*solid 1px #5F110A;*/
    border-right: solid 1px #006C82;
    border-bottom: solid 1px #006C82;
    border-left: solid 1px #006C82;

text-align: left;
background-color: #DBCDB3;  
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: #7FB5C0; /*#DBCDB3; /* #030303*/
    height: 104px;
    width: 100%;
    vertical-align: top;
 /*   background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-x; */
}
#header1
{
    height: 104px;
    width: 100%;
    background: #7FB5C0 url('../img/RghtSdeHdr.jpg') no-repeat  right bottom;
}
#header2
{
    height: 104px;
    width: 100%;
    background: transparent url('../img/CLCAHdr2.jpg') no-repeat  25px 40px;
}
#headerbtmtd
{
    height: 5px;
    background-color: #5F110A; /*#CB0302; */
    width: 100%;
    background-image: url('../img/HdrBttm.jpg') ;
    background-repeat: no-repeat;

}
#headersm
{
    background-color: #DBCDB3; /* #030303*/
    height: 30px;
    width: 100%;
    vertical-align: top;
 /*   background-image: url('../img/HdrBkgrnd1.jpg') ;
    background-repeat: repeat-x; */
}

#leftcontent
{
    width: 170px;
    vertical-align: top;
    background:  #7FB5C0 url('../img/NavBkgd.jpg') repeat-x bottom;

}
#bordertop
{
    height: 1px;
    background-color: #5F110A; 
}
#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: 10px;
}
.tdbttmmargin
{
   height: 15px;
}

 /* End Margins */
 
#rightcontent
{
    background:  #DDECEE /*url('../img/NavBkgd.jpg') repeat-x bottom;*/

}
#rscontainer
{

width: 200px;
margin: 0px: auto;
padding: 0;
/*background-color: #DBCDB3; #F1EAE0;*/
}
#footer
{
   /* background-image: url('../img/Footer.jpg') ; */

    background-color: #ECF4F6; /*#590903;*/
}
#footertoptd
{
    height: 1px;
    background-color: #006C82; /*#5F110A; /*#CB0302; #003399*/
    width: 100%;
}
.tdverticalline
{
    width: 1px;
    vertical-align: top;
    background-color: #006C82;
    height: 100%;

} 
.tdverticalline2
{
width: 1px;
vertical-align: top;
background-color: #006C82; /*#5F110A; /* #8B231B; */
height: 100%;
} 

.tdHorizline1
{
width: 100%;
background-color: #006C82; /*#5F110A; /* #8B231B; */
height: 1px;
} 

.tdHorizline2
{
width: 100%;
background-color: #006C82; /*#5F110A; /* #8B231B; */
height: 1px;
}

div.RadComboBox td.rcbInputCell,
div.RadComboBox td.rcbArrowCell
{
    border-bottom: 1px solid transparent !important;    
}
.PageImg
{
    border: solid 1px #006C82; /* #006C82 #458DCE */
}
