﻿body
{
    font-family: Verdana, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    background: #003366;
}


#wrapper
{
    margin: 0px auto;
    text-align: center;
    width: 100%;
    background: url(headerBG.jpg) repeat-x top;
}
#header
{
    height: 80px;
    text-align: center;
}
#header-content
{
    margin: 0px auto;
    width: 778px;
    text-align: left;
}
#header h3
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 11px;
    text-align:center;    
}
#header-logo
{
    float: left;
}

.header-block
{
    float: right;
    padding: 10px 20px 0px 0px;
}
#bar
{
    border-top: 5px solid #3366CC;
    padding: 5px 0px 5px 0px;
    background: #003366;
    height: 21px;
    text-align: center;
}
#bar-content
{
    margin: 0px auto;
    width: 778px;
    text-align: right;
}

#bar ul
{
    margin: 2px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#bar ul li
{
    display: inline;
    padding-right: 15px;
}
#bar ul li a:link, #bar ul li a:visited
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#bar ul li a:hover
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: underline;
}

#search
{
    width: 280px;
    float: right;
    text-align: right;
    margin: 0px 0px 0px 0px;
}

#content-wrapper
{
    margin: 0px auto;
    width: 778px;
    text-align: left;
    background: #FFFFFF;
}
#content
{
    float: left;
    width: 778px;
    text-align: left;
    background: #FFFFFF;
}
#body
{
    background: #FFFFFF;
    width: 512px;
    float: left;
    margin-top: 10px;
}
#body-content
{
    padding: 5px 10px 5px 10px;
}
#body h1
{
    font-size: 18px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: normal;
    color: #333333;
}
#body h2
{
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #333333;
}
#body a:link, #body a:visited
{
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}
#body a:hover
{
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
}
.categories
{
    list-style: none;
    font-size: 12px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.categories-content
{
    padding-left: 10px;
}
.category
{
    float: left;
    margin-bottom: 10px;
    width: 160px;
}

.category a:link, .category a:visited
{
    font-size: 13px;
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}
.category a:hover
{
    font-size: 13px;
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
}

.sites ul
{
    list-style: none;
    font-size: 12px;
    margin: 10px 10px 10px 10px;
    padding: 0px;
}
.sites li
{
    display: inline;
}

.sites li a:link, .sites li a:visited
{
    font-size: 13px;
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}
.sites li a:hover
{
    font-size: 13px;
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
}

.sites-separator
{
    border: 1px solid #CCCCCC;
}

.form
{
    margin-left: 110px;
}
.form-label
{
    font-weight: bold;
    margin-top: 10px;
}
.textbox
{
    border: 1px solid #666666;
}
.button
{
    border: 1px solid #333333;
    background: #0066CC;
    color: #FFFFFF;
    font-size: 11px;
}
#sidebar-wrapper
{
    width: 260px;
    float: right;
}
#sidebar
{
    padding: 0px 10px 10px 0px;
    
}
#sidebar h2
{
    font-size: 18px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: normal;
    color: #333333;
}

.sidebar-block a:link, .sidebar-block a:visited
{
    font-size: 13px;
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}
.sidebar-block a:hover
{
    font-size: 13px;
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
}
.sidebar-block
{
    background: #FFFFFF;
    width: 100%;
}

.sidebar-block-content
{
    padding: 5px 0px 10px 0px;
}

.sidebar-block ul
{
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}

.sidebar-block ul li
{
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

.sidebar-block-content ul li a:link, .sidebar-block ul li a:visited
{
    font-size: 13px;
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}

.sidebar-block ul li a:hover
{
    font-size: 13px;
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
}

.sidebar-separator
{
    border: 1px solid #CCCCCC;
}

