h2.subsection_title {
    border:3px solid #57442a;
    background-color: #987540;
    color:#ffffff;
    font-family: Times, "Times New Roman", serif;
    font-size: 190%;
    /*font-weight: bold;*/
    margin-bottom: 24px;
    margin-top: 24px;
    padding:4px;
    text-transform:uppercase;
}

hr.section_title_rule {
    background-color: #57442a;
    color: #57442a;
    height:4px;
    margin: 0;
}

#section_content {
    color: #57442a;
    margin-bottom: 50px;
    margin-top: 10px;
    width:670px;
}

#section_content hr {
    border:2px solid #57442a;
    background-color: #987540;
    color: #987540;
    height:8px;
    margin: 0;
    width:40%;
}

#section_content hr.wide {
    width: 98%;
}

#section_content li h2, #section_content li h3,
#section_content h2, #section_content h3{
    font-family: Times, "Times New Roman", serif;
    font-size: 160%;
    margin-top: 20px;
    text-transform:uppercase;
}

#section_content li img {
    border:5px solid #eedddd;
    clear:both;
    float: right;
    margin-bottom: 30px;
    max-width: 320px;
}

#section_content li img.wide {
    float: none;
    max-width:none;
    margin: 20px 0px;
}

#section_content li img.inline {
    border: none;
    float: none;
    margin: 0px;
}



#section_content li a.lightbox img{
    float: none;
    margin-bottom:0px;
    margin-left: 0px;
    margin-right:0px;
    margin-top: 10px;
}

#section_content div.thumbs {
    clear: right;
    float: left;
    margin: 10px 10px 20px 0px;
}

#section_content div.thumbs p {
    margin: 0px 20px 0px 3px;
}

#section_content li br.row_sep {
    clear: both;
    margin-bottom:20px;
}

#section_content div.thumbs p.thumb_note {
    font-size:90%;
    font-style:italic;
}

#section_content li p, #section_content p {
    font-size:96%;
    margin:10px 16px 10px 0px;
}

#section_content li {
    clear: both;
    margin-top: 40px;
}

#section_content li blockquote, #section_content blockquote  {
    background-color:#e5d3be;
    font-size:96%;
    font-style:italic;
    margin: 10px;
    padding:10px;
}

#section_menu {
    margin-top: 2px;
}
#section_menu li {
    color: #57442a;
    display: inline;
    margin-right: 10px;
    font-family: Times, "Times New Roman", serif;
    font-size: 94%;
    text-transform:uppercase;
}

#section_content a {
color: #3875d7;
  text-decoration: none;
  }

#section_content a:link, #section_content a:visited, #section_content a:active {
color: #3875d7;
  text-decoration: none;
}
 #section_content a:hover {
    color: #f5f0e8;
    text-decoration: none;
}

#section_menu a {
    color: #57442a;
  text-decoration: none;
  }
#section_menu a:link, #section_menua:visited, #section_menu a:active {
    color: #57442a;
  text-decoration: none;
}
#section_menu a:hover{
    color: #57442a;
    text-decoration: none;
}
#section_menu a.current:link, #section_menu a.current:visited,
#section_menu a.current:active {
    color: #f5f0e8;
  text-decoration: none;
}

.highlight {
    color: #660000;
    font-weight: bold;
}

