﻿h3.sidebar_title
{
    color: black;
    margin: 0em 0em 0.5em 0em;
    border-top: dotted 1px #005572;
    border-bottom: dotted 1px gray;
}

div.sidebar_left
{
    float: left;
    
    border-right: dotted 1px #005572;
    margin-right: 10px;
    max-width: 300px;
}

div.sidebar_left > ul
{
    margin-right: 10px;
}

div.sidebar_left > ul > li
{
    margin-bottom: 0.5em;
}

div.sidebar_right
{
    float: right;
    
    border-left: dotted 1px #005572;
    margin-left: 10px;
    max-width: 300px;
}

div.sidebar_right > ul
{
    margin-left: 10px;
}

div.sidebar_right > ul > li
{
    margin-bottom: 0.5em;
}

div.sidebar_section
{
    font-weight: bold;
    color: #005572;
    margin-left: 10px;
    font-size: 1.1em;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: dotted 1px gray;
}

div.sidebar_content
{
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 1em;
    text-align: justify;
}
