body {
  background-image: url(bg.gif);
  font: 8pt arial;
  color: #000000; 
  background-color:#000000;;
  text-align: center;
  letter-spacing: 1px;
  scrollbar-3dlight-color: #b5b5b5;
  scrollbar-arrow-color: #000032;
  scrollbar-base-color: #000032;
  scrollbar-darkshadow-color: #000032;
  scrollbar-face-color: #c5e0e9;
  scrollbar-highlight-color: #000032;
  scrollbar-shadow-color: #b5b5b5;
  scrollbar-track-color: #000032;
}

#layout {
  margin: 0 auto 0 auto; 
  width: 587px;
  border: none;
  text-align: justify;
  min-height: 355px; 
  background-color: #transparent;
}

#content {
  position: relative;
  background-color: #transparent;
  margin: 0 auto 0 auto;
  margin-top: -3px;
  width:587px;
  float: left;
  z-index:2;
  min-height: 70px;
}

/* NAVIGATION */

#navigation {
  background-color: #transparent;
  height: 8px;
  line-height: 10pt;
 }

#navigation ul {
  background-color: #transparent;
  margin:0;
  padding:0;
 }

#navigation li {
  background-color: #transparent;
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid #transparent;
 }

#navigation li a {
  display:block;
  padding: 2px;
  font-size: 7px;
  font-family: Georgia;
  font-weight: bold
 }

#navigation {
  background-color:#transparent; 
  text-transform: uppercase; 
  letter-spacing: 5px;
 }

#navigation li {
  border-color:#transparent;
 }

#navigation a {
  color:#efe7e5; 
  background-color:#b5b5b5;
 }

#navigation .selected, #navigation a:hover {
  background-color: #000032; 
  color: #efe7e5; 
  text-decoration: none;
 }

a { 
  text-decoration: none; 
  color: #ffffff;
  font-weight:bold;
  cursor: help;
  font-size: 8pt;
 }

a:hover {
  color: #000032;
}

button
{
  border: 1px solid #000000;
}

input, textarea, option  select 
{
  color:#000000; 
  border-top-style: solid; 
  border-left-style: solid;  
  border-bottom-style: solid; 
  border-right-style: solid; 
  color:#000000; 
  background color: transparent;  
  border-width: 1px; 
  font-family: verdana; 
  font-size:11px;
}

.selectbutton  
{
  font-family: verdana; 
  font-size:11px;
  color:#000000; 
  background-color: #4A5252; 
  width: 198px 
}

h1, h2, h3, h4, h5, h6 
{
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px;
  font-family: trebuchet ms;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px dashed #000000;
}

p, table, .credit {
  margin-left: 10px;
  margin-right: 10px;
}