body {
  background: #8F7761;
}
.outer {
  width: 760px;
}
.main {
  width: 100%;
  background: #EEE9DE;
  border: 1px solid #473B31;
}
.section1 {
  font-weight: bold;
  font-size: 17px;
}
.bdr-left {
  width: 12px;
}
.bdr-right {
  width: 12px;
	vertical-align:text-top;
  background-image: url('images/shdw-right.png');
}
.bdr-bottom {
  height: 12px;
  background-image: url('images/shdw-bottom.png');
}
.content {
  font: 15px Georgia, Times New Roman, Times, serif;
  color: #3A2716;
  padding: 8px;
}
.content a {
  color: #473B31;
}
.content a:hover {
  color: #CC0000;
}
.small {
  font: 11px Georgia, Times New Roman, Times, serif;
  color: #3A2716;
}
.trow {
  border-top: 1px solid #473B31;
}
.trow-where {
  border-top: 1px solid #473B31;
  width: 160px;
}
.trow-date {
  border-top: 1px solid #473B31;
  width: 70px;
}
.meeting {
  color: green;
}
.meeting a {
  color: green;
	text-decoration: none;
}
.meeting a:hover {
  color: black;
	text-decoration: underline;
}
.event {
  color: red;
}
.event a {
  color: red;
	text-decoration: none;
}
.event a:hover {
  color: black;
  text-decoration: underline;
}
.tour {
  color: blue;
}
.tour a {
  color: blue;
	text-decoration: none;
}
.tour a:hover {
  color: black;
  text-decoration: underline;
}
.nav {
  width: 700px;
  font: bold 10px Verdana, Helvetica;
  text-align: center;
  margin-top: 6px;
  border: 1px solid #473B31;
}
.navsplit {
  border-left: 1px solid #473B31;
}
.nav td {
  width: 100px;
}
.nav a {
  text-decoration: none;
  color: #473B31
}
.nav a:hover {
  color: #CC0000;  
  text-decoration: underline;
}
.footer {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  text-align: center;
  padding-bottom: 8px;
}
.footnote {
  font: 9px;
}
.tiny {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #3A2716;
}
.tinier {
  font: 9px Arial, Helvetica, sans-serif;
  color: #3A2716;
}
