html, body {
  margin: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  color: #fff;
  background: #554;
  font-family: Verdana, sans-serif;
  scrollbar-track-color: #443;
  scrollbar-face-color: #996;
  scrollbar-arrow-color: #fc0;
  scrollbar-highlight-color: #aa7;
  scrollbar-3dlight-color: #bb8;
  scrollbar-shadow-color: #885;
  scrollbar-darkshadow-color: #774;
}

#container {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  position: relative;
}

#sidebar {
  position: absolute;
  margin: 0;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 100%;
  background-image: url('/back.jpg');
  vertical-align: top;
  padding-top: 15pt;
}

#main {
  margin: 0;
  top: 0;
  height: 100%;
  padding-left: 195px;
  padding-right: 15px;
  vertical-align: top;
}

a:link    { color: #fff; }
a:visited { color: #eee; }
a:hover   { color: #ff0; }
a:active  { color: #ff0; }

a.external span {
  display: none;
}
a.external:link {
  color: #fff;
  background: url(extlink.gif) no-repeat 100% 0;
  padding: 0 18px 0 0;
}
a.external:visited {
  color: #eee;
  background: url(extlink.gif) no-repeat 100% -100px;
  padding: 0 18px 0 0;
}
a.external:hover {
  color: #ff0;
  background: url(extlink.gif) no-repeat 100% -50px;
  padding: 0 18px 0 0;
}
a.external:active {
  color: #ff0;
  background: url(extlink.gif) no-repeat 100% -50px;
  padding: 0 18px 0 0;
}

h1 { color: #fc0; }
h2 { color: #fc0; }
h3 { color: #fc0; }
h4 { color: #fc0; }

p.menutitle {
  width: 180px;
  text-align: center;
}

img.linkpic {
  border-style: none;
  border-width: 0px;
}

.newpic {
  vertical-align: middle;
}

.menutext {
  width: 180px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fc0;
}
.menutext a:link    { color: #fc0; text-decoration: none; }
.menutext a:visited { color: #fc0; text-decoration: none; }
.menutext a:hover {
  color: #ff0;
  text-decoration: none;
  background: #554;
  position: absolute;
  left: 10px;
  width: 160px;
}
.menutext a:active {
  color: #ff0;
  text-decoration: none;
  background: #554;
  position: absolute;
  left: 10px;
  width: 160px;
}

.menutextsmall {
  width: 180px;
  text-align: center;
  text-decoration: none;
  font-size: small;
}
.menutextsmall a:link    { color: #fc0; text-decoration: none; }
.menutextsmall a:visited { color: #fc0; text-decoration: none; }
.menutextsmall a:hover {
  color: #ff0;
  text-decoration: none;
  background: #554;
  position: absolute;
  left: 10px;
  width: 160px;
}
.menutextsmall a:active {
  color: #ff0;
  text-decoration: none;
  background: #554;
  position: absolute;
  left: 10px;
  width: 160px;
}

.breadcrumb {
  width: 180px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.breadcrumb a:link    { color: #fff; text-decoration: none; }
.breadcrumb a:visited { color: #fff; text-decoration: none; }
.breadcrumb a:hover   { color: #ff0; text-decoration: none; }
.breadcrumb a:active  { color: #ff0; text-decoration: none; }

.pastevent {
  color: #996;
}
.pastevent a:link    { color: #996; }
.pastevent a:visited { color: #996; }
.pastevent a:hover   { color: #996; }
.pastevent a:active  { color: #996; }
.pastevent a.external:link {
  color: #996;
  background: url(extlink.gif) no-repeat 100% 0;
  padding: 0 18px 0 0;
}
.pastevent a.external:visited {
  color: #996;
  background: url(extlink.gif) no-repeat 100% -100px;
  padding: 0 18px 0 0;
}
.pastevent a.external:hover {
  color: #996;
  background: url(extlink.gif) no-repeat 100% -50px;
  padding: 0 18px 0 0;
}
.pastevent a.external:active {
  color: #996;
  background: url(extlink.gif) no-repeat 100% -50px;
  padding: 0 18px 0 0;
}

.rostertitle {
  color: #aaaaa2;
  font-size: small;
}

td.rostertitle {
  color: #aaaaa2;
  font-size: small;
  width: 8em;
}

div.hr {
  height: 15px;
  background: url(chain.gif) repeat-x;
}

div.hr hr {
  display: none;
}

div.leafr {
  height: 30px;
  background: url(leaf-r.gif) repeat-x;
}

div.leafr hr {
  display: none;
}

div.leafl {
  height: 30px;
  background: url(leaf-l.gif) repeat-x;
}

div.leafl hr {
  display: none;
}

b.gdv {
  color: #fc0;
}

ol.gdv {
  color: #fc0;
  font-weight: bold;
  list-style-type: lower-roman;
}

ol.gdv span {
  color: #fff;
  font-weight: normal;
}

ul {
  padding-left: 1em;
}

ul.gdv {
  list-style-type: none;
}

.enrolling {
  color: #fc0;
}
.enrolling a:link    { color: #fc0; }
.enrolling a:visited { color: #fc0; }
.enrolling a:hover   { color: #ff0; }
.enrolling a:active  { color: #ff0; }

.eventtable {
  vertical-align: top;
  padding-top: 3pt;
  padding-bottom: 3pt;

}
.eventtable a:link    { color: #fff; }
.eventtable a:visited { color: #fff; }
.eventtable a:hover   { color: #ff0; }
.eventtable a:active  { color: #ff0; }

#notice {
  color: #f00;
  background: url(notice.gif) no-repeat 100% 0;
  font-weight: bold;
  padding: 0 18px 0 0 ;
}

#xxxdays {
  color: #ff6;
}

#xxdays {
  color: #ff0;
}

#xdays {
  color: #f90;
  font-weight: bold;
}

#vdays {
  color: #f60;
  font-weight: bold;
}

#zerodays {
  color: #996;
}

table.nextevent {
  background-image: url('/back.jpg');
  border-width: thick;
  border-spacing: 5pt;
  border-style: solid;
  border-color: #996;
  margin-left: auto;
  margin-right: 0;
}

table.floatright {
  float: right;
}

p.updated {
  text-align: right;
}

