td#greenbar {
	background: #acd9a7;
	line-height: 7px;
}

td#worship_schedule, td#visitors {
  border: 1px solid #fff;
  border-width: 1px 1px 1px 0;
  padding: 20px;
}

td#visitors {
  background:#666666;
  color:#fff;
}
td#visitors a {
  color: #acd9a7;
  text-decoration: none;
  font-weight:bold;
}
td#visitors a:hover {
  text-decoration: underline;
}

td#worship_schedule {
  background: #808080;
  color: #fff;
}
td#worship_schedule p {
  color: #fff;
  font-weight: bold;
}
td#worship_schedule table {
  padding: 0px;
  border: 0px;
}
td#worship_schedule table tbody tr td {
  color: #fff;
  font-style: italic;
}

td#visitors td, td#worship_schedule td {
  vertical-align: top;
}

td.rightalign {
  align: right;
  padding-right: 10px;
}


td#worship_schedule div.highlight,
 td#worship_schedule div.highlight p,
 td#worship_schedule div.highlight table tbody tr td {
  color: #ff7;
}


td#existential {
  background: #5d9599;
  border: 1px solid #fff;
  border-width: 1px 0 1px 0;
  vertical-align: top; /* was top; changed to middle for Bob 2008-01-23; changed back to top 2008-08-05 for Lew */
  color: #fff;
  padding-left: 30px; /* was 20px; changed for Bob 2008-01-23 */
  padding-right: 30px; /* was 20px; changed for Bob 2008-01-23 */
  padding-top: 13px;
  font: 1.5em/1.75em Verdana, sans-serif;
  width: 100%;
  _width: auto; /* for IE */
}


#mainbody {
	margin: 1px 0 0 0;
}

html body div div div span.article_seperator {
	display: none;
}
