﻿*, html, body 
{
    margin: 0px;
    padding: 0px;
}
#divPage
{
    width: 800px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#divLeft
{
    width: 190px;
    height: 600px;
}
#divRight
{
    width: 30px;
    height: 600px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#divTopBorder
{
    width: 580px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 190px;
}
#divBottomBorder
{
    width: 580px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 190px;
}

/*----- Contents ----- */

#divTopMessage
{
    width: 560px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: 210px;
}
#divPageLinks
{
    width: 540px;
    height: 21px;
    margin-bottom: 13px;
    padding-top: 4px;
    padding-left: 20px;
    position: absolute;
    top: 110px;
    left: 210px;
    border-top-style: double;
    border-top-width: 3px;
    border-top-color: #A67940;
    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #A67940;
    background-color: #6B3914;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #F9CB76;
    text-align: left;
}
#divPageLinks a
{
    color: #FFFFCC;
    text-decoration: none;
}
#divPageLinks a:hover
{
    color: #F9CB76;
    border-top-style: dotted;
    border-top-width: 1px;
}
#divLeftContent
{
    width: 335px;
    height: 410px;
    position: absolute;
    left: 210px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #6B3914;
    top: 150px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    padding-right: 5px;
}
#divAddress
{
    width: 335px;
    height: 35px;
    position: absolute;
    left: 210px;
    bottom: 40px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #6B3914;
    overflow: visible;
}
#divRightContent
{
    width: 215px;
    height: 380px;
    position: absolute;
    top: 150px;
    right: 30px;
}
#divContentImage
{
    width: 215px;
    height: 140px;
    position: absolute;
    bottom: 40px;
    right: 30px;
    z-index: -1;
}

/*----- News & Events ----- */

#divNewsEvents
{
    width: 215px;
    height: 120px;
    margin-bottom: 10px;
    padding: 0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #6B3914;
}

/*----- Quick Links ----- */

#divQuickLinks
{
    width: 215px;
    padding: 0;
}
.ulListLinks
{
    line-height: 18px;
    list-style: none;
    overflow: visible;
    display: block;
    font-size: x-small;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}
.ulListLinks li
{
    width: 210px;
    margin-right: 5px;
}
.ulListLinks a 
{
    color: #6B3914;
}
.ulListLinks a:hover
{
    color: #A67940;
}