body {
  background: url('images/bg.gif');
  margin: 0%;
  padding: 0%;
  font-family: Verdana, Helvetica, sans-serif;
  color: #fff
}
#top {
  width: 870px;
  padding: 0;
}
#nav {
  width: 195px;
  text-align: left;
  vertical-align: top;
  background-color: #e1d6e0;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  padding: 20px 10px 10px 20px;
}
#main {
  width: 626px;
  text-align: left;
  vertical-align: top;
  background-color: #fdf3fc;
  color: #000;
  font-size: .9em;
  line-height: 1.7em;
  padding: 20px 10px 10px 10px;
  border-left: 1px solid #4c4e53;
}
#BWCemail {
  text-align: left;
  vertical-align: top;
  background-color: #f5e7f4;
  color: #000;
  font-size: .8em;
  line-height: 1.5em;
}
#copyright {
  width: 870px;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
  color: #000;
  font-size: .7em;
  line-height: 1.5em;
  padding: 20px 10px 10px 10px;
}
h1 {
  font-size: 1.3em;
  color: #6f1266;
  margin-bottom: 30px;
  padding: 0px;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #af45a4;
}
ul.topNav  (
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  list-style-type: none;
)
#nav a:link {
  color: #000;
  text-decoration: none;
}
#nav a:visited {
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  color: #9e2393;
  text-decoration: none;
}
#nav a:active {
  color: #9e2393;
  text-decoration: none;
}