#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 12;
font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #000;
}

#navcontainer ul li a:hover
{
background-color: #2d2d2d;
color: #2b74b4;
}

#header {
  background: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 142px;
}
#leftcol {
  background: #000000;
  position: absolute;
top: 141px;
  left: 0px;
  width: 960px;
  height: 40px;
}
#rightcol {
  background: #000000;
  position: absolute;
top: 141px;
  left: 875px;
  width: 60px;
  height: 40px;
}
#content {
  background: #fff;
  position: absolute;
  top: 180px;
left: 8px;
  width: 950px;
  height: 500px;
}
#footer {
  background: #000;
  position: absolute;
  top: 500px;
  left: 0px;
  width: 960px;
  height: 100px;
}

body {font-family: verdana; font-size:10pt; font-weight: normal; margin-left: 15px; margin-right: 25px; color: #333333}