body
{
  color: black;
  background-color: white;
}

div.skiplink
{
  display: none;
}

div#banner 
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 18px;
  padding: 0;
  margin: 0;
  font: bold 18px Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color: #448;
  background-color: white;
}

div#template-topnav
{
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
  font-size: .8em;
}

div#template-main-nomenu
{
  position: absolute;
  left: 0px;
  top: 25px;
  bottom: 25px;
  padding: 5px;
}

div#template-topnav ul 
{ 
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  background-color: transparent;
}

div#template-topnav ul li 
{
  position: relative;
  display: inline;
  list-style: none;
  color: black;
  background-color: #ccc;
  border: 1px solid black;
  border-width: 0px 1px 1px 1px;
  margin: 0;
  padding: 0;
}

div#template-topnav li a
{
  color: black;
  background-color: transparent;
  text-decoration: none;
}

ul ul 
{ 
  display: none; 
}

div#template-topnav li:hover > ul
{
  position: absolute;
  display: block;
  background-color: #ccc;
  border: 1px solid black; 
  top: 0.1em; 
  left: 140px;
  z-index: 1000;
}

div#template-topnav ul > li:hover
{
  color: white;
  background-color: black;
}
div#template-topnav li  a:hover
{
  color: white;
  background-color: black;
}


div#footer
{
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
}

#footer-1, #footer-2
{
  position: relative;
}

.footer-left
{
  float:left;
  width: 50%;
}

.footer-right
{
  float: right;
  width: 50%;
}

