body{
background-image: url(Images/body-bg.gif);
background-repeat: repeat-x;
background-color:#7d7d7d;
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));

}

div#container{
width:925px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 925px;
height: 196px;
background-image: url(Images/hdr-uhs.gif);
float: left;
} 
.navbar_top{
background-image:url(Images/nav-top-bg.gif);
background-repeat: no-repeat;
float:left;
height:39px;
width: 700px;
padding-left: 210px;
position:relative;
z-index:2;
} 



#contentarea{
position: relative;
width: 624px;
float: left;
background: #F1F1EF;
padding: 10px 10px 0px 10px;
} 

#contentareahome{
position: relative;
width: 398px;
float: left;
background: #F1F1EF;
padding: 10px 10px 0px 10px;
} 


#navbar_left{
position: relative;
width: 210px;
height: 100%;
background-image: url(Images/nav-bg.gif);
padding-top: 10px;
float: left;
z-index:3;

} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding-top: 10px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 212px;
height: 100%;
background: #c4f2d3;
padding: 6px 5px 0 5px;
float: left;
border: 2px solid #036690;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 750px;
float: left;
padding-left: 175px;
background-image: url(Images/nav-bg.gif);
margin-right: -3px;
} 


