html, body 
{
  height: 100%;
  font-family: sans-serif;
  font-size: 12px;
}

body
{
  margin: 0px;
  padding: 0px;
}

#container 
{
	position: relative;
	min-height: 100%;
}

#footer 
{
	position: absolute;
	bottom: 0;
	padding: 10px;
	background-color: #0066b2;
	width: 100%;
}

.ContentFrame
{
  border-collapse: collapse;
  height: 100%;
  width: 900px;
}

.Banner
{
  height: 120px;
  text-align:center;
}

.TopNav
{
  height: 30px;
}

.Content
{
  width: 900px; 
  vertical-align: top;
  line-height: 1.6;
  padding: 8px;
  text-align: center;
}

.Content a
{
  color: #6D3F7C; 
  font-weight: bold;
}

.contentWrapper
{
  width: 1000px;
  height: 100%;
}

.Footer
{
  height: 35px;
  text-align: center;
  font-size: x-small;
  font-weight: bold;
}