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

td.toplinks { 
    background-color: #367FCC; 
}

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: #FAFAFA;
    border: 1px #E4E4E4 solid;
    padding: 2px; 
    margin-left: 10px; 
    margin-right: 10px; 
}

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

#HeaderLogo {
    width: 23%;
    margin: 0 0 0 0;
    float: left;
    text-align:center;
    background-color: #020280;
}

#HeaderData {
    width: 77%;
    margin: 0 0 0 0;
    float: right;
}

#MainContainer {
  width: 980px;
  margin: 0 auto 0 auto;
  background-color: #F6F8FF;
}

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

#menu-header {
    width: 158px;
    background-color: #020280;
    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: 780px;
  float: right;
  margin: 0 0 0 0;
  text-indent: 0.1cm;
  text-align: left;
  background-color: #F6F8FF;
  font-family: Georgia;
  font-size: 12pt;
}

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

#BreadCrumpTitle {
    font-size: 14pt;
}

#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: #FFFFFF;
  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: #FFFFFF;
    font-weight: bold
}

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

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



table.navtable {
    width: 168px;
    padding: 0px;
    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; 
}