body {
  text-align: center;
  background-color: rgb(255,255,255);
  font-family: arial, sans-serif;
  font-size: 14px;
}

#logo {
  width: 980px; 
  margin-left: auto;
  margin-right: auto;
}

#page {
  display: block;
  width: 980px;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-bottom: 20px;
  background-color: rgb(238,238,224);
}

#right {
  float: right;
  width: 740px;
  padding: 10px 10px 10px 10px;
  text-align: left;
  background-color: rgb(238,238,224);
}

#right h1 {
  margin: 0px; 
  font-size: 24px;
}
#right h2 {
  margin: 0px;
  margin-top: 5px;
  font-size: 18px;
}
#right h3 {
  margin: 0px;
  margin-top: 5px;
  font-size: 15px;
}

#left {
  float: left;
  width: 210px;
  padding: 10px 10px 10px 0px;
  text-align: left;
  background-color: rgb(238,238,224);
}

#left a {
  display: block;
  font-size: 12px;
  margin-bottom: 1px;
  padding-left: 5px;
}

#footer {
  font-size: 10px;
  text-align: center;
  border-top: 1px solid rgb(180,180,180);
  margin-top: 20px;
  margin-bottom: 10px;
}

#footer img {
  margin-top: 5px;
  border: 0px;
}

#searchbox {
}

#search {
  font-size: 12px;
  margin-bottom: 3px;
  padding: 2px;
  text-align: center;
  color: rgb(238,238,224);
  background-color: rgb(178,34,34);
}

#redirect {
  float: right;
  margin: 0px 10px 10px 10px;
}

#redirect img {
  border: 0px;
}

#thickbanner {
  margin-bottom: 20px;
}

#thinbanner {
}

#square {
  float: right;
  margin: 10px 0px 10px 10px;
}

div.img {
  float: left;
  margin: 0px 20px 10px 0px;
}

a {
  color: #8b0000;
}

li {
  list-style-position: outside;
  margin: 5px;
}

table.list {
  width: 100%;
}
table.list td, th {
  vertical-align: top;
}
table.list td {
  background-color: rgb(240,240,240);
}
table.list th {
  color: rgb(240,240,240);
  background-color: rgb(100,100,100);
}

