/* page specific classes */
.default .allContent
{
    background:#73634C url(images/sideback_black.gif) repeat-y scroll right top;
    color: #E6DFCA;
    font-size:10pt;
}

.default
{
    background:#73634C url(images/sideback_black.gif) repeat-y scroll right top;
}

.default #header
{
    background-color: White;
}


.default #footer
{
    background:#73634C url(images/sideback_black.gif) repeat-y scroll right top;
    width: 1000px;
}

.default #content .sectiontitle , .default #content .sectionsubtitle
{
    margin-left: 10px;
}

.default #content .sectiontitle
{
    color:#F4F1EC;
    font-size:18pt;
}

.default #content .sectionsubtitle
{
    color:#F4F1EC;
    font-size:12pt;
    font-weight:lighter;
    margin-left: -13px;
}

.default #content p
{
    margin-right: 10px;
}

.default dir
{
    margin-right: 10px;
}

.default #content a
{
    color:#FFFFFF;
    text-decoration:underline;
}

.default #content .menu_level a
{
    font-family:Arial;
    font-size:12px;
    font-weight: normal;
    color: Black;
    text-decoration: none;
}

.default #content span.menu_level:hover a
{
    color: White;
}

.default #content table.menu_selected a,.default span.menu_selected a
{
    color: White;
}

.default #content table.menu_hover a
{
    color:White;
}

.default .mainContent
{
    padding-left: 85px;
}