﻿body
{
    background-color: #beb3a1;
}
#wrapper
{
    background-color: White;
    width: 760px;
    height: auto;
    margin: 0 auto;
}
#content
{
    margin: 0 auto;
    width: 760px;
}
#topMenu
{
    padding: 0;
    margin: 0;
    background-color: #aa700a;
    color: White;
    width: 100%;
    text-align: left;
    list-style-type: none;
    height: 22px;
}
#topMenu li
{
    font-size: 10pt;
    display: inline;
    list-style-type: none;
    font-family: Arial;
    height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
#topMenu li a
{
    text-decoration: none;
    color: White;
    padding: 2px 11px 4px;
}
#topMenu li a:hover
{
    background-color: #7c895f;
}
#leftMenu
{
    width: 190px;
    background-color: #908675;
    float: left;
}
#leftMenu ul
{
    margin: 0 15px 0 15px;
    padding: 0;
}
#leftMenu ul li
{
    list-style-type: none;
    margin: 0 5px 3px 5px;
    color: White;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#leftMenu a, #leftMenu a:link
{
    text-decoration: none;
    color: white;
}
#leftMenu a:hover
{
    color: #C3CB7A;
}
#outerBorder
{
    border-left-width: 190px;
    border-left-color: #908675;
    border-left-style: solid;
}
#bodyContent
{
    margin: 10px 20px;
    min-height: 600px;
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    font-weight: normal;
}
#bodyContent h1
{
    font-size: 18pt;
    font-family: Arial;
    font-weight: lighter;
}
#bodyContent h2
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
}
#bodyContent img
{
    border: none 0;
}
#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#lightbox img
{
    width: auto;
    height: auto;
}
#lightbox a img
{
    border: none;
}
