.shaded {
  background: #9cf;
  border: 1px solid #006;
}
a:visited {
  color: blue;
}

.shaded a:link, .shaded a:visited {
  text-decoration: none;
}

a.button:link, a.button:visited {
  text-decoration: none;
  color: black;
}

.button {
  background: #9cf;
  border: 1px solid #006;
  color: black;
}

.button a:link, .button a:visited {
  text-decoration: none;
  color: black;
  display: block;
}

.button:hover {
  border: 1px solid #f00;
  color: black;
  background: #eef;
}

div.shaded {
  background: #9cf;
  width: 90%;
  border: 1px solid #006;
}

div.button {
  background: #9cf;
  width: 90%;
  border: 1px solid #006;
}

div.button:hover {
  border: 1px solid #f00;
  background: #eef;
}

div.button a:link, div.button a:visited {
  text-decoration: none;
  color: black;
  display: block;
}

td.button {
  background: #9cf;
  width: 90%;
  border: 1px solid #006;
}

td.button:hover {
  border: 1px solid #f00;
  background: #eef;
}

td.button a:link, td.button a:visited {
  text-decoration: none;
  color: black;
  display: block;
}

#main #sidebar-left {
  position: absolute;
  left: 10px;
  top: 250px;
  width: 300px;
  background: rgb(238,201,51);
}

#main #sidebar-right {
  position: absolute;
  right: 10px;
  top: 250px;
  width: 250px;
  background: rgb(238,201,51);
}

#main {
}

#main #content {
  position: absolute;
  left: 301px;
  right: 251px;
  voice-family: "\"}\"";
  voice-family: inherit;
  left: 303px;
  right: 253px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgb(238,201,51);
}

body #main #content {
  position: absolute;
  left: 303px;
  right: 253px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgb(238,201,51);
}

#main #pagecontent {
  position: absolute;
  left: 301px;
  right: 7px;
  voice-family: "\"}\"";
  voice-family: inherit;
  left: 303px;
  right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgb(238,201,51);
}

body #main #pagecontent {
  position: absolute;
  left: 303px;
  right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgb(238,201,51);
}

#main #bottombanner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}



