﻿html
{
    overflow: auto;
    height: 100%;
    width: 100%;
}

body
{
    background-color: #E8E8E8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: justify;
}

a
{
    color: #0000FF;
    outline: none;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img 
{
	border: 0;
	outline: none;
}

h1 {
	font-size: 215%;
	font-weight:bold;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: -2px;
}

h2 {
	text-align:center; 
	font-size: 110%;
	font-weight:bold;
}


/*Header */

#HeaderBox
{
    width: 765px;
    background-color: #4273C5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #4273C5;
    border-right-color: #4273C5;
    border-left-color: #4273C5;
}


/* Footer */

#FooterBox
{
    width: 765px;
    margin-left: auto;
    margin-right: auto;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #4273C5;
    border-left-color: #4273C5;
    clear:both;
}

#LegalFooter 
{
	font-size: 9px;
    width: 765px;
	text-indent: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 15px;
}

#LegalFooter a {
	color: #000000;
	text-decoration: none;
}

#LegalFooter a:hover {
	text-decoration: underline;
}




