/*
div {
    border: 1px dotted orange;
}
*/



body{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-left: 3px;
    margin-left: 3px;
    font-size: 10pt;
    background-color: #5d5d5d;
    color: #fff;
}

img {
    border-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


#center {
    width: 754px;
    margin-left: auto;
    margin-right: auto;
}

#topnav {
    width: 754px;
    text-align: center;
    background-color: #A1A1A1;
    height: 50px;
    display: table-cell;
    vertical-align: middle
}

#masthead {
  height: 129px;
}

#topnav img{
    margin-left: 5px;
    margin-right: 5px;
}

#middle {
    width: 754px;
}

#masthead img{
  border: 0;
  margin-bottom: 0px;
}

#breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}


#leftnav {
    width: 165px;
    float: left;
    background-image: url('/images/b2.jpg');
    background-repeat: repeat-x;

    background-color: #b68d4c;
    padding-left: 8px;
    padding-top: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
}

#main {
    width: 575px;
    float: right;
}

.item {
   overflow: auto;
   background-color: #ddd;
   color: #000;
   margin-left: 0px;
}

.item.odd {
   background-color: #fff; 
}


.itemleft {
    width: 400px;
    float: left;
   margin-left: 4px;
}

.itemright {
    width: 120px;
    float: right;
    margin-top: 8px; 
}

.red {
  color: red;
 }

#bottomspacer {
    clear: both;
    height: 10px;
}
#bottomspacergrey {
    clear: both;
    height: 10px;
    background-color: #858482;
}

#bottomnav {
    background-image: url('/images/footer.gif');
    background-repeat: no-repeat;
    clear: both;
    text-align: center;
    padding-top: 12px;
}

#dropnav {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
    /* dark orange
    background-color: #c0732d;
    */
    background-color: #393939;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
}

#middle {
  padding-top: 8px;

}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 8px;
}


#tree  {
    margin-left: 0;
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1em;
}

/*
#tree ul {
    margin-left: 0;
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1em;
}
*/
#tree li {
    cursor: pointer;
}


.uoh:hover {
    text-decoration: underline;
}


#tree li:before {
    content: "\00BB \0020";
}

#tree li {
    cursor: pointer;
}

#sitemap li:before {
    content: "\00BB \0020";
}

#breadcrumb {
    background-image: url('/images/tdbg.gif');
    background-repeat: repeat-x;
    background-color: #6f4a00;
    padding: 0;
    padding-left: 2px;
    margin-bottom: 4px;
}

#breadcrumb ul {
  padding: 0;
  margin: 0;
  display: inline;
}

#breadcrumb ul li{

  display: inline;
}

#breadcrumb li:before {
    content: "\00BB \0020";
}

#leftnav > ul > li:before {
    content: "\00BB \0020";
}
/*
#leftnav > ul > li > ul > li:before {
    content: "\00BB\00BB \0020";
}

#leftnav > ul > li > ul > li > ul >li:before {
    content: "\00BB\00BB\00BB \0020";
}
*/

#yearlist li{
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24pt;
  font-size: 14pt;
  background-color: #b4702c;
}

#yearlist_bg {
  background-image: url('/images/a2.jpg');
  background-repeat: repeat-x;
  background-color: #c0732d;
  width: 290px;
  padding-left: 8px;
  padding-top: 4px;
  border: 1px solid #b68d4c;
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rightsreserved {
  color: #ffffcc;
  font-size: 8pt;
}

/*
#yearlist li a{
  width: 100px;
}*/




