body {
  background: #fff url(/fpdb/images/Theme0/bg.gif) repeat;
  color: #000;
  font: 12pt/1.5 Helvetica, Arial, sans-serif;
  text-align: center;
  }
#mainContent {
  margin: 0 auto;
  border: 4px solid #a87dff;
  padding: 0;
  background: #fff;
  color: #000;
  width: 900px;
  text-align: center;
  clear: both;
  }
#banner {
  margin: 0;
  border-bottom: 2px solid #000;
  padding: 0;
  background: #fff url(/fpdb/images/Theme0/topbg.gif) repeat-x;
  height: 165px;
  text-align: center;
  }
h1 {
  margin: 0 auto;
  }
h1 a:hover, h1 a img {
  border: 0;
  }
#centerColumn {
  margin: 0;
  background: inherit;
  color: inherit;
  text-align: center;
  float: right;
  width: 690px;
  }
#product {
  margin: 0 auto;
  padding-top: 25px;
  background: inherit;
  color: inherit;
  width: 90%;
  text-align: left;
  font-family: 'Comic Sans MS', cursive;
  }
#sideBar {
  margin-left: 10px;
  background: inherit;
  color: inherit;
  width: 200px;
  text-align: center;
  float: left;
  font-family: 'Comic Sans MS', cursive;
  }
#sideBar .module {
  margin: 25px auto 0;
  border: 0;
  padding: 5px;
  background: #a87dff;
  color: inherit;
  text-align: center;
  }
#sideBar .module img {
  margin: 0 auto;
  }
#sideBar .left {
  margin: 0 auto;
  border: 0;
  padding: 5px;
  background: #bc9bff;
  color: inherit;
  text-align: left;
  }
#sideBar .menu {
  margin: 0 auto;
  border: 0;
  padding: 5px;
  background: #bc9bff;
  color: inherit;
  text-align: center;
  }
#footer {
  margin: 0 auto;
  padding-top: 1em;
  background: inherit;
  color: inherit;
  text-align: center;
  }
hr {
  margin: 0;
  border: none;
  /*border-bottom: 1px solid #bc9bff; //in case I want to add this back later*/
  padding: 0;
  background: transparent;
  color: #fff;
  clear: both;
  height: 1px;
  }
address {
  font-style: normal;
  }
a {
  background: inherit;
  color: #000;
  text-decoration: none;
  font-weight:bold
  }
a:hover {
  border-top: 3px dotted #E2D6EF;
  border-bottom: 3px dotted #E2D6EF;
  background-color: #BEFF9F;
  }
a img {
  border: none;
  }
input.text, input.submit {
  font: 8pt Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
  }