body {
  height: 100%;
  width: 100%;
}

#backgroundWrapper{
	float: left;
	width: 100%;
	/*height: 100%;*/
	background-color: transparent;
	/*background-image: url(/onesight/images/masthead_bg.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
}

#mainWrapper{
	margin: 0 auto;
	width: 950px;
	clear: both;

}

#footerWrapper{
  float: left;
  width: 100%; 
  height: 180px;	
}

#footer{
  margin: 0 auto;
  width: 950px;
	clear: both;
	height: 180px;
}

#header{
  height: 75px;
	width: 901px;
	margin-left: 25px;	
}

#bodyHeader{
  height: 301px;
	float: left;
	width: 950px;
	display: inline;
}

#bodyHeader.subpage{
  height: 110px;
}

#leftNavLinks    
{
    float: left;
    width: 225px;
    margin-right: 20px;
    padding: 25px 5px 5px 5px;
	min-height:550px;
	height:auto !important;
	height:550px;
    background-color: #c7d9e3;
}
#leftNavLinks a
{
	color: black;
}
#centercontent  
{
    float: left;
    width: 665px;
}
.rightCol {
    background-color: #C7D9E3;
}