* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: black;
  background-image: url(images/bg.jpg);
  background-repeat: repeat;
  color: black;
  font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
  text-align: left;
}
p {
  margin: 20px 0px;
  font-size: 12px
}
h2 {
  font-size: 16px;
  color: #696969;
  text-align: center;
}
h3 {
  font-size: 15px;
  color: #696969;
  text-align: center;
}
h4 {
  font-size: 14px;
  color: #696969;
  text-align: center;
}
h5 {
  font-size: 13px;
  color: #696969;
  text-align: center;
}
hr {
  margin: 10px 0px 10px 0px;
}
#container {
  background-image: url(images/numbers_bg.jpg);
  background-repeat: repeat;
  width: 760px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;  
}
#header {
  width: 760px;
  height: 190px;
  position: relative;
  background-color: black;
 }
#main {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px 0px 0px;
  clear: both;    
}
#footer {
  width: 760px;
  height: 60px;  
  position: relative;
  background-color: black;
  clear: both;    
}
#footer p {
  padding: 13px 0px 0px;
  width: 760px;
  text-align: center;
  color: #7f7f7f;
  font-size: 13px
}
#navlist {
  padding: 13px 1px 10px 150px;
  margin-left: 0px;
  font: bold 12px  Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
}
#navlist li {
  list-style: none;
  margin: 0;
  border-top: 1px solid gray;
  display: inline;
}
#navlist li a {
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #AAB;
  background: #F4F2F3;
  text-decoration: none;
}
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
#navlist li a:hover {
  border-color: white;
  color: #FFF;
  background: #332;
}
.centerimage {
  margin-left: auto;
  margin-right: auto;
}
.padding {
  padding-top: 10px;  
  padding-bottom: 10px;
}
.center {
  text-align: center;
}
table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: white;
}
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
}
thead th, tfoot th {
  font: bold 10px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #78D9FC;
  color: #FFFFFF;
  padding-top:3px;
}
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
}
tbody td a:hover {
  background: #78D9FC;
  color: #363636;
}
tbody th a {
  font: normal 10px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
}
tbody th a:hover {
  background: transparent;
  color: #363636;
}
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
}
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
}
tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
}
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  text-decoration: none;
  border:none;
}
tbody td a:hover, tbody th a:hover {
  background: transparent;
  color: #930;
}
.odd {
  background: #e3e3f4;
}
tbody tr:hover {
  color: #333;
  background: #c6c6e8;
}
tbody tr th:hover {
  background:#fff;
}
table a:visited {
  text-decoration: line-through;
  color:#ccc;
}
