#header {
  background-image: url('http://jfsoftware.com/logo.png');
  background-repeat: no-repeat;
  height: 106px;
  position: relative;
  margin-bottom: 5px;
}

#header_title {
  text-align: center;
  width: 100%;
  font-size: 32pt;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.table ul {
  float: right;
  margin: 0;
  padding: 0;
}

.table ul li {
  list-style: none;
  padding-right: 25px;
  padding-bottom: 3px;
  font-size: 10pt;
}

.table ul li:first-child {
  font-weight: bold;
}

.breadcrumbs {
  margin-bottom: 5px;
}

.breadcrumbs ul {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  font-style: italic;
}

.breadcrumbs ul li {
  display: inline;
  background-image: url('http://jfsoftware.com/bullet.gif');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-left: 3px;
}

.breadcrumbs ul li:first-child {
  background-image: none;
  padding-left: 0px;
  margin-left: 0px;
}

#searchbox {
  position: absolute;
  left: 370px;
  top: 0px;
  font-size: 8pt;
}

