
body {
  background: #ffffff;
  font-size: 11pt;
  font-family: sans-serif;
  color: #000033;
  text-align: center;
}

p {
  text-indent: 1.5em;
}

h1,

.red {
  color: #ff0000;
}

.redlarger {
  color: #ff0000;
  font-size: 1.25em;
}

.weblist {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

.weblist li a {
  display: block;
  margin-right:1000px;
}

#main {
  text-align: justify;;
  margin: 0px auto;
  width: 730px;
}

#headimg {
  height: 263px;
  width: 730px;
  background-image: url(../images/header.jpg);
  margin: 0 auto;
  text-align: center;
}

#headimg p {
  visibility:hidden;
}

#links {
  font-size: 16px;
}

#links ul {
  text-align: center;
  height: 25px;
  margin: 0px;
  padding: 10px 0px; 
}

#links li {
  display: inline;
  margin-top: .25em;
}

#links li a {
  color: #333;
  text-decoration: none;
  padding: 5px 25px;
}

#links li a:hover {
  text-decoration: underline;
  background-color: #ccccff;
}

#content {
  margin: 0px 10px;
  padding: 10px 25px;
  border-width: 0px 1px 0px;
  border-color: #000066;
  border-style: solid;
  clear: both;
}

#content * {
  line-height: 1.5em;
  text-align: left;
}

#paypal {
  text-align: center;
}

#footer {
  text-align: center;
  padding: 5px;
  border-top: solid 1px #000066;
  margin: 0px 0px;
}

#footer p{
  text-indent: 0em;
}

