
body {
  background: #000000;
  font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
  margin: 0px;
}

#main-table {
  text-align: left;
  width: 800px;
  background: #111111;
  margin-top: 30px;
  border: none;
  border-collapse: collapse;
}

#header {
  border-top: 1px solid #161616;
  border-left: 1px solid #161616;
  border-right: 1px solid #161616;
}

#column-left {
  text-align: left;
  vertical-align: top;
  width: 200px;
  padding-left: 20px;
  padding-top: 53px;
  color: #666666;
  border-left: 1px solid #161616;
  border-bottom: 1px solid #161616;
}

#column-content {
  text-align: left;
  vertical-align: top;
  width: 600px;
  height: 400px;
  color: #666666;
  font-size: 12px;
  padding-right: 20px;
  padding-top: 10px;
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
}


/* Navigation Styles */

.naviItem {
}
.naviItem a {
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 5px 0px 10px 15px;
  background: transparent url("../images/button.gif") 0 8px no-repeat;
}
.naviItem a:hover {
  color: #aaaaaa;
  background: transparent url("../images/button_selected.gif") 0 8px no-repeat;
}
.naviItem a.selected {
  color: #aaaaaa;
  background: transparent url("../images/button_selected.gif") 0 8px no-repeat;
}

/* Content Styles */

h1 {
  font-size: 16px;
  font-weight: normal;
  background: transparent url("../images/heading_back.gif") 0px 2px no-repeat;
  padding-left: 25px;
}

.content {
  height: 300px;
  padding: 10px 20px 20px 0px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  overflow: auto;
}

.content a {
  color: #aaaaaa;
  text-decoration: none;
}
.content a.visited {
  color: #aaaaaa;
}
.content a:hover {
  text-decoration: underline;
}

/* Footer Styles */

#footer {
  padding: 0px 2px 0px 0px;
  background: #000000;
  text-align: right;
  color: #111111;
  font-size: 10px;
}
