﻿body {
	margin:0;
	padding:0;
	height:100%;
	
}

.H1 {
	font-size:medium;
	font-weight:bold;
	color:white;
	font-family:Verdana
}

.center {
	text-align:center
}

.Text {
	font-size:small;
	color:white;
	font-family:Verdana

}

.container {
	min-height:100%;
	position:relative;
}

.header {
	height:80px;
	background-image:url('images/page/hfbg.jpg');
	padding:0px;
	text-align: center;
	vertical-align:middle;
	color:white;
}
.header1 {
	height:100px;
	text-align: center
}

.body {
	padding:10px;
	padding-bottom:60px;	/* Height of the footer */
}



.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;			/* Height of the footer */
	background-image:url('images/page/hfbg.jpg');
}

.footertext {
	color:white;
	text-align:center;
	font-size:10pt

}

.footertext2 {
	color:white;
	text-align:center;
	font-size:8pt

}

.contentBody {
	width:861px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana;
	font-size:small
}

.contentBodyLeft {
	width:600px;
	float:left;
	padding-left:10px
}

.contentBodyRight {
	width:250px;
	float:right
}

.contentBodyInline {
	width:861px;
	float:left;
	padding-left:10px
}

.contentFoot {
	width:861px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/page/contentbottom.png');
	height:15px
}