.Fixed {
	position: fixed;
	background-image: url(Pic/TopBackground.jpg);
	text-align: center;
	vertical-align: top;
	overflow: visible;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #820000;
	top: 200px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.Mid {
	width: 60%;
	left: 20%;
	position: absolute;
	text-align: right;
}
.Left {
	top: 0px;
	float: left;
	width: 20%;
	position: absolute;
	z-index: 1;
	left:-20%;
	overflow: hidden;
}
.Right {
	top: 0px;
	float: Right;
	width: 20%;
	position: absolute;
	z-index: 1;
	text-align: right;
	right: -20%;
	overflow: hidden;
}
.addressHeadding {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #820000;
}
.Overlap {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 76px;
	text-align: center;
	z-index: 2;
}
.TextAlign {
	vertical-align: text-top;
}
p {
	margin: 0px;
	padding: 0px;
}
.Width {
	width: 70%;
}
.BigHeadding {font-size: 36px}
.Headdings {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.SmallHeaddings {
	font-size: 18px;
	font-weight: bold;
}
