﻿body
{
    font-family: Tahoma;
    font-size: 9.5pt;
    color: #222;
    width: auto;
    text-align: center;
}
.hidden
{
    display: none;
}
#wrapper
{
    width: 800px;
    margin: auto;
    text-align: left;
}
#header
{
    padding-top: 10px;
}
#logo
{
    float: left;
    margin-top: 10px;
}
#advert
{
    float: right;
    padding: 2px;
    border: solid 1px #aaa;
    background-color: #ccc;
}
#breadcrumb
{
    width: 400px;
    clear: right;
    float: right;
    text-align: right;
    margin: 4px;
    margin-right: 0; #margin-top:0;
}
#banner
{
    clear: both;
    background-color: #426492;
    height: 147px;
}
#contentArea
{
    padding-top: 10px;
}

#col1
{
    float: left;
    width: 200px;
}

#navHeader
{
    background-color: #426492;
    color: White;
    text-indent: 10px;
    padding: 2px;
}
#navTree
{
}


#col2
{
    float: right;
    width: 580px;
    min-height: 400px;
    border-left: solid 1px #aaa;
    padding-left: 10px;
}
#footer
{
    clear: both;
    border-top: solid 1px #aaa;
    padding-top: 5px;
    margin-bottom: 10px;
}
#footerImages
{
    clear: both;
    margin-bottom: 10px;
}
#copyright
{
    float: right;
}
.left
{
    float: left;
}
.right
{
    float: right;
    width: 200px;
}
.clear
{
    clear: both;
}
.node
{
    font-family: Tahoma;
    font-size: 9.5pt;
}
