/* global styles */
html
{
    height: 100%;
}

body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #4F4F4F;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

#main
{
    position: relative;
    height: 100%;
}

#topdiv
{
    width: 750px;
    margin: 0 auto;
    text-align: center;
}

#content
{
    width: 520px;
    margin: 0 auto;
    padding-top: 15px;
    height: 100%;
}

#footercontainer
{
    position: relative;
}

#footertext
{
    padding-top: 5px;
    text-align: right;
}

#h1
{
    font-size: 18px;
    color: #8F8F8F;
}
#h2
{
    font-size: 20px;
    color: #8F8F8F;
}
#h3
{
    font-size: 16px;
    color: #8F8F8F;
}

#hr
{
    background-color: #049550;
    height: 10px;
}

#leftpane
{
    width: 150px;
    float: left;
}

#rightpane
{
    width: 350px;
    float: right;
    border-left: 1px solid #049550;
    padding-left: 15px;
}

#navlist ul
{
    list-style: none;
    margin-left: 2px;
    font-size: 12px;
    padding-left: 0px;
}

#navlist li
{
    padding-left: 0px;
    margin-left: -35px;
    list-style: none;
    line-height: 20px;
}

#navlist li a:link, a:visited
{
    color: #9F9F9F;
    text-decoration: none;
}

.active
{
    font-weight: bold;
}

#navlist li a:hover
{
    color: #330066;
    text-decoration: underline;
}

.caption
{
    font-size: 10px;
    text-align: center;
}

input
{
    font-size: 11px;
    height: 15px;
    width: 150px;
}

.submit
{
    border: 1px solid #7F9DB9;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 60px;
}

.label
{
    border-bottom: 1px solid #BFBFBF;
    text-align: left;
    vertical-align: bottom;
    width: 140px;
}

