﻿html, body, img, div, span, a, table, tr, td, th, ul, li
{
    border: 0; 
    margin: 0;
    padding: 0;
}
body 
{
    width: 100%;
    height: 100%;
    font-family: Tahoma;
    font-size: 12px;
    color: #000;
    background: #10476b url('images/HeaderBar.gif') repeat-x top;
    text-align: center;
}
#mainBody
{
    width: 766px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
#topBar 
{
    width: 766px;
    display: block;
    height: 76px;
}
#leftSection
{
    width: 536px;
    display: block;
    float: left;
    background: #f6f6f0;
}
#whiteContent 
{
    margin-left: 45px;
    margin-right: 45px;
    float: left;
}
#whiteContent a:link, #whiteContent a:active, #whiteContent a:hover, #whiteContent a:visited
{
    color: #639000;
}
img.polaroid 
{
    float: left;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#rightSection
{
    width: 230px;
    float: right;
    background: #186495 url('images/RightBar.gif') no-repeat bottom;
}
#navSection
{
    width: 230px;
    height: 190px;
    background: url('images/NavBackground.gif') no-repeat bottom;
}
#navList
{
    float: left;
    list-style: none;
    width: 230px;
    margin: 0;
    margin-top: 16px;
}
#navList li 
{
    float: left;
    width: 230px;
    display: block;
    height: 23px;
    margin-left: 0px;
    margin-top: 4px;
}
#navList li a
{
    display: block;
    width: 230px;
    height: 23px;
    text-indent: -400px;
    overflow: hidden;
    float: left;
}
#homeLink { background: url('/images/nav/home.gif'); }
#homeLink:hover { background: url('/images/nav/home_over.gif'); }
#programLink { background: url('/images/nav/program.gif'); }
#programLink:hover { background: url('/images/nav/program_over.gif'); }
#signageLink { background: url('/images/nav/signage.gif'); }
#signageLink:hover { background: url('/images/nav/signage_over.gif'); }
#messageLink { background: url('/images/nav/message.gif'); }
#messageLink:hover { background: url('/images/nav/message_over.gif'); }
#contactLink { background: url('/images/nav/contact.gif'); }
#contactLink:hover { background: url('/images/nav/contact_over.gif'); }
#teamLink { background: url('/images/nav/ourteam.gif'); }
#teamLink:hover { background: url('/images/nav/ourteam_over.gif'); }
#footerBar 
{
    clear: both;
    width: 766px;
    color: #e97e00;
    font-family: Tahoma;
    font-size: 11px;
}
#footerBar a
{
    color: #babab6;
    text-decoration: none;
    margin-right: 6px;
    margin-left: 6px;
}
#footerBar a:hover
{
    color: #babab6;
    text-decoration: underline;
}
#callout
{
    margin-left: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}
#callout dl
{
    width: 215px;
}
#callout dt
{
    color: White;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 3px;
}
#callout dd
{
    margin-left: 0;
}
.contentText 
{
    background: #10476b;
    border: 1px solid black;
    color: #37b8dd;
    width: 210px;
}
.contentArea
{
     color: #37b8dd;
    background: #10476b;
    width: 210px;
    height: 100px;
    border: 1px solid black;
}
#logo
{
    margin-top: 10px;
}
h2.h2
{
    overflow: hidden;
    font-size: 1px;
    text-indent: -150px;
    width: 194px;
    height: 17px;
    margin: 0px;
    margin-bottom: 5px;
    clear: both;
}