/* Generated by KompoZer */
body {
  font-family: Arial,Helvetica,sans-serif;
  background-attachment: fixed;
}
#banner {
  border: thick double silver;
  margin: 4px 4px 4px 10%;
  padding: 4px 4px 4px 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  background-repeat: no-repeat;
  background-position: left center;
  color: #3333ff;
  background-image: url(images/mouse.png);
}
#nav {
  float: left;
  margin-left: 2px;
  line-height: 28px;
  margin-right: 10px;
}
#nav a {
  border: 2pt solid #3333ff;
  padding: 5px 10px 5px 30px;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  background-image: url(images/mouse.png);
  color: #3333ff;
  display: block;
  width: 105px;
}
#nav a:hover {
  color: white;
  background-color: #000099;
}
.lists {
  list-style-type: square;
  padding-left: 15px;
  margin-left: 15px;
}
#content {
  margin-left: 160px;
  display: block;
}
