html {
  font-family: sans-serif;
}
a img {
  border: 0px;
}
h2 {
  text-align: center;
}
#mission {
  text-align: left;
}
#contentTable {
  width: 100%;
}
#logo {
  width: 275px;
}
#unitedway {
  position: absolute;
  right: 20px;
  top: 50px;
}
#toplinks {
}
#toplinks a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
#toplinks ul {
  list-style-type: none;
  vertical-align: middle;
  margin-left: 20px;
  padding-left: 10px;
  border-left: 5px solid #8080ff;
}
#meetingtimes {
  vertical-align: top;
  text-align: center;
}
#meetingtimescontent {
  width: 85%;
  background: #d7d7f4;
  border: 2px solid #8080ff;
  text-align: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.meeting {
  margin-bottom: 5px;
  border-top: #000 solid 1px;
}
.meetingday {
  font-weight: bold;
}
.meetingtime {
  margin-bottom: 5px;
}
#mainbody {
  vertical-align: top;
}
#maincontent {
  margin-left: 16px;
}
#maincontent h1 {
  margin-top: 0px;
  text-align: center;
}
#housepic {
  float:right;
  margin-left: 10px;
}
#aliceshousepic {
  border: #000 solid 4px;
  width: 400px;
}
#lookingpic {
  float: left;
  margin-right: 10px;
  border: 4px solid black;
}

.question {
  background: #d7d7f4;
  border: 2px solid #8080ff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.answer p {
  text-indent: 1em;
}

#tourcontent {
  overflow: auto;
  width: 700px;
}
#tourcontent table {
  text-align: center;
  border-collapse: collapse;
  margin: 5px;
}
#tourcontent table td {
  vertical-align: top;
  padding: 0px 30px;
  border: 2px solid #8080ff;
  margin: 5px;
}
#tourcontent .captions td {
  background: #d7d7f4;
  padding: 10px;
}

#tourcontent img {
  border: 4px outset black;
  margin-top: 5px;
}
#howlogo {
  float: right;
  margin-right: 50px;
}
#howlogo img {
  margin-bottom: 10px;
}
.sublist {
  list-style-type: none;
}

#happyperson {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#happyperson img {
  border: 4px solid black;
}

