@import url(reset.css);
@import url(lightbox.css);

#hidden
{
position:fixed;
left:10000px;
}
strong
{
font-weight:bold;
}
a
{
  color:#ffffff;
  text-decoration:none;
}
table tr td
{
padding-right:8px;
}
h1 a
{
display:block;
width:300px;
height:150px;
position:absolute;
}
h1 a span
{
display:none;
}

h2
{
font: 14px "Tahoma";
font-weight:bold;
}
body
{
font-family:tahoma;
color:#fff;
font-size:8pt;
letter-spacing:1px;
}
 ul
  {
  list-style-type:disc;
  margin-left:10px;
  }
div#container
{
width:1000px;
position:relative;
min-height:718px;
margin: 0 auto 0 auto;
}
  ul#menu
  {
    position:relative;
    float:left;
    display:inline;
    width:800px;
    margin:164px 0 0 217px;
    list-style-type:none;
  }
    ul#menu li
    {
      position:relative;
      float:left;
      display:inline;
      margin: 0 15px;
    }
    ul#menu li a.selected
    {
      text-decoration:underline;
    }
  #submenu
  {
    position:relative;
    float:right;
    display:inline;
    text-align:center;
    padding:0;
    width:130px;
    margin:50px 139px 0 0;
    _margin:50px 120px 0 0;
  }
  #submenu ul
  {
  list-style-type:none;
  margin:0;padding:0;
  }
  #submenu ul li
  {
    float:left;
    width:130px;
    margin:0 0 10px 0;
  }
  #submenu ul li a.selected
  {
    text-decoration:underline;
  }
  #submenu ul#striped
  {
  float:left;
  width:130px;
  border-top:1px solid white;
  padding:8px 0 0 0;
  }
  #logos
  {
    position:relative;
    float:right;
    display:inline;
    margin: 40px 19px 0 0;
    background:url(/img/logos.png) no-repeat;
    width:84px;
    height:124px;

  }
  #logos a#nj
  {
    display:block;
    position:relative;
    width:90px;
    height:67px;
  }
  #logos a#ww
  {
   display:block;
    position:relative;

    width:90px;
    height:60px;
  }

#content
{
  position: relative;
  float: left;
  top:-145px;
  left:133px;
  margin:0 0 0 0;
  display:inline;
  margin-top:190px;
  margin-left:118px;
  width:399px;
  font: 11px "Lucida Sans";
  line-height: 22px;
}
#content a
{

text-decoration:underline;
}
#footer {
  position: relative;
  width: 100%;
  font-size: 8pt;
  letter-spacing:0.5px;
  height:25px;
  margin-left: auto;
  margin-right: auto;
  margin-top:-40px;
  padding-top:15px;
  clear: both;
  text-align: center;

}
.clear
{
clear:both;
}

a img
{
  border:0;
}
img.zoomable {
  display: block;
  width: 100px;
  height: 100px;
  padding: 3px 3px 16px 3px;

  background: url(/img/img-frame.png) top left;
  margin:5px;
}