body{
background-color:#027055;
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));

}

div#container{
width:750px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 745px;
height: 125px;
background: #99CC99;
float: left;
margin: 10px 0px 0px 0px;
border: 3px solid #000000;
border-bottom: none;
border-top: none;
} 
.navbar_top{
position: relative;
background: #000000;
width: 740px;
float: left;
z-index: 2;
padding: 0px 0px 0px 10px;
border-bottom: 1px solid #000000;
} 

 

#contentarea{
position: relative;
width: 572px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
border-right: 3px solid #000000;
} 

#contentareahome{
position: relative;
width: 572px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
border-right: 3px solid #000000;
} 


#navbar_left{
position: relative;
width: 140px;
height: 100%;
background: #ffffcc;
padding: 10px 5px 0px 5px;
float: left;
border-left: 3px solid #000000;
border-right: 2px solid #000000;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 728px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 600px;
float: left;
background-image: url(Images/footer-bg.gif);
padding-left: 144px;
border-left: 3px solid #000000;
border-right: 3px solid #000000;
border-bottom: 1px solid #000000;
margin-right: -3px;
} 


