﻿body 
{
    margin: 0;
    font-family: Tahoma;
    font-size: 10pt;
}

h1
{
    color: #58657b;
    font-weight: normal;
    font-size: 19pt;
    margin: 0;
    line-height: 26pt;
}
h2
{
    color: #93aeda;
    font-weight: normal;
    font-size: 16pt;
    margin: 0px;
    line-height: 20pt;
}
h3
{
    color: #58657b;
    font-weight: normal;
    font-size: 15pt;
    line-height: 20pt;
    margin: 0;
}
a img
{
    border: none;
}
.master
{
    width: 100%;
    text-align: center;
    background: url(../images/back-master.gif) repeat-x top left;
}
.main
{
    width: 942px;
    text-align: left;
    display: inline-block;
}
.topmenu
{
    background: url(../images/back-topmenu.gif) no-repeat;
    height: 73px;
    clear: both;
}
.topmenu .links
{
    display: inline-block;
    margin: 24px 0 0 30px;
}
.topmenu a
{
    color: White;
    text-decoration: none;
    display: inline-block;
    padding: 9px;
}
.topmenu a:hover
{
    text-decoration: underline;
}
.header
{
    background: url(../images/back-header.jpg) no-repeat;
    height: 240px;
}
.content
{
    display: inline-block;
    background: url(../images/back-content.gif) repeat-y;
    width: 942px;
}
.content p
{
    line-height: 14pt;
}
.content .info
{
    display: inline-block;
    margin: 10px 20px 10px 40px;
    padding: 0 15px 0 0;
    border-right: solid 1px #a1a8b4;
    width: 570px;
    float: left;
}
.content .form
{
    margin: 20px;
}
.content .rightpane
{
    font-weight: bold;
    color: #58657b;
}
.content .rightpane .input
{
    padding: 2px;
    width: 200px;
    margin-bottom: 4px;
}
.content .rightpane .siteform
{
    line-height: 10pt;
}
input, textarea, select
{
    font-family: Tahoma;
    font-size: 8pt;
}
.content .blocks
{
    padding: 0 0 0 20px;
}
.content .blockstop
{
    display: inline-block;
    background: url(../images/back-home-top.gif) no-repeat;
    height: 24px;
    width: 910px;
}
.content .blockscontent
{
    display: inline-block;
    background: url(../images/back-home.gif) repeat-y;
}
.blockleft, .blockmiddle, .blockright
{
    float: left;
    width: 295px;
}
.blockmiddle
{
    padding: 0 0 0 7px;
}
.blockright
{
    padding: 0 2px 0 7px;
}
.block
{
    padding: 0 10px 0 18px;
}
.block p
{
    margin: 10px 0 0 0;
}
.content .blocksbottom
{
    display: inline-block;
    background: url(../images/back-home-bottom.gif) no-repeat top;
    width: 902px;
    padding-top: 15px;
}
.homebutton
{
    background: url(../images/back-button-large.gif) no-repeat top center;
    width: 300px;
    height: 60px;    
    float: left;
}
.homebutton .link
{
    padding: 18px 18px 18px 20px;
    color: White;
    font-size: 9pt;
    font-weight: bold;
}
.homebutton .link a
{
    color: White;
    text-decoration: none;
}
.homebutton .link a:hover
{
    text-decoration: underline;
}
.footer
{
    background: url(../images/back-footer.gif) no-repeat;
    padding: 20px 0 0 15px;
    clear: both;
    color: #555;
}