﻿body, html
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background-color: #3D3934;
    font-size: 10px;
    color: #3d3934;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}
body
{
    min-width: 750px;
}
#wrap
{
    margin: 0 auto;
    width: 760px;
}
#tagLine
{
    background-color: #3D3934;
    padding:0px
}
#header
{
    height: 58px;
    background-image: url(Images/template_01.jpg);
    text-align:right;
    padding: 5px 5px 0px 0px;    
}
#nav
{
    width: 740px;
    height: 27px;
    background-image: url(Images/template_03.jpg);
    text-align: right;
    padding: 13px 10px 10px 10px;
}
#innerNav
{
    float: right;
}

#breadcrumb
{
    float: left;
    width: 507px;
    height: 21px;
    background-image: url(Images/template_04.jpg);
    padding: 13px 10px 0px 10px;
}
#newsHead
{
    float: right;
    width: 233px;
    height:34px;
    background-image: url(Images/template_05.jpg);
    background-repeat:no-repeat;
}
#main
{
    float: left;
    width: 507px;
    background-image: url(Images/template_06.jpg);
    padding: 10px 10px 0px 10px;
    min-height: 520px;
}


#newsHead
{
    float: right;
    width: 233px;
    height: 34px;
}

#sidebarWrap
{
    background-color: #e9e9e9;
}
#sidebar
{
    background: #fff;
    float: right;
    width: 213px;   
    padding: 7px 10px 3px 10px;
    min-height: 520px;
    background-image: url(Images/template_07.jpg);
}
#footer
{
    background: #3D3934;
    clear: both;
    height: 25px;
    background-image: url(Images/template_08.jpg);
    padding: 10px 10px 0px 10px;
}

#header h1
{
    padding: 5px;
    margin: 0px;
}


#footer p
{
    padding: 5px;
    margin: 0px;
}

.pageHeader
{
    font-weight: bold;
    font-size: 16px;
    color: #133bad;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.siteBlue
{
    font-weight: bold;
    font-size: 12px;
    color: #133bad;
    font-family: Arial, Helvetica, sans-serif;
}

.siteBlueLarge
{
    font-weight: bold;
    font-size: 18px;
    color: #133bad;
    font-family: Arial, Helvetica, sans-serif;
}

.siteWhite
{
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.siteWhiteLarge
{
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    text-decoration: none;
    color: #0027B3;
    font-size: 10px;
    font-family: Verdana;
    border: 0px;
    font-weight: bold;
}


a:hover
{
    font-family: Verdana;
    color: #3D3934;
    border: 0px;
}

#nav a
{
    color: #ffffff;
}

#nav a:hover
{
    color: #3D3934;
}