﻿*
{
	margin: 0;
}

html
{
	height: 100%;
	overflow: scroll;
}

body 
{
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: #333333;
}

h2
{
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
}

p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}

li
{
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px auto; /* the bottom margin is the negative value of the footer's height */
}

.push 
{
	clear: both;
	height: 80px; /* .push must be the same height as .footer */
}

.Footer
{
	width: 100%;
	height: 79px;
	border-top: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}

.FooterText
{
	width: 900px; 
	height: 10px; 
	color: #999999; 
	background-color: #EFEFEF;
	line-height: 18px; 
	padding: 5px 10px 10px 10px; 
	margin-left: auto; 
	margin-right: auto;
}

a.FooterLink:link
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

a.FooterLink:visited
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

a.FooterLink:active
{
	color: #FFBE56;
	text-decoration: none;
	font-weight: normal;
}

a.FooterLink:hover
{
	color: #FFBE56;
	text-decoration: none;
	font-weight: normal;
}

a:link
{
	color: #69431b;
	text-decoration: none;
}

a:visited
{
	color: #69431b;
	text-decoration: none;
}

a:active
{
	color: #a2773b;
	text-decoration: none;
}

a:hover
{
	color: #a2773b;
	text-decoration: none;
}
