﻿html
{
	height: 100%;	
}

body 
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
	height: 100%;
}

a, a:visited
{

	text-decoration: none;
	color: Blue;
}


a:hover
{
	text-decoration: underline;
	color: Blue;	
}

.content
{
	height: 100%;
}

.centercell
{
	text-align: center;
	background-image: url('images/boot_faded.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	color: Black;
}


.sidecell
{
	background-color: #112211;
	width: 20px;
}


.PageTitle
{

	font-size: 20pt;
	font-family: Arial, Sans-Serif;
	color: Black;

}

.ContentText
{
	padding-left: 80px;
	padding-right: 80px;
	text-align: left;
}


