body {
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}

#topleft {
  height: 20px;
  width: 20px;
  background-image: url('topleft.gif');
  background-repeat: no-repeat;
  background-position:  right bottom;
}

#top {
  height: 20px;
  background-image: url('top.gif');
  background-repeat: repeat-x;
  background-position:  bottom;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url('topright.gif');
  background-repeat: no-repeat;
  background-position:  left bottom;
}

#left {
  width: 20px;
  background-image: url('left.gif');
  background-repeat: repeat-y;
  background-position:  right 50%;
}

#center {
  background-color: #ffffff;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url('right.gif');
  background-repeat: repeat-y;
  background-position:  left 50%;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url('bottomleft.gif');
  background-repeat: no-repeat;
  background-position:  right top;
}

#bottom {
  height: 20px;
  background-image: url('bottom.gif');
  background-repeat: repeat-x;
  background-position: top
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url('bottomright.gif');
  background-repeat: no-repeat;
  background-position:  left top;
}

h1 {
  font-family: Papyrus;
  font-size: 18pt;
  color: #003366;
  font-weight: bold;
  margin-top: 10;
  margin-bottom: 8
}

h2 {
  font-family: geor;
  color: #006600;
  font-size: 13pt;
  text-decoration: underline; 
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12
}

p {
  font-family: Verdana;
  font-size: 11pt;
  line-height: 150%;
  margin-top: 0; 
  margin-bottom: 12
}