body {
  font: 10pt/normal Helvetica, Arial, sans-serif;
}

a {
color: black;
text-decoration: none;
border-bottom: 1px solid gray;
}

#masthead {
  display: none;
}

#banner {
  display: none;
}

#content h2 img {
display: none;
}

#content h2 span {
color: gray;
display:block;
border-bottom: 1px solid gray;
padding-bottom: 20px;
margin-bottom: 40px;
}

div.itemImage img {
border:1px solid black;
float: right;
margin-left: 20px;
}

p.featured {
  font-size: 16pt;
  font-weight: bold;
}
p.contact {
font-size:14pt;
border-left: 1px solid #8F333B;
padding: 10px;
margin-right:10px;
color: #8F333B;
}

table#prop-data {
margin-top: 60px;
clear: right;
  font: 10pt/normal Helvetica, Arial, sans-serif;
  border-collapse: collapse;
}

table#prop-data th {
  border: 1px solid gray;
  background-color: gray;
  color: white;
  padding: 5px;
}

table#prop-data td {
  border: 1px solid gray;
  padding: 5px;
}

#sidebar {
  display: none;
}

#footer {
color: gray;
  font-size: 8pt;
border-top: 1px solid gray;
margin-top:40px;
padding-top:20px;
}

.hideFromPrint {
display: none;
}