/* Our Program Page, Resident Profiles */

h2 {
  border: none;
}

.ResProTitle {
  border: 1px solid black;
  padding: 0px 10px;
  Margin: 0px 0px;
  color: white;
  background-color: #532F64;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
    text-align: center;
}

.ResProfile {
  line-height: 10%;
  font-size: 10pt;
  border-style: solid;
  border-color: black;
  color: Black;
  padding-left: 0px;
  Width: 460px;
  Float:left;
  Margin: 10px 15px;
  background-color:  silver;

}
.ResProfile p {
display: block;
  border: none;
  color: Black;
  height: 106px;
    line-height: 100%;
  padding: 0px 0px 0px 10px;
  text-align: left;
}
.ResProPic {

  float:left;
  border-style: none;
  padding: 0px 10px 0px 10px;
}
.ResProName {
  font-size: 14pt;
  font-weight: bold;
    border-style: none;
}
.ResProInfo {

  font-size: 11pt;
  font-weight: lighter;
    border-style: none;
}
