*{margin:0px;}

body
{
    background-color:#456F96;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
    font-size:18px;
    color:#456F96;
}
a:visited
{
    color:#456F96;
}
p 
{
	margin-top: 0px;
}

.clearFix 
{
	clear: both;
}
.Headline, p.Headline, li.Headline, div.Headline, span.Headline, .h1
{
    font-family: Verdana;
    font-size: 14pt;
    color: #1F405F;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
.Subhead1, p.Subhead1, li.Subhead1, div.Subhead1, span.Subhead1, .h2
{
    font-family: Verdana;
    font-size: 11pt;
    color: #347E66;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#mainContent 
{
	width: 880px;
	padding: 10px;
	margin: 20px auto;
	background-color:#FFFFFF;
}

/* Header */
#header 
{
    height: 100px;
    width: 900px;
    margin: 5px auto;
}
#headerLogo
{
    float:left;
    height: 90px;
    width: 90px;
}
#headerText
{
    width:810px;
    padding-top:30px;
    text-align:left;
}
/* End header */



/* Footer */
#footer 
{
	width: 900px;
	margin: 20px auto;
	padding-top: 4px;
}

#footer a 
{
	border-bottom: none;
}

.footer a, .footer a:visited 
{
	color: #8B7241;
}

.footer a:hover 
{
	color: #540115;
}
/* End footer */

