﻿body
{
    font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size: 14px;
    padding: 0px;
    height: 100%;
    margin: 0px;
    
    vertical-align: top;    
    height: 100%; 
    background-color: #2c1714;
    color: #505050;
}

FIELDSET
{
    padding: 10px;
}

.Footer
{
    background-image: url("images/BkFooter.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 15px 65px 5px 65px
}

.Footer A, .Footer A:link, .Footer A:active, .Footer A:visited
{
    color: #ffffcc;
    display: block;
    font-size: 12px;
    
}

H1
{
    font-size: 22px;
    font-weight: normal;
    color: #2c1714; 
    margin-top: 0px;
}

H2
{
    font-size: 18px;
    font-weight: bold;
    color: #2c1714; 
    margin-top: 0px;
}

H3
{
    font-size: 16px;
    margin-top: 0px;
}

.MainBody
{
    background-image: url("images/BkRepeat.jpg");
    background-position: top center;
    background-repeat: repeat-y;
}

.TopHeader
{
    background-image: url("images/BkTop.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.Middle
{
    padding: 0px 60px 0px 60px;
    vertical-align: top;
}

A, A:link, A:hover, A:active, A:visited
{
    color: #990000;
    font-size: 14px;
}

.breadcrumb
{
    padding: 5px 10px 5px 0px;
}

.breadcrumb, .breadcrumb A, .breadcrumb A:link, .breadcrumb A:hover, .breadcrumb A:active, .breadcrumb A:visited
{
    font-size: 12px;
    color: #2c1714;
    margin-top: 5px;
}



.wdcWebsitesList li
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.wdcWebsitesList li .small
{
    font-size: 11px;
}

.wdcWebsitesList li IMG
{
    border: 1px solid #c0c0c0;
}

.footer DIV
{
    width: 100%;
    font-size: 11px;
    color: #c0c0c0;    
    padding: 5px;
    margin: 30px 0px 10px 0px;
    text-align: center;
    border-width: 0px 0px 0px 0px;
    border-color: #c0c0c0;
    border-style: dotted;    
}

.menu DIV
{
    margin: 0px 0px 15px 0px;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #ffffff;
    padding: 5px;
    text-align: center;
}

.menu DIV A
{
    color: #ffffff;
    margin: 0px;
    padding: 2px 10px 2px 10px;
    border-left: 1px dotted #c0c0c0;
    text-decoration: none;
}

.menu DIV A:hover
{
    color: #000000;
    margin: 0px;
    padding: 2px 10px 2px 10px;
    border-left: 1px dotted #c0c0c0;
    background-color: #ffffff;
    text-decoration: none;
}

.datapager
{
    text-align: center;
    clear: both;
    width: 100%;
}