body {
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 0px;
  background-color: #fff;
  color: #333;
  font-family: Verdana, Arial, Helvetica;
  font-size: 70%;
  width: 770px;
  background: url(http://www.utopiadesign.net/nfmsociety/img/bg.gif);
}

ul {
  margin-top: 10px;
  margin-left: 30px;
}

.white {
  color: #fff;
}

#hdr {
  height: 75px;
  background-color: #036;
  border-bottom: 1px solid #aaa;
  text-align: center;
  vertical-align: bottom;
}

#ftr {
  background-color: #fc3;
  height: 15px;
  border-top: 1px solid #aaa;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

#main {
  background-color: #fff;
  height: 250px;
  padding-top: 50px;
}

#lcol {
  float: left;
  text-align: right;
  width: 50%;
  border-right: 1px dotted #aaa;
}

#rcol {
  text-align: left;
  width: 400px;
}

a {
  color: #069;
  text-decoration: none;
}

a:hover {
  color: #036;
  text-decoration: underline;
}

a.yellow {
  color: #ff8;
  text-decoration: underline;  
}

a.yellow:hover {
  color: #f00;
}

h3 {
  color: #036;
  font-family: arial;
  font-size: 20px;
  margin-bottom: 10px;
}

h2 {
  color: #fff;
  font-family: arial;
  font-size: 20px;
  margin-bottom: 2px;
}

.notice {
  display: none;
}