body {
  margin: 0;
  padding: 0;
  background: #000 url('../graphics/back.jpg') no-repeat;
  color: #cccccc;
  background-color: #000000;
  font-family: Tahoma, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}

#main {
  margin: 0px auto;
  border: 1px solid #cccccc;
  padding: 7px;
  text-align: center;
}

#lcol {
  margin-top: 200px;
  float: left;
  width: 160px;
  text-align: left;
  background-color: transparent;
}

#lcol ul {
  list-style-type: none;
  width: auto;
  padding: 0;
  margin: 0;
}

/**
 *  Main navigation
**/

#lcol ul li .nav, #lcol ul li .loadinto-sub, #lcol ul li .link {
  height: 26px;
  margin-bottom: -12px;
  display: block;
  color: #cccccc;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  padding: .5em .8em;
  background-image: url('../graphics/but1.jpg');
  background-repeat: no-repeat;
}

#lcol ul li .nav:hover, #lcol ul li .loadinto-sub:hover, #lcol ul li .link:hover {
  color: #eeeeee;
  text-decoration: underline;
  background-image: url('../graphics/but2.jpg');
}

#sub {
  margin-top: 200px;
  margin-left: 0px auto;
  margin-right: 0px auto;
  height: 500px;
  overflow: auto;
  text-align: left;
  margin-left: 35px;
  max-width: 800px;
}

#sub ul {
  list-style-type: none;
}

#sub .head {
  height: 26px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  padding: .3em .8em;
  background-color: transparent;
  background-image: url('../graphics/bar1.jpg');
  background-repeat: no-repeat;
}

#sub .head:hover {
  background-image: url('../graphics/bar2.jpg');
  background-repeat: no-repeat;
  color: #eeeeee;
}

#sub .head .loadinto-sub {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #cccccc;
  background-color: transparent;
}

#sub .head .loadinto-sub:hover {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: underline;
}

.att {
  color: #555555;
}

.quo {
  font-size: 12px;
}

.short1 {
  font-size: 10px;
}


.link, .loadinto-sub, #lcol .link, .toggleinto-blind {
  color: #56687A;
  text-decoration: none;
}

.link:hover, .loadinto-sub:hover, #lcol .link:hover, .toggleinto-blind:hover {
  color: #899A9C;
  text-decoration: underline;
}

a {
  outline: none;
}

a:active {
  outline: none;
}

.text {
  border: 1px solid #444444;
  background-color: #cccccc;
}

.option {
  border: 0;
  background-color: #cccccc;
}

a img {
  border: none;
}