body, html{
height: 100%;	
text-align: center;	
margin: 0px 0px 0px 0px;
background-color: #DDDDDD;
font-family: Arial;
font-size: small;
color: #333333;
}

div#container{
background-color: #FFFFFF;		
width: 790px;
margin: 0 auto 0 auto;
text-align: center;
height: 100%;	
}

div#content{
background-color: #FFFFFF;	
width: 540px;
margin: 0 0 0 0;
padding: 15px 125px 15px 125px;
text-align: left;
vertical-align: middle;
}


p
{
font-family: Arial;
font-size: small;
	}

		
h1
{
font-family: Arial;
color: #800000;
text-align: center;
font-size: 2.5em;
	}

h2
{
font-family: Arial;
color: #800000;
font-size: x-large;
text-align: center;
margin-top: 15px;
	}	
	
a:link, a:visited, a:active{
text-decoration: underline;
color: #333333;
}

a:hover{
text-decoration: underline;
color: #777777;
}		

ul
{
font-family: Trebuchet MS;
font-size: small;
font-weight: normal;
list-style-type:disc;
	}
	
ol
{
font-family: Trebuchet MS;
font-size: small;
font-weight: bold;
	}	
	
li{
font-family: Trebuchet MS;
font-size: small;
margin-bottom: 10px;
}


