body {
  background: #CCD8E0 url(default/bg.jpg) repeat-x left bottom;
  color: #444;
  font: normal 62.5% Tahoma,sans-serif;
}

.top {
  background: url(default/clouds.gif) repeat-x;
  padding: 20px 10px 0;
}
.tabcontainerright {
  margin: 4px auto;
  text-align: right;
  width: 900px;
  font-weight: bold;
  color: #555;
}
.container {
  background: url(default/footer.jpg) repeat-x #fff bottom left;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0 10px 10px;
  width: 900px;

}
.toptab {
  padding: 3px 5px 3px 5px;
  margin: 0 0 0 4px;
  text-decoration: none;
  background: #f0f0f0 url(default/corner2.gif) top right no-repeat;
  color: #808080;
  border-bottom: 1px solid #e0e0e0;
}

.toptab:hover {
  background: #fafafa url(default/corner2.gif) top right no-repeat;
  border-bottom: 1px solid #eaeaea;
  color: #505050;
  text-decoration: none;
}
.activetoptab {
  padding: 3px 5px 3px 5px;
  margin: 0 0 0 4px;
  color: #505050;
  text-decoration: none;
  background: #ffffff url(default/corner2.gif) top right no-repeat;
  border-bottom: 1px solid #ffffff;
  color: #059;        
  font-weight: bold;
}
