html {
 overflow-y: scroll;
}

body {
 
 color: #3d5158;
 font-family: helvetica;
 font-size: 15px;
}
p {
margin-top: 10px;
margin-bottom: 10px;

}
img {
 border-style: none;
}
h1 {
padding: 0px;
margin: 0px;
font-size: 18px;
margin-top: 10px;
}
#wrapper {
 display: absolute;
 width: 1037px;
 height: 500px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}


#headerMenuTop {
 height: 57px;
 background-image: url(../images/menu-top.jpg);
}
#headerBanner {
 height: 137px;
}
#headerMenuMiddle {
 height: 33px;
}
#body {
 background-color: white;
 background-image: url(../images/bkgrnd-body.jpg);
 background-repeat:repeat-y;
}
#bodyContent {
 padding: 10px 90px 10px 90px;
}
#footer {
 background-image: url(../images/footer.jpg);
 height: 98px;
}

#imgBlock {
 float: right;
}
#imgBlockImg {
 margin-top: 20px;
}
#copy {
 padding-top: 20px;
 width: 410px;
}
li {
 margin-left: 10px;
}
.imgBlockText {
 font-size: 20px;
 text-align: center;
 margin-top: 20px;
 font-weight: bold;
 font-family: helvetica;
}
.leadershipPictures {
 float: right;
 margin: 10px;
 margin-right: 20px;
 width: 200px;
 
}
.leadershipBox {
 margin-bottom: 50px;

}
#apartmentContent {

}