@charset "UTF-8";

.heading {
	font-weight: bold;
}

.watermark {
	background-image: url(../images/bubbles.jpg);
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 66px;
	height: 480px;
	width: 480px;
	overflow: hidden;
	background-position: center center;
}
.grassBox {
	position: absolute;
	right: 8px;
	bottom: 53px;
	z-index: 10;
}
/* CSS Document */

.pageHeader {
	background-color: #4D3317;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F5C269;
	z-index: 10;
}
.pageContent {
	position: absolute;
	left: 0px;
	top: 69px;
	bottom: 66px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 50;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	font-size: 12px;
	right: 0px;
}
.contentBody {
	margin-right: 506px;
	margin-top: -8px;
	overflow: auto;
	z-index: 50;
	padding-left: 8px;
}
.pageFooter {
	background-repeat: no-repeat;
	height: 66px;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/mach1_footer.jpg);
	overflow: hidden;
	width: 100%;
	left: 0px;
	z-index: 3;
	background-position: center;
	margin-right: 8px;
	vertical-align: bottom;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.sideBox {
	right: 0px;
	width: 480px;
	position: relative;
	float: right;
}
.staffTitle {
	font-weight: bold;
	width: 100px;
}
.staffDetails {
	position: relative;
	left: 108px;
	top: -16px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #392813;
	padding-left: 10px;
	overflow: hidden;
	width: 600px;
}
.letterhead {
	margin-top: -8px;
	overflow: visible;
	z-index: 100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #E9C569;
	left: 240px;
	position: relative;
	width: 360px;
}
