body { 
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 padding-left: 11em;
 width: 555px;
}

#container {
  width:600px;
  margin:0 auto;
  padding:0px 10px 0 10px;
  text-align:left;
}
div.left
{
float:left;
width: 11em;
top: 1em;
margin:0;
padding:1em;
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;

}
  ul.navbar {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 9em }
h1 {font-size:30px;}
h2 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}
h3 {
  margin:0 0 18px 0;
  font-size:1em;
}
h4 {
  margin:0;
  font-size:1em;
}
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#009193;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#1BA6B2;}
a {color:#6C8C37;}
a:hover {color:#009193;}
table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}
caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #a3c159;
 font-weight: normal;
}
tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em;
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding:2px;
}
tbody td a, tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal;
 display:block;
 background: transparent url(links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
 color:#009193;
 text-decoration:none;
}