p, h3 {
  margin-top: 0;
}
h3 {
  font-size: 1.1em;
}
topmargin5 {
  margin-top: 5px;
}
body {
  color: #000;
  font: 80% Arial, Helvetica, sans-serif;
  background: #fff;
  text-align: center;
}
#wrapper {
  position: relative;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 2px solid #9966cc;
}
img {
  border: none;
}
.clearboth {
  clear: both;
}
#header {
  height: 100px;
}
#navbar {
  position: relative;
  float: left;
  width: 155px;
  margin-left: 4px;
  display: inline;
  font-size: .9em;
}
#content {
  margin-left: 185px;
  padding-right: 10px;
}
#floatholder {

}
#footer {
  color: white;
  text-align: center;
  padding: 4px 0;
  background-color: #9276ca;
  margin-top: 5px;
  font-size: .8em;
  font-weight: bold;
}
#footer a:link, #footer a:visited {
  color: white;
  text-decoration: underline;
}
#footer a:hover {
  color: yellow;
  text-decoration: underline;
}
.blue {
  color: #9900cc;
}
.small {
  font-size: .85em;
}
.txtright {
  text-align: right;
}
.txtleft {
  text-align: left;
}
.dropcap {
  float: left;
  margin: 0 2px -2px 0;
  display: inline;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
  display: inline;
}
.left {
  float: left;
  margin: 0 5px 5px 0;
  display: inline;
}
.center {
  text-align: center;
}
.keyline {
  border: 1px solid #000;
}
#content ul {
  list-style: url(images/bullet.gif) none outside;
}
#content ul ul {
  list-style: disc outside;
  margin-left: 5px;
}
#content li {
  padding: 4px 0 0 3px;
}