﻿html,body 
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    height: 100%;
    border: none;
    background-color: #FFFFFF;
}
a
{
    color: #687DC3;
}
a:visited
{
    color: #687DC3;
}
a:hover
{
    color: #FE7920;
    text-decoration: none;  
}
h1
{
    font-size: 16pt;
    font-weight: bold;
    color: #1F347B;
    padding-left: 30px;
}
h2
{
    font-size: 14pt;
    font-weight: bold;
    color: #1F347B;
    padding-left: 30px;
}
.pageMain
{
    text-align: center;
    height: 100%;       
}
.pageMain table
{    
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;  
    height: 100%;
    width: 820;
    background-color: #FFFFFF;
}
.header
{
    background-color: #FFFFFF;
    font-size: 24pt;
    font-weight:bold;
    color: #1F347B;
    height: 150px;
    width: 100%;
    padding: 5px 5px 5px 5px;
}
.footer
{
    background-color: #FFFFFF;
    font-size: 10pt;
    font-weight: normal;
    color: #687DC3;
    height: 20px;
    text-align: center;
    padding: 3px 5px 3px 5px;
}
.content
{
    height: auto;
    width: 610px;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;   
}
.content p
{
    padding-left: 30px;
    color: #1F347B;
}
.sidebar
{
    width: 210px;
    text-align: center;
    vertical-align: text-top;
}
.sidebarDiv
{
    padding-top: 15px;       
}
.contentTable
{
    text-align: left;
}
.contentTable td
{
    padding-bottom: 10px;
}
.contentTable td h1
{
    font-size: 16pt;
    font-weight: bold;
    color: #1F347B;
}
