* 
{
	padding: 0;
	margin: 0;		
}

.ForceClear 
{
	clear: both;
}

html, body
{
	font-family: sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #494949;
	height: 100%;
}

body a 
{
	text-decoration: underline;
	color: #FFF000;
	outline: none;
}

body a:hover
{
	color: #CC0000;
}

#container 
{
	clear: both;
	min-height:100%;
	height: 100%;
	height: auto !important;
	position: relative;
}

#header
{
	clear: both;
	height: 75px;
	padding: 10px;
	margin: 0;
	background-color: #111111;
	font-size: 22pt;
	font-family: Verdana, Arial;
	font-style: italic;
}

#header a
{
	color: #FF0000;
	text-decoration: none;
}

#header a:hover
{
	color: #CC0000;
	text-decoration: none;
}

#PageContents
{
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 50px;   /* Height of the footer */
}

#PageContents li 
{
	margin-left: 50px;
}

#footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #111111;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}

#footer img 
{
	border: none;
	outline: none;
	text-decoration: none;
	padding-left: 2px;	
}

p {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

h1 
{
	color: #FF0000;
	font-style: italic;
	font-family: Verdana, Arial;
	font-size: 16pt;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

h2 
{
	color: #FF0000;
	font-style: normal;
	font-family: Verdana, Arial;
	font-size: 13pt;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.hrLight
{
	border-style: none;
	border: 0;
	color: #aaaaaa;
	background-color: #aaaaaa;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

div.hrDark
{
	border-style: none;
	border: 0;
	color: #000000;
	background-color: #000000;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

div.spacer 
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation
{
	float: right;
}

.navigation a
{
	float:left;
	color: #CC0000;
	font-size: 10pt;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 15px 20px 15px 20px;
}

.navigation a:hover
{
	text-decoration: underline;
	color: #EE0000;
}

.OutlinedTable 
{
	border-style: none;
	border-collapse: collapse;
	padding: 0;
	margin: 10px;
}

.OutlinedTable th 
{
	text-align: center;
	border: solid 1px #FFFFFF;
	padding: 3px;
}

.OutlinedTable tr 
{
	text-align: left;
}

.OutlinedTable td 
{
	border: solid 1px #FFFFFF;	
	padding: 3px;
}

.LayoutTable 
{
	border-style: none;
	border-collapse: collapse;
	padding: 0;
	margin: 10px;
}

.LayoutTable th 
{
	text-align: center;
	border-style: none;
	padding: 3px;
}

.LayoutTable tr 
{
	text-align: left;
}

.LayoutTable td 
{
	border-style: none;	
	padding: 3px;
}

.TwoColumnBlock 
{
	float: left;
	padding: 10px;
	margin: 5px;
	width: 450px;
	height: 225px;
	text-align: center;
	background-color: #595959;
	border: solid 2px #000000;
}

.TwoColumnBlock img
{
	padding: 10px;	
}