body {
  background: url(lightening.jpg) top center no-repeat fixed #000000;
  padding: 0px;
  margin: 0px;
}

body, table, textarea {
  font-size: 13px;
  font-family: helvetica, sans-serif;
}

.layout {
  background-color: #292929;
  border: 2px solid #E1EFF1;
  border-width: 0px 2px 2px 2px;
}

.content {
  padding: 25px 25px 20px 25px;
  color: white;
}

table {
  color: white;
}

.sidebar-left {
  width: 150px;
  padding: 0px 5px 5px 5px;
  color: white;
  vertical-align: top;
}

.sidebar-left h3 {
  border-bottom: 3px solid #E1EFF1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  padding: 0px 0px 0px 5px;
  margin: 10px 0px 3px 0px;
}

.sidebar-left a {
  display: block;
  background: url(arrow.gif) left center #565656 no-repeat;
  padding: 3px 3px 3px 20px;
  color: #FFF;
  text-decoration: none;
  margin: 0px 5px 2px 5px;
}

.sidebar-left a:hover {
  background-color: #CCC;
  color: #000;
}

.layout-header {
  background: url(top.jpg) top left no-repeat;
  height: 100px;
  padding: 12px 12px 12px 157px;
  text-align: center;
}

.content a {
  color: #FFF;
}

.content h1,
.content h2,
.content h3 {
    padding-left: 5px;
    text-transform: uppercase;
    border-bottom: 3px solid #E1EFF1;
}

.footer {
    padding-top: 10px;
    color: #FFF;
    padding-bottom: 10px;
}

#banner {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}



