﻿body 
{
    background-color:#ffffff;
    width:970px;
    margin-left:auto;
    margin-right:auto;
    
    margin-top:0px;
    
}


img
{
	border:0px;
}

#Container
{
    width:970px;
    padding:10px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
}

#Logo
{
    width:800px;
    height:120px;
}

div.Header
{
}




h1.Headline
{
	font-family: Times New Roman, serif;
	font-size: 160%;
	line-height: 100%;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom:10px;
}


p.Preamble
{
    font-family:Arial;
    font-size:12px;
    color:#2f2f2f;
    margin:0px;
}


a
{
    text-decoration:none;
    color:#2f2f2f;
}

a:hover
{
    text-decoration:underline;
    color:#2f2f2f;
}