﻿html
{
    background-color: #55555b;
    background-color: #55555b;
    background-image: url(layout/bg_1.gif);
    background-repeat: repeat-x;
}
body
{
    /* 
    background-color: #55555b;
    background-image: url(layout/bg_1.gif);
    background-color: #6F6F77;
    background-image: url(layout/bg_2.gif);
    */
    
}

.fullPane
{
    width: 763px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/content_bg.gif);
}
.contentPane
{
    padding: 10px 10px 0px 10px;
}
.contentContainer
{
    border: 1px solid black;
    border-top: 0px;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 11px;
}

.sidebar160
{
    border: 1px solid black;
    border-top: 0px;
    width: 160px;
    background-color: #281C17;
    /*background-image: url(layout/sidebar_bg_1.gif);*/
    background-color: Black;
}

















.L1
{
    cursor: pointer;
    color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    background-color: #313224;
    text-decoration: none;
}

.L1_over
{
    cursor: pointer;
    color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    background-color: #313224;
    text-decoration: underline;
}

.L2Menu
{
    cursor: pointer;
    background-color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #4476A5;
}

.L2
{
    cursor: pointer;
    background-color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #4476A5;
}
.L2_over
{
    cursor: pointer;
    background-color: #4476A5;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
}


.menuSelected
{
    background-color: #F5F4B1;
    color: Black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.articleBG
{
    background-image: url(article_bg.gif);
}

.articleBG_over
{
    background-image: url(article_over_bg.gif);
}














.credits
{
    font-family: AvanteGarde, Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    color: #555;
}
.pageTitle
{
    font-family: AvanteGarde, Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 8px;
}



.articleSubheading
{
    font-family: Helvetica, Arial, Sans Serif;
    font-size: 15px;
}

.articleText
{
    padding-left: 5px;
    
    padding-bottom: 10px;
    text-align: left;
    font-family: Helvetica, Arial, Sans Serif;
    font-size: 13px;
}

