﻿.nomargin
{
    margin:0;
    padding:0;    
}

.separator 
{
    clear:both;    
}

h1.title
{
    color: #336633;
    border-bottom: 1px dashed #888 ;
    font-variant:small-caps;  
    margin-bottom: 1em;
    text-align:center;     
}

.sidebar-left-container
{
    background-color: #f8f8f8;
    border: 2px solid #c0c0c0;
    padding: 6px; 
    padding-top: 0;
    line-height: 180%;
    margin-bottom: 20px;
}

.sidebar-left-container h3
{
    margin: 0.5em auto 1em auto;
    border-bottom: 1px dotted #999;
    color: #000;
}

.sidebar-left-container a:hover
{
    text-decoration:none;
    font-weight:bold;
}