body {
    background-color: #00000;
    margin: 1px;
    font-size: 70%;
}

td.toplinks { 
    background-color: #fbc0c0; 
}

td.header {
    background-image: url("../images/header-background.gif");
    background-repeat: repeat; 
}

ul.Items {
    font-size: 11pt;
}

hr.SeparatorLine {
    size: 2;
    width: 90%;
    align: center;
}

#breadcrumb { 
    background-color: #fbc0c0;
    border: 1px #E4E4E4 solid;
    padding: 2px; 
    margin-left: 10px; 
    margin-right: 10px; 
}

#MainHeader {
    clear: both;
    width: 960px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    text-align: left;
}

#HeaderLogo {
    width: 100%;
    margin: 0 0 0 0;
    float: right;
    text-align:center;
    background-color: #fffff;
}

#HeaderData {
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    background-color: #489e98;
    color:#f3f29c;
}

#MainContainer {
  width: 960px;
  margin: 0 auto 0 auto;
  background-color: #00000;
}

#SideBar {
  width: 120px;
  float: left;
  margin: 0px 0 0 0;
  position: fixed;
  padding-right: 30px;
  text-align: left;
  border-right: 1px dashed #8581DC;
  background-color: #f6f1f1;
}

#menu-header {
    width: 120px;
    background-color: #f6f1f1;
    padding: 5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #8A8B8B;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
}

#Container {
  width: 740px;
  float: right;
  margin: 0 0 0 0;
  text-indent: 0.1cm;
  text-align: left;
  background-color: #00000;
  font-family: Georgia;
  font-size: 12pt;
}

#ContainerTitle {
  font-family: Georgia;
  font-size: 16pt;
  font-weight: bold;
}

#BreadCrumpTitle {
    font-size: 14pt;
    
}
#TableBTitle {
  font-family: Georgia;
  font-size: 16pt;
  font-weight: bold;
  color:#3c6179
}
#TableTitle {
    font-size: 14pt;
    color:#999999;
}
#MenuLinks{
    font-size: 10pt;
    font-family:  Arial, Helvetica, sans-serif; 
    border: 1px solid #DFDFDF; 
    line-height: 11px; 
    margin: 1px; 
    }

#Footer {
  clear: both;
  width: 980px;
  margin: 0 auto 0 auto;
  text-align: left;
  background-color: #F1F1F1;
  font-size: 85%; 
  color: #999999; 
}

#Feedback {
  clear: both;
  width: 980px;
  font-size: 90%;
  height: 19px; 
  background-color: #BDC2C2;
  color: #000000;
  border-top: 1px solid #FFF;
  margin: 0 auto 0 auto;
  text-align: left;
}

#Feedback a { 
    color: #FFFFFF; 
}

#HeaderText {
    font-family: verdana;
}

#WhiteTitle {
    font-family: verdana;
    color: #000000;
    font-weight: bold
}

#SubTitle {
    font-weight: 700;
    font-size: 13pt;
}

#ItemTitle {
    font-weight: bold;
    font-size: 11pt;
}



table.navtable {
    width: 150px;
    padding: 20px;
    border: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-collapse: collapse; 
}

table.navtable tr td { 
    padding: 0px; 
}

#button {
    padding: 2px;
    padding-left: 0px;
}

#button ul {
    list-style: none;
    margin: 3px;
    padding: 0px;
}

#button li {
    border: 1px solid #DFDFDF; 
    line-height: 11px; 
    margin: 1px; 
}

#button li.unselected a { 
    display: block; 
    position: relative; 
    padding-left: 16px; 
    text-indent: -11px; 
    font-family:  Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    text-decoration: none; 
    background-color: #FFFFFF; 
    color: #000000; 
    padding-top: 5px; 
    padding-right: 4px; 
    padding-bottom: 5px;
}

#button li a:hover {
    background-color: #F3F8E4; 
    color: #000; 
}
