﻿
div#container
{
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 902px;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }



.footer
{
	width: 900px;
	height: 25px;
	background-color: #780001;
	border-top: solid Maroon 4px;
	border-left: solid #66667C 1px;
	border-right: solid #66667C 1px;
	border-bottom: solid #66667C 1px;
	text-align: left;
	color: #E5E1D1;
}

.footer p
{
	font-size: 7pt;
}

.appname
{
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

.copy
{
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}