﻿html
{
	height: 100%;
}
body
{
	height: 100%;
}
#nonFooter
{
	position: relative;
	min-height: 100%;
}
* html #nonFooter
{
	height: 100%;
}
* html FORM
{
	height: 100%;
}
#footer
{
	position: relative;
	margin: -50px auto 0 auto;
	height: 48px;
	width: 100%;
}
* html #footer
{
	margin-top: -49px;
}
#contentSub
{
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: .5em;
	margin-right: 1em;
}
#content
{
	padding-bottom: 51px;
}
#contentMain
{
	text-align: left;
	margin-left: 20em;
	padding-top: 10px;
}
.clearer
{
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
*
{
	margin: 0;
	padding: 0;
}

