body {
  margin: 0;
  padding: 10px;
  padding-top: 0px;
  font-family: arial, sans-serif;
  color: #000000;
  background-color: #F3F3F3;
  text-align: justify;
}

/* put in a wrapper if you want shrink the width of the page
   and center it (like the design of the rest of the site)
.wrapper {
  margin: 0px auto;
  background-color: #F3F3F3;
}
*/

h1 {
  background-color: #006400;
  color: WHITE;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  text-align: center;
}

#scrollbox {
  height: 400px;
  width: 200px;
  width: 24ex;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  border: 3px double #000000;
  border-right: none;
  padding: 0;
  margin: 0;
}

#map {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
  border: 3px double #000000;
  border-left: 1px solid #000000;
}

#partylist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  font-size: 0.85em;
}

#partylist li {
  width: 100%;
}

#partylist li a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 1ex;
  margin: 0;
  outline: none;
}

#partylist li a.odd {
  background-color: #00DD00;
}

#partylist li a.odd:hover {
  background-color: #FFCC00;
}

#partylist li a.even {
  background-color: #FFFFFF;
}

#partylist li a.even:hover {
  background-color: #FFCC00;
}

.highlight {
  background-color: #FFCC00;
}

#message {
  margin: 10px;
  margin-left: 0px;
}
