#outercontainer{line-height:17px;}
#container{
    clear:both;
    margin:0;
}

#tabnav
  {
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url(../images/tabnavbottom.gif) repeat-x 100% 0px;
  }

#tabnav li
  {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    }

#tabnav a:link, #tabnav a:visited
  {
    float: left;
    background: #f3f3f3;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 14px;
    margin-left: -10px;
    border: 1px solid #367136;
    text-decoration: none;
    color: #666;
  }

#tabnav a:link.active, #tabnav a:visited.active
  {
    background: #367136;
    color: #ffffff;
  }

#tabnav a:hover
  {
    background: #367136;
    color: #ffffff;
  }

.tabtile {
  font-weight: bold;
  font-size: 130%;
  background: #367136;
  color: #ffffff;
  padding: 3px 0 3px 10px;
}

div.row {
  font-weight: bold;
  background: #367136;
  color: #ffffff;
  height: 23px;
}

div.row span.left {
  padding: 3px 0 3px 10px;
  font-size: 160%;
  float: left;
  text-align: left;
  color: #fff;
  width: 69%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 29%;
  }
