body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body {
  font-family: sans-serif;
  background: url(background.gif);
}
.banner {
  font: bold xx-large sans-serif;
  padding: 1px;
  background: #fefefe;
  color: #000000;
}
.info {
  position: absolute;
  top: 75px;
  left: 1%;
  width: 97%;
  border: 1px #343434 ridge;
  background: #b2de68;
  color: #ffffff;
  padding: 4px;
  font: bold small sans-serif;
}
.clickable {
  cursor: hand;
  background: #ffffff;
  color: #000000;
}
td {
  border: 1px #343434 ridge;
  background: #e0f4e0;
  color: #000000;
  padding: 6px;
  font: 1.1em sans-serif;
}
.content {
  font: 1.4em sans-serif;
  background: #ffffff;
}
a {
  color: #0000ff;
  background: transparent;
  text-decoration: underline;
}
a:hover {
  color: #dc0000;
  text-decoration: underline;
}
#contentcontainer .memberListA {
  color: #0000ff;
  background-color: #ffffff;
}
#contentcontainer .memberListB {
  color: #000000;
  background-color: #ffffff;
}
#contentcontainer .approveListA {
  color: #0000ff;
  background-color: #f7f7f7;
}
#contentcontainer .approveListB {
  color: #000000;
  background-color: #ffffff;
}
#contentcontainer .disapproved {
  color: red;
  background-color: #f7eeee;
}
#banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  text-align: center;
}

#nav {
  position: absolute;
  left: 10px;
  top: 105px;
  width: 200px;
  background: white;
  margin-right: 20px;
}
#nav ul {
  margin: 0px;
  padding: 0px;
}

#nav ul li {
  list-style: none;
  float: left;
  width: 202px;
  height: 28px;
  background: #67c476;
}
#nav ul li a {
  display: block;
  width: 198px;
  height: 24px;
  text-decoration: none;
  padding: 2px;
  color: #ffffff;
}
#nav ul li a:visited {
  color: #fafafa;
  text-decoration: none;
}
#nav ul li a:hover {
  background: #007000;
  text-decoration: underline;
}
#nav ul li a:visited:hover {
  background: #007000;
  text-decoration: underline;
}

#contentcontainer {
  background: #ffffff;
  position: absolute;
  left: 215px;
  top: 105px;
  right: 15px;
}

#footer {
  float: left;
  clear: both;
  margin-top: 15px;
  width: 97%;
  background: #a3c7a3;
  border: 1px black solid;
  padding: 4px;
  margin-right: 16px;
}

#branding {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
}
#branding li {
  list-style: none;
  float: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

#calendardisplay table th {
  width: 95px;
}

.message,
.messageLong {
  width: 400px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
}
