/* General settings */

body
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: rgb(0,0,0); /* Black */
}

/* Header block */

#header
{
    width: 960px;
    height: 160px;
    margin-bottom: 15px;
}

#header_logo
{
    float: left;
    margin-left: 32px;
    margin-right: 42px;
}

/* Sidebar block (Menu + Extra) */

#sidebar
{
    width: 190px;
    float: left;
}

#sidebar_menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#sidebar_menu a
{
    display: block;
    width: 190px;
    height: 25px;
    background-color: rgb(10,75,150); /* Blue */
    line-height: 25px; /*must be equal to the height of the block to center the text vertically*/
    text-indent: 10px;
    color: rgb(255,255,255); /* White */
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#sidebar_menu #current_menu_item a
{
    background-color: rgb(134,135,139); /* Dark Grey */
    border-bottom: 1px solid rgb(255,255,255); /* White */
    border-top: 1px solid rgb(255,255,255); /* White */
}

#sidebar_menu a:hover
{
   color: rgb(0,0,0); /* Black */
   background-color: rgb(240,240,240); /* Light Grey */
}

#sidebar_extra
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: rgb(220,220,220) solid 2px; /* Grey */
}

#sidebar_extra a
{
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar_extra a img
{
    border: none;
}

/* Page content */

#content
{
    margin-left: 205px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgb(240,240,240); /* Light Grey */
}

a
{
    color: rgb(10,75,150); /* Blue */
    text-decoration: none;
}

p
{
    padding-left: 20px;
    padding-right: 20px;
    text-align:justify;
}

h2
{
    color: rgb(10,75,150); /* Blue */
}

h3
{
    color: rgb(134,135,139); /* Dark Grey */
    text-decoration: underline;
}

.image_paragraph, .image_legend_paragraph
{
    text-align: center;
    font-weight: bold;
}

.image_paragraph img
{
    border: rgb(220,220,220) solid 2px; /* Grey */    
}

/* Footer */

#footer
{
    padding: 5px;
    clear: left;
    margin-top: 10px;
    border-top: rgb(220,220,220) solid 2px; /* Grey */
    border-bottom: rgb(220,220,220) solid 2px; /* Grey */
    background-color: rgb(240,240,240); /* Light Grey */
    text-align: center;
}
