html
{
  background: url(/images/body-bg-3.png) repeat;
  font: 12px arial;
}
#body
{
  background: white;
  border-right: 12px solid black;
  border-left: 12px solid black;
}
#header
{
  text-align: left;
  background: black;
  color: white;
  height: 84px;
}
#header ul
{
  padding: 0 0px 0 2px;
  background: url(/images/tab-end.gif) no-repeat right bottom;
  background-position: right bottom;
//  display: block;
  height: 69px;
}
#header ul li
{
  padding: 0;
  margin: 0;
  background-color: black;
}
#header ul li:hover
{
  background-color: #88A;
  color: #004;
}
#header ul li a
{
  background: url(/images/tab-left.gif) no-repeat left top;
  background-color: black;
  text-decoration: none;
  height: 50px;
  display: block;
  padding: 0px 0px 0px 20px;
  color: white;
  float:left;
}
#header ul li a:hover
{
  background-color: #88A;
  color: #004;
}
#header ul li a:visited
{
  color: white;
}
#header ul li a span
{
  background: url(/images/tab-right.gif) no-repeat right top;
  background-position: right top;
  display:block;
  height: 20px;
  padding: 21px 35px 9px 0px;
  margin: 0;
  float: left;
}
.sidebar h2
{
  background: #f7f3ef;
  padding-left: 3px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
.sidebar .section
{
  background: #f7f3ef;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
#footer
{
  color: white;
  background: url(/images/tab-end.gif) no-repeat right bottom;
  background-position: right bottom;
  background-color: black;
}
