body {
  font-family: "arial","helvetica",sans serif;
  background-attachment: scroll;
  background-image: url(stripeless.jpg);
}
#container {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  text-align: left;
  display: block;
  float: none;
  position: static;
  visibility: visible;
  clear: both;
}
a:link {
  text-decoration: none;
  color: blue;
}
a:hover {
  color: maroon;
}
a:visited {
  color: green;
  text-decoration: none;
}
a:active {
  color: yellow;
}
#header {
  background: maroon none repeat scroll 0% 50%;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
  color: #ffffcc;
  font-family: ariel,helvetica,sans-serif;
  font-size: 90%;
}
#widemenu {
  border-bottom: 1px solid black;
  height: 1.75em;
  background-color: #cce6ff;
  font-size: 100%;
  text-align: center;
}
#widemenu ul {
  margin: 0px;
  padding: 0px;
}
#widemenu ul li {
  padding: 5px 10px 5px 5px;
  float: left;
  font-family: ariel,helvetica,sans-serif;
  list-style-type: none;
  font-weight: bold;
  margin-left: 1em;
}
#widemenu ul li a {
  color: #000000;
  text-decoration: none;
}
#widemenu ul li a:hover {
  color: #990000;
  background-color: #99ccff;
}
#widemenu ul li a:active {
  color: yellow;
}
#widemenu ul li a:visited {
  color: green;
}
#content {
  margin-left: 2%;
  display: inline;
  float: left;
  margin-right: 2%;
  font-weight: bold;
  width: 75%;
}
#content2 {
  margin-right: 5%;
  float: left;
  margin-left: 10%;
  font-weight: bold;
  display: inline;
}
h1 {
  text-align: center;
  color: maroon;
}
h2 {
  text-align: left;
  color: maroon;
}
h3 {
  text-align: left;
  font-style: italic;
}
strong {
  text-decoration: underline;
}
em {
  font-style: italic;
}
.legal {
  color: #000099;
}
.foot {
  font-size: 80%;
}
.top {
  color: maroon;
  font-family: ariel,helvetica,sans-serif;
}
.redhead {
  color: red;
  font-size: 110%;
  font-weight: bold;
  font-family: ariel,helvetica,sans-serif;
}
#rightside {
  font-weight: bold;
  float: right;
  width: 20%;
}
.blueribbon {
  border: 2px solid black;
  background: white none repeat scroll 0% 50%;
  text-align: center;
}
#footer {
  background: #cce6ff none repeat scroll 0% 50%;
  text-align: center;
  clear: both;
  font-weight: bold;
}
