body {

    background-color: #875A2A;
    
}

#subnav {

 height: 30px; 
 background-color: #502C08;
 border-top: solid 1px #401A00;
 padding: 0; 

}

#subnav table {
    height: 30px;
    width: 100%;
}

#subnav table td {
    background-color: #502C08; 
    text-align: center;
}

#subnav table td.inner {
    border-right: solid 1px #DEA967;
}

#subnav table td a {
    font: bold 12px helvetica;
    color: #fff;
    text-decoration: none;
}    

#subnav table td a:hover {
    color: #ffff00; 
}



#content  {

    background-color: #F6D1A3;
    padding: 15px;
    
}

#content a {
    color: #990000;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none; }
    

#content  ul li { font: normal 14px helvetica; color: #000; }

#content h1 {

    font: bold 36px "Times New Roman";
    color: #990000; 
    margin: 0 0 10px 0;

}

#content h2 {

    font: bold 24px "Times New Roman";
    color: #502C08;
    margin: 0 0 10px 0;
    
}

#content h3 {

    font: bold 14px "Times New Roman";
    color: #502C08;
    border-bottom: dashed 1px #502C08;
    margin: 0 0 5px 0;
    
}

#content td {

    font: bold 12px helvetica;
    color: #502C08;

}

#content td.inverse {
    font: bold 12px helvetica;
    color: #fff;
    background-color: #502C08;
}


#content P { font: normal 14px helvetica; color: #000; }

#content img { border: solid 1px #502C08; }

#content div.photo { font: normal 12px arial; color: #502C08; text-align: center;}