﻿html, body
{
    height: 100%;
}
body
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, Sans-Serif;
    margin-bottom: 0px;
    margin-top: 15px;
    background-color: #FFFFFF;
}
form
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    min-height:90%;
}

.topNavigation
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.topNavigation a
{
    color: #FFFFFF;
    text-decoration: none;
}
.topNavigation a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.topNavigation a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

a
{
    text-decoration: underline;
    color: #66CC33;
}
a:visited
{
    text-decoration: underline;
    color: #66CC33;
}

a:hover
{
    text-decoration: underline;
}

.pageHeader
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:950px;
}


p.logos
{
    float:right;
    height:70px;
    line-height:50px;
}

.pageFooter
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/footer/footer_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #66CC33;
    padding-top: 15px;
    padding-bottom: 50px;
    border: 0px solid #66CC33;
}
.bottomNav
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.bottomNav a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
.bottomNav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
.footerTxt
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 2px;
    font-weight: bold;
    color: Black;
    font-size: 12px;
}

#content h1
{
    font-size: 18px;
}
#content h2
{
    font-size: 16px;
}
#content h3
{
    font-size: 14px;
}
#content
{
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h1,h2,h3 {
	margin:20px 0px 0px 0px;
}