body {
  color: #000000;
  font-family: verdana, arial, "sans-serif";
}

#wrapper {
  margin-top: 15px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 2.0em;
  font-weight: bold;
  color: #003399;
}

#topleft {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#top {
  height: 20px;
  background-repeat: repeat-x;
  background-position: bottom;
}

#topright {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

#left {
  width: 20px;
  background-repeat: repeat-y;
  background-position: right;
}

#center {
  background-color: #FFFFFF;
}

#right {
  width: 20px;
  background-repeat: repeat-y;
  background-position: left;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: right top;
}

#bottom {
  height: 20px;
  background-repeat: repeat-x;
  background-position: top;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: left top;
}

