<!--

body {
  color: #660000;
  background: #555555;
  background-repeat: repeat;
  background-image: url("../images/slant_back.png");
  text-align: center;
}

* {
  color: #660000;
  font-family: optima, verdana, sans-serif;
  font-size: small;
}

p {
  font-size: small;
}

a {
  cursor: pointer;
  text-decoration: none;
}

td#content img {
  margin-left: 8px;
  border-style: double;
  border-color: white;
}

hr{
  border: none 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 1px;
  width: 100%;
  clear: both;
}

h1 {
  margin: 4px 0;
  font-style: oblique;
  font-size: medium;
}

table#main {
  margin: auto auto auto auto;
  border: none 0;
  border-spacing: 0;
  width: 778px;
  max-height: 500px;
}

* html table#main {
  margin-top: 10px;
}

table#main td {
  border: none;
}

td#left_bumper, td#right_bumper {
  width: 39px;
  vertical-align: top;
}

tr#box_top td {
  height: 100px;
  padding: 0;
  color: white;
}

tr#box_top img {
  border: none;
  display: block;
}

td#top_left {
  background-image: url("../images/logo_top_center.gif");
  width: 602px;
  text-align: left;
  vertical-align: top;
}

td#top_right {
  width: 98px;
  text-align: right;
  vertical-align: top;
}

td#content {
  width: 700px;
  height: 400px;
  vertical-align: top;
  text-align: left;
  color: white;
  background: #f5e69e;
  background-position: center center;
  background-repeat: no-repeat; 
  background-image: url("../images/luzerne_back_colored.jpg");
}

td#content div {
  position: absolute;
  width: 660px;
  height: 360px;
  padding: 20px;
  overflow: auto;
}

div#info {
  text-align: center;
}

table#nav_bar a {
  font-size: medium;
  color: #660000;
}

table#nav_bar a:hover {
  color: #AA4444;
}

table#nav_bar {
  padding: 0;
  border-spacing: 0;
  width: 100%;
  color: #660000;
  background-color: white;
}

table#nav_bar td {
  vertical-align: middle;
  text-align: center;
}

td#foot {
  text-align: right;
  vertical-align: top;
  padding: 6px;
  color: #f5e69e;
  font-size: xx-small;
}

td#foot a{
  color: #f5e69e;
  font-size: xx-small;
}

iframe html body.view-agenda {
  background-color: transparent !important;
}

-->