html, body, div, span, applet, object, iframe, h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
}
#outerWrapper {
  background-color: #000;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 1080px;
}
#outerWrapper #header {
  background-color: #000;
  border-bottom: solid 1px #666;
  font-size: 1.7em;
  line-height: 1em;
  padding: 10px 10px 10px 10px;
}
#header h1{
  color:#999999;
  text-align:center;
}
#outerWrapper #contentWrapper #left {
  background-color: #000;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 280px;
}
#outerWrapper #contentWrapper #right {
  background-color: #000;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 280px;
}
#outerWrapper #contentWrapper #middle {
  margin: 0 300px 0 300px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #000;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
#footer {
  color:#999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  line-height: normal;
  text-align: left;
}
.java {
  margin:0 0 10px 0;
  color:#FFFF66;
  text-align:center;
  font-size: 1.5em;
  font-style:italic;
  font-weight:bold;
  line-height: 1.7em;
}
.java a, .java a:link {
  color:#00CCFF;
  font-style:italic;
  font-weight:bold;
  line-height: 1.7em;
}
.java a:hover {
  text-decoration:underline; 
}
.textad1 {
  background-color: #339;
  border: solid #00FF33 ;
  text-align:center;
  padding:10px;
  margin:10px;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1em;
  color:#CCC;
}
.textad1 a, .textad1 a:link {
  color: #0f3;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
}
.textad1 a:visited {
  color: #00FF33;
  font-weight: bold;
  text-decoration: none;
}

.textad1:hover, .textad1 a:hover {
  background-color:#609;
}
.list {
  width: 425px;
  border-right: 1px solid #000;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background-color: #000;
  color: #333;
  font-size:1.7em;
}
.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}		
.list li {
  border-bottom: 1px solid #333;
  margin: 0;
}

.list li a {
  display: block;
  padding: 5px 5px 5px 5px;
  border-left: 10px solid #333;
  border-right: 10px solid #666;
  background-color: #999999;
  color: #000;
  text-decoration: none;
  width: 99%;
}
html>body .list li a {
  width: auto;
}
.list li a:hover {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
}

