﻿body 
{
    background-color: #b48b01;
    margin: 0px;
    color: #626262;
    font: 10pt Verdana, Arial, Sans-Serif;
}

#head
{
    background: url('images/headBG.jpg') repeat-x;
    height: 87px;
}

#head div div
{
    float: right;
    text-align: right;
}

#menu
{
    background-color: #f3f3f3;
    height: 28px;
    padding: 6px 0px 0px 0px;
}

#body
{
    background-color: White;
    padding: 10px 0px 10px 0px;
}

#sep
{
    clear: both;
    height: 20px;
}

#footer
{
    background: url('images/footBG.jpg') repeat-x;
    height: 75px;
}

#footer div
{
    padding-top: 20px;
    text-align: center;
    color: White;
}

.mid, #footer div
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#head, #footer
{
    color: White;
}

#left
{
    float: left;
    width: 540px;
}

#right
{
    float: right;
    width: 230px;
    text-align: right;
}

#featureText{
    font-size: 12pt;
    float: right;
}

/* ############## LINKS ################ */

a{
    color: #b48b01;
}

a:hover{
    color: Black;
    text-decoration: none;
}

#menu a
{
    font-size: 11pt;
    color: #626262;
    margin-right: 40px;
}

#menu a:hover
{
    text-decoration: underline;
    color: #b48b01;
}

#footer div a
{
    color: White;
    margin-right: 10px;
}

#footer div a:hover
{
    text-decoration: none;
}

/* ################ IMAGES ########### */

img.h{
    padding: 2px;
    border: solid 1px gray;
    margin: 4px;
}

/* ################ TEXT & TITLES ########### */

h1{
    border-bottom: solid 1px #b48b01;
}

h1, h2, h3
{
    color: #b48b01;
    font-weight: normal;    
}

h1
{
    font-size: 14pt;
}

h2
{
    font-size: 12pt;
}

h3
{
    font-size: 11pt;
}