﻿body 
{
    font-family: "Helvetica Neue",calibri,helvetica,arial,sans-serif;
    font-size: 90%;
    
    background-color: #f2efcf;
    
    margin: 0;
    
    text-align: center;
}

a img
{
    border: none;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #4e524a;
}

h5.copyright a 
{
    color: #4e524a;
}

textarea 
{
    font-family: "Helvetica Neue",calibri,helvetica,arial,sans-serif;
}

#menuBar 
{
    background-image: url('/images/menuBg.png');
    
    border-bottom: solid 4px #506d31;
    
    margin: auto;
    width: 100%;
    height: 36px;
    
}

#menuBar a:link, #menuBar a:active, #menuBar a:visited
{
    color: #333;
    font-weight: bold; 
}

#menuBarContent
{
    margin: auto;
    width: 850px;
    text-align: left;
}

#menuBarContent .login
{
    color: #555;
    padding-top: 2px;
    float: right;
}

#menuBarContent li
{
    font-size: 1.2em;
    padding: 7px 16px;
    border-left: solid 1px #bbb;
    color: #333;
}

#menuBarContent li:hover
{
    background-color: #c4ceba;
}

#headerBar 
{
    background-image: url('/images/headerBg.png');
    
    width: 100%;
    height: 130px;
}

#headerBarContent
{
    margin: auto;
    padding-top: 12px;
    width: 825px;
    text-align: left;
}

#contentMain 
{
    background-image: url('/images/contentBg.png');
    
    width: 818px;
    margin: auto;
}

#contentMainContent
{
    padding: 4px;
    text-align: left;
}


#contentMain #top 
{
    display: block;
    margin: auto;
    margin-top: -12px;
    
}

