﻿html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0px;
}
html>body, html>body #contents {
	height: auto;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFFFFF;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;	
	font-size: 10px;
	font-weight: bold;
	color: #272727;

}
body 
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #272727;

}
#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
    \width: 100%;
    w\idth: 70%;
} 

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #006044;
	padding-bottom: 10px;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	padding-bottom: 10px;
}
h3
{
	font-size: 18px;
	font-weight: bold;
	color: #272727;
}
h4
{
	font-size: 16px;
	font-weight: bold;
	color: #016090;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
h6
{
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
