﻿body 
{
    font-family: Calibri, Arial, sans-serif;
    margin: 0;
    background: #ffffcc; /* url('images/contentBgGold.gif') repeat-y center;*/
    font-size: 90%;
}

#topBarBorder
{
    width: 100%;
    margin: 0 auto 0 auto;
    background: Maroon center;
    height: 4px;
    z-index: 0;
}

#topBanner
{
    position: relative;
    width:100%;
    background: #D4Af3A url('images/widetopbanner.jpg') repeat-x bottom;
    text-align: left;
    vertical-align: middle;
    padding-top: 10px;
    height: 120px;
}

.topBannerTable
{
    margin-left: auto;
    margin-right: auto;
}

.topBannerTable td
{
    padding: 0 50px 0 50px;
}

#logoImage
{
    border:0;
}

.borderLeft
{
    background-image: url('images/fadingLine.gif');
    background-position:left center;
    background-repeat: no-repeat;
    /*border-left: solid 2px black;*/
}

p.title
{
    font-size: 2em;
    margin: 0;
}

p.subtitle
{
    font-size: 1.5em;
    margin: 0;
}

p#missionStatement
{
    font-size: 1.2em;
}

#navBar
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 10px;
    * padding: 0 9px 0 11px; /* interpreted only by IE */
    * border-left: solid 0px Black; /* interpreted only by IE */
    
    height: 1.4em;
    /*background-color: #cccccc;*/
    color: #333366;
    font-size: 17.5px;
    font-weight: bold;
    text-align: center;
}

#navBar a
{
    color: #aaaa77;
    text-decoration: none;
    padding: 0 0.5em 0 0.5em;
}

#navBar a:hover
{
    color: #cc6600;
    text-decoration: overline;
}

#content
{
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px black;
    width: 728px;
    padding: 10px 40px 10px 40px;
}

#content a
{
    color: Navy;
}

#content a:hover
{
    color: Blue;
}

#footer
{
    clear: both;
    margin-top: 50px;
    position: relative;
    text-align: center;
    color: Gray;
    font-family: Arial;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 15px;
}

#footer a
{
    text-decoration: none;
    font-weight: normal;
    color: Gray;
    border-bottom: none;
}

p
{
    margin-left: 1em;
}

h1 
{
    margin: 0 0 1em 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #996633;
}

h2 
{
    margin: 0 0 1em 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #ff9933;
}

h3
{
    font-size: 1.1em;
    color: #cc6666;
}