﻿body
{
    margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/
    background-color: #907D61;
}

div#container
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:810px;
}

div#headerDiv
{
    position: relative;
    top: 20px;
    width: 810px;
    height: 320px;    
    background-repeat:no-repeat;
}

div#mainContentTop
{
    position: relative;
    top: 0px;
    width: 810px;
    height: 15px;
}

div#mainContentBackground
{
    background-image: url('images/mainContentBackground.jpg');
    background-repeat: repeat-y;
    position: relative;
    top: 0px;
    width: 810px;
    overflow: auto;
}

div#mainContentBottom
{
    position: relative;
    top: 0px;
    width: 810px;
    height: 11px;
}

div#navigation
{
    float: right;
    width:191px;
}

div#webDesigner
{
    width: 810px;
    height: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align:right;
    top: 10px;
}

.clickHere a:link, .clickHere A:visited
{
    background-color:#907D61;
   
    color: #ffffff;
    font-weight: bold;
    font-size: 9pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
}

.clickHere a:hover, .clickHere A:visited:hover
{
    color: #000000;
    background-color: #777777;
    border:solid 1px #555555;
}

.information
{
    font-family:Arial;
    font-size: 10pt;
    color: #333333;
}

.navigate a:link, .navigate A:visited
{
    display:block;
    color: #AE0000;
    height:25px;
    font-weight: bold;
    font-size: 10pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    padding-top:10px;
    
}

.navigate a:hover, .navigate A:visited:hover
{
    height:24px;
    padding-top:9px;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('images/hoverBackground.jpg');
    border:solid 1px #555555;
}

.title
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #AE0000;
}

.webDesigner
{
    font-weight: bold;
    font-size: 9pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    color: #ffffff;
}

.webDesigner a:link, .webDesigner A:visited
{
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

.webDesigner a:hover, .webDesigner A:visited:hover
{
    color: #E8E7E7;
}