body {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  background-image: url(images/bodybg.png);
}
#wrapper {
  border: 3px solid #6ba398;
  margin: 10px auto 0;
  padding: 0;
  width: 780px;
  text-align: left;
  background-color: #ffffff;
}
#banner {
  border-bottom: 3px solid #6ba398;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  background-position:  center center;
  background-color: #ffffff;
  height: 148px;
}
#menu {
  border-left: 1px solid #6ba398;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 156px;
  padding-bottom: 96px;
  float: right;
  background-image: url(images/logo.jpg);
}
#menu a:link, #menu a:visited {
  text-align: right;
  padding-bottom: 8px;
  text-decoration: none;
  color: #3f0065;
  padding-right: 7px;
  padding-top: 8px;
}
#menu a:hover, #menu a.current {
  border-bottom: 1px solid #cc6600;
  color: #cc6600;
  text-decoration: none;
}
#menu p {
  font-size: 0.9em;
}
#main-text {
  border-left: 1px solid #6ba398;
  border-right: 1px solid #6ba398;
  padding-top: 5px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
  width: 590px;
  float: left;
  padding-right: 10px;
  position: relative;
  right: -2px;
}
#main-text ol li {
  list-style-type: decimal;
}
#sponsors {
  padding: 5px;
  float: left;
  background-color: #efffc3;
  line-height: normal;
  width: 440px;
  margin-bottom: 10px;
}
li.bold {
  font-weight: bold;
}
ul, ol, table {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.9em;
}
p {
  font-size: 0.8em;
}
ol, ul {
  margin-left: 25px;
  text-decoration: none;
  display: list-item;
  list-style-type: none;
}
ul li.tick {
  display: list-item;
  list-style-image: url(tick.png);
}
h1 {
  font-size: 1em;
  color: #336666;
}
h2 {
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #336666;
}
h3 {
  font-size: 0.8em;
  color: #336666;
}
a:link, a:visited {
  font-weight: bold;
}
a:hover {
  font-weight: bold;
}
#footer {
  border-top: 3px solid #6ba398;
  text-align: center;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.6em;
  margin-top: 0;
  background-image: url(images/footer.jpg);
  background-repeat: repeat-y;
  background-color: #ffffff;
  clear: both;
}
#footer a:link, #footer a:visited {
  color: #3f0065;
  text-decoration: none;
}
#footer a:hover {
  border-bottom: 3px solid #f56296;
  color: #f56296;
}
img.left {
  margin: 5px;
  float: left;
  text-align: center;
  clear: both;
}
.italic {
  font-style: italic;
  font-size: 0.8em;
}
img.plain {
  border:  none;
}
img.right {
  margin: 5px;
  float: right;
}

