body{
  background: #000000 url(/images/starfield.png);
  color: #000000;
  margin: 0 0 0 0;
  font-color: black;
  font-family: Ariel, Helvetica, sans-serif;
}
#backdrop {
  margin: 0;
  background-image: url(images/bg1.jpg);
  background-repeat:  no-repeat;
  padding: 0;
  clear: none;
}

h1 {
  margin: 0;
  padding: 0;
}

a { 
  font-weight: bold; 
  color: #333399; 
}
a:visited { color: #993399; }
a:active { color: #993333; }
a:hover { color: #993333; }

#container{
  margin: 0 20px;
}
#page-body{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
}

.translucent {
  height: 100%;
  /*width: 100%;*/
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#header{
  height: 110px;
  clear: all;
}
#logo{
  float: left;
  margin: 12px 0 0 5px 
  /*height: 100px;
  width: 437px;*/
}

#nav-area{
  margin: 0;
  padding: 0;
  height: auto;
  width: 200px;
  float: left;
}
#sfmenu, #sfmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  width: 100%;
  line-height: 1.7em;
  text-align: center;
  font-size: 12pt
}

#sfmenu a {
  display: block;
  color: black;
  text-decoration: none;
}

#sfmenu a img{
  border: none;
}

#sfmenu li {
  margin: 0 0 0 0;
  background: #333333 url(images/metal_background.gif) center left no-repeat;
  border: solid #000000 1px;
  height: 30px;
}

#sfmenu li.parent {
  background: #333333 url(images/metal_background_parent.gif) center left no-repeat;
}

#sfmenu li ul {
  position: absolute;
  left: -999em;
  w\idth: 200px;
}

#sfmenu li li {
  margin: 0 0 -4px 0;
  color: white;
}

#sfmenu li:hover ul {
  position: relative;
  top: -20px;
  left: 180px;
  z-index: 10;
}

#sfmenu li:hover {
  background: #333333 url(images/metal_background_blue.gif) center right no-repeat;
}

#sfmenu li li:hover {
  background: #333333 url(images/metal_background_blue.gif) center right no-repeat;
}

#main_body {
  position: relative;
  color: black;
  margin: 0 260px 0 0;
  padding: 0 0 0 0;
}

.content {
  position: relative;
  color: black;
  margin: 0 0 0 210px;
  padding: 0 0 0 0;
}

#footer {
  clear: both;
  text-align: center;
  width: 100%;
}

#site_news {
  float: right;
  background: white;
  color: black;
  margin-top: 30px;
  padding: 10px 10px 10px 10px;
  width: 230px;
  border: solid #333399;
  border-width:  5px 0 5px 5px;
  font-size: smaller;
  line-height: 1.2em;
}

#site_news_title {
  font-size: larger;
  font-weight: bold;
  color: #333399;
}

#footer p {
  line-height: 1.0em;
}

.smaller_link {
  font-size: normal;
  line-height: 1.7em;
}

.legal {
  font-size: smaller;
  line-height: 1.2em;  
  font-family: Arial, Helvetica, sans-serif;
}

