
body {
    background: #EFE9D9;
    margin: 0px;
}

body,text,td{
    color: #282724;
    font: verdana;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #8D3A25;
    font: courier new;
    font-weight: bold;
}

h1{
    font-size: 24px;
}
h2{
    font-size: 16px;
}
h2{
    font-size: 14px;
}

h4{
    margin-bottom: 2px;
}

.error {
    color: red;
}


tr.navigation td a{
    font: courier new;
    font-weight: bold;
    color: #554D34;
    text-decoration: none;
}
tr.navigation td a:visited{
    color: #7D795E;
}
tr.navigation td a:hover{
    color: #516D6B;
}
tr.navigation td a:active{
    color: #9C6A48;
}


a{
    font: verdana;
    color: #9C6A48;
    text-decoration: underline;
}
a:visited{
    color: #7D795E;
}
a:hover{
    color: #516D6B;
    text-decoration: none;    
}



table#navigation tr td{
    border-bottom:1px solid #F0E9D9;
    padding: 3px 0px 3px 5px;
    width: 147px;
    border-left: none
}
td#root_link{
    border-top: 1px solid #F0E9D9;

}


td#navigation_parent_cell.sub_page{
    background: transparent url("/display/image/nav_top_sub.jpg") no-repeat top left; 
    padding-top: 40px;
}

td#navigation_parent_cell.home_page{
    background: transparent url("/display/image/nav_top_home.gif") no-repeat top left;  
    padding-top: 37px;
}


table#navigation{
  border-collapse:collapse;
}

table#navigation tr td{
  background-color: #D6CEB7;
}


table#navigation tr.navigation td.dark_nav_cell{
  background-color: #CBC4AA;
}
table#navigation tr.navigation td.light_nav_cell{
  background-color: #D6CEB7;
}


td#content{
  width: 599px;
  padding: 5px 0px 0px 14px;
}


#page {

    background: #dde;
    white-space: nowrap;
}



h1.with_arrow {
    background: url("/display/image/arrow.gif") no-repeat center left;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom:1px solid #B2AD9A;
    width: 487px;

}

h1#title.no_arrow {
    background:  none;
    padding-left: 28px;
}


#content {
    float: left;
    width: 487px;
    border: 0px;
    padding: 0px;
    background: none;
    white-space: normal;
}



#footer {
    margin-top: 8px;
    padding-bottom: 12px;
    white-space: normal;
}




li{
  padding-bottom: 6px;
}

img{
  display: block;
}
