BODY {
    FONT: 11px/1.2em arial; COLOR: #000;
 }
a:hover{
   color:#808080;
}
a{
   color: black;
   text-decoration: none;
   padding-left:5px;
   padding-right:5px;
}

.headDiv {
width:100%;
height:22px;
background-color:#F4F4F4;
text-align:center;
}

.headDivLeft {
width:300px;
height:100%;
display:inline-block;
text-align:left;
}

.headDivRight {
width:500px;
height:100%;
display:inline-block;
text-align:right;
}


.bannerDiv {
width:100%;
height:96px;
background-image:url("../images/bannerBackground.gif");
background-repeat: no-repeat;
background-position:  center  top;
text-align:center;
margin:0;
padding:0;
}

.bannerDivLeft {
width:155px;
height:96px;
display:inline-block;
text-align:center;
padding-left:10px;
margin:0;
}

.bannerDivRight {
width:645px;
height:96px;
display:inline-block;
vertical-align:top;
text-align:right;
padding-top:5px;
margin:0;
}

#menu{
    width: 150px;
    border-bottom: none;
    background-color: #F4F3F2;
}
			
.Menubtn {
    background-image:url('./../images/nav_bg2.gif');
    background-repeat: no-repeat;
    background-position: center top;
    width:145px;
    height:25px;
    color: WHITE;
    font-size:12px;
    text-align:center;
    position: relative;
    border: medium none;
}
#menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu ul li{				
    padding-left: 0px;
    height: 22px;
    line-height: 22px;
    position: relative;
    width:100%;
}
#menu a:hover {

   background-color: #CEE6A4;
}

#menu a {
display: block;
}

#menu ul li ul{
   position: absolute;
   display: none;
   BORDER-RIGHT: #036FDD 1px solid;
   BORDER-LEFT: #9ACCCD 1px solid;
   BORDER-BOTTOM: #036FDD 1px solid;
   width:150px;
   left: 150px;
   top: 0px;
   background-color: #F4F3F2;
   white-space:nowrap;
}
			
#menu ul li ul li{
   BORDER-BOTTOM: #CEE6A4 1px solid;
}
#menu ul li:hover ul{
   display: table;
}
	
.bodyDiv {
   width:800px;
   margin:auto;
   vertical-align:top;
   text-algin:top;
}
			
.bodyRight {
   width:630px;
   height:auto;
   dispay:inline-block;
   vertical-align:top;
   float:right;
   background-color:#555555;
   background-color:#ffffff;
}

.NavDivLeft {
  width:68%;
  float:Left;
  text-align:center;
  background-color:#ffffff;
  padding-left:10px;
  overflow:auto;
}

.NavDivRight {
  width:29%;
  height:200px;
  float:right;
  text-align:center;
  background-color:#ffffff;
}

.NRDivTop {
width:410px;
Height:34px;
font-size:13px;
background-image:url("./../images/TBtop.gif");
background-repeat: no-repeat;
background-position:  left  top;
text-align:left;;
padding-left:10px;
margin-bottom:-1px;
padding-bottom:0;
border:0;
}

.NRDivMiddle {
width:410px;
line-height:19px;
background-image:url("./../images/TBMiddle.gif");
background-position:  left  top;
text-align:left;
padding-top:8px;
margin-bottom:-10px;
border:0;
overflow:auto;
}

.NRDivBottom {
width:410px;
Height:34px;
background-image:url("./../images/TBBottom.gif");
background-repeat: no-repeat;
background-position:  center  top;
text-align:left;
padding:0;
margin:0;
border:0;
}

.USRLogDiv {
width:180px;
Height:130px;
background-image:url("./../images/RightFrame2.gif");
background-repeat: no-repeat;
background-position:  left  top;
padding-top:25px;
}

.FLDivTop {
width:177px;
Height:34px;
font-size:13px;
background-image:url("./../images/RightFrame3Top.gif");
background-repeat: no-repeat;
background-position:  left  top;
text-align:left;;
padding-left:15px;
padding-top:12px;
margin-bottom:-10px;
padding-bottom:0;
border:0;
}

.FLDivMiddle {
width:177;
Height:auto;
line-height:19px;
background-image:url("./../images/RightFrame3Middle.gif");
background-position:  left  top;
text-align:left;
padding-top:1px;
margin-bottom:-10px;
padding-left:12px;
border:0;
}

.FLDivBottom {
width:177px;
Height:34px;
background-image:url("./../images/RightFrame3Bottom.gif");
background-repeat: no-repeat;
background-position:  center  top;
text-align:left;
padding:0;
margin:0;
border:0;
}

.list{
width:580px;
margin: 0px ;
text-align: left;
font-size:12px;
}
.list ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.list li{
height:16px;
line-height:16px;
padding-left:0px;text-align: top;
margin:0px 0px 10px 1px;
}

.list li span{
float: right;
text-align: top right;line-height:10px;
margin-right:5px;
}


.ListDivLeft {
  width:45%;
  text-align:center;
  margin-left:10px;
  overflow:auto;
}

.ListDivRight {
  width:45%;
  float:right;
  text-align:center;
  margin-right:10px;
  overflow:auto;
}