/*all sections*/
div#maincontent
{
    min-height:300px;
    text-align:justify;
}

div#maincontent img.article
{  
    clear:both;
    margin:10px 20px 10px 30px;
}

div#maincontent img.article_right
{
    float:right;
    margin:10px 10px 10px 10px;
}

div.main_header
{
    font-size:15px;
    color:#2b083e;
    font-weight:800;
    text-transform:lowercase;
    padding-top:8px;
}

div.sec_header
{
    font-size:12px;
    color:#303099;
    text-transform:uppercase;
    font-style:italic;
    padding-top:8px;
}

div#sidebar
{
    font-size:10px;
    float:right;
    width:202px;
    height:auto;
    margin:2px 10px 0px 10px;
    text-align: justify;
}

div.sidebar_title
{
    width:100%;
    text-align:center;
    border-bottom:solid 1px #2b083e;
    background-color:#e6e8ea;
    color:#2b083e;
    font-weight:bold;
    padding:3px 0 3px 0;
}

div.sidebar_section_footer
{
    width:inherit;
    height:3px;
    border-top:solid 3px #2b083e;
}

div#learnlinks
{
    border:solid 1px #2b083e;
}

div.learnlink
{
    width:inherit;
    height:35px;
    border-top:outset 2px white;
    border-bottom:outset 2px white;
}

/*subsection pages */

div#othersection_link
{
}