#header {
  margin-left: auto;
  margin-right: auto;
  width: 840px;
  height: 100px;
}

#navbar {
  margin-left: auto;
  margin-right: auto;
  width: 840px;
  height: 25px;
  background: url(../images/Navbar.gif) no-repeat;
}

#dropshadowwrapper {
  margin-left: auto;
  margin-right:auto;
  width: 840px;
  background: url(../images/Drop-Shadow-Wrapper.gif) repeat-y;
}

#content {
  padding-left: 20px;
  padding-right: 20px;
  background: url(/images/Drummer-Boy-Background.gif) top center;
  background-repeat: no-repeat;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  width: 840px;
  height: 40px;
  background: url(../images/Footer-graphic.gif) no-repeat;
}


body,p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
  vertical-align: top
} 

h1 {
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  font-weight: bold;
  vertical-align: top
} 

a img {border: none; }  /* No border around image links */

a:link { color: #ff6600; font-weight: bold; text-decoration: none}
a:active { color: #ff6600; font-weight: bold; text-decoration: underline}
a:visited { color: #ff6600; font-weight: bold; text-decoration: none}
a:hover { color: #ff6600; font-weight: bold; text-decoration: underline} 

a.navbar:link { color: #ffffff; }
a.navbar:active { color: #ffffff; }
a.navbar:visited { color: #ffffff; }
a.navbar:hover { color: #ffffff; }


h1.orange {
  color: #ff6600;
}


img.border {
  border: 1px solid #000000;
}


td.content {
  padding-left: 20px;
  padding-right: 20px;
  background: url(/images/Drummer-Boy-Background.gif) top center;
  background-color: #ffffff;
  background-repeat: no-repeat;
}


td.tocome {
  color: #bbbbbb;
}

td.orange {
  background-color: #ff6600;
}

td.burgundy {
  background-color: #990000;
}

td.yellow {
  background-color: #ffff77;
}

tr.orange {
  background-color: #ff6600;
}

tr.burgundy {
  color: #ffffff;
  background-color: #990000;
}


