@charset "UTF-8";
/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	background-image: url(../Images/backgroundtile.gif);
	background-repeat: repeat;
}
#container {
	min-height:100%;
	position:relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	background-color: #D9DAD4;
}
#header {
	background-color: #FFFFFF;
}
#content {
	padding:3px;
	padding-bottom:80px;   /* Height of the footer */
	background-color: #D9DAD4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.TableCells {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
	padding: 3px;
}
.WelcomeColumns {
	width: 33%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4BF;
	border-left-color: #C4C4BF;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#footer {
	position:fixed;
	bottom:0;
	width:730px;
	height:110px;
	background-color: #000000;
}
.Heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AA272C;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.Heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AA272C;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #AA272C;
	text-decoration: underline;
}
