/* These styles are the 'base' styles for the whole document */
html, body {
  background-image: url(../images/club-pass-repeating-both.gif);
  background-color: #fcfce9;
}

em {
}

em.special {
  color: red;
}

em.fordave {
  color: #aa0000;
  font-weight: bold;
  font-size: 1.1em;
}

.level2 {
  list-style-type: lower-alpha;
}

#heading {
  width: 100%;
  border-bottom: 3px solid #ffff00;
  text-align: center;
}
#heading h1 {
  color: #888844;
  padding: 0;
  margin: 0;
  font-size: 1.7em;
}
#heading h2 {
  margin: .2em;
  padding: 0;
  color: #888844;
  font-size: 1.3em;
}

#navigation {
  padding-left: 2px;
  margin-top: 2px;
  float: left;
  /* background-color: #d8d855; */
  background-color: #888844;
  width: 18%;
}

#navigation h2 {
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffff00;
  margin-top: 0;
  margin-bottom: 0;
}

#navigation ul {
  list-style-type: none;
  text-decoration: none; 
  margin-top: 0;
  margin-left: .1em; /* needed for Opera 7.5 on Mac, maybe others */
  padding: 0;
  color: #ffffff;
}
#navigation li, #navigation li li {
  border-bottom: 2px solid white;
  margin-top: .25em;
  font-size: 1.1em;
  font-weight: BOLD;
}
#navigation ul ul {
  margin-left: 1em;
}

.lastlistitem {
/* this is not work on - at least on Netscape 7 windows
   background-color:    does work correctly, though. 
*/
  border-bottom: 0px;
}

#navigation a:link, #navigation a:visited {
  text-decoration: none; 
  color: #ffffff;
}
#navigation a:hover {
  color: #882222; /* change text color to something reddish */
}

#content {
  padding-left: 1%;
  border-left: 2px solid #ffff00;
  float: right;
  width: 80%;
}
#content h1 {
  padding: 0;
  margin: 0;
  color: #888844;
  font-size: 1.5em;
}
#content h2 {
  margin-bottom: .2em;
  color: #888844;
  font-size: 1.1em;
}
#content h3 {
  color: #888844;
}
#content h4 {
  color: #888844;
}
#content a:link, #content a:visited {
  color: #888844;
}

.formlabel {
  font-weight: bold;
}

DT {
  font-weight: bold;
  color: #888844;
  font-size: 1.1em;
}
DD {
}

#copyright {
  font-size: .9em;
  font-style: italic;
  color: black;
}
