﻿body
{
    font-family: Adobe Garamond Pro, Georgia;
}

div
{
    display: block;   
}

a.header
{
    text-decoration: none;
}

img
{
    border: 0;
}


div#PrivacyStatement
{
    margin: 0 50px 0 50px;
}

div#container
{
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 975px;
    padding-top: 0px;
}

div#header
{
    padding: 0px 20px 20px 20px;
    position: relative;
    height: 110px;
}

div#content
{
     background: #204ba9; 
    height: 567px;
}


div#leftcol
{
    float: left;
}


div#middlecol
{
    width: 290px;
    float: left;
}

h2
{
    color: white;
    display: block;
    font-family: Adobe Garamond Pro, Georgia;
    font-size: 22px;
}

p
{
    color: white;
    display: block;
    font-family: Adobe Garamond Pro, Georgia;
    font-size: 14px;
}

.text
{
    width: 200px;
}

div#rightcol
{
    float: right;
    width: 250px;
}

a.white
{
    font-family: Adobe Garamond Pro, Georgia;
    font-size: 14px;
    color:White;
}

div#footer
{
	font-family: Adobe Garamond Pro, Georgia;
    font-size: 14px;
    color:Black;
}

input.text
{
    width: 220px;
    
    font: Arial;
}
textarea
{
    font: Arial;
    width: 250px;
}

input#Submit
{
    width: 230px;   
}

ul
{
    padding: 0;
    margin: 0;
}

li
{
    
}
