@charset "utf-8";
.MainContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: auto;
	width: 100%;
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	min-width: 900px;
}
.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 60px;
	width: 100%;
	background-image: url(img/headerbg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	min-width: 900px;
	overflow: visible;
	visibility: visible;
	right: 0px;
}
.HeaderText {
	position: relative;
	height: 60px;
	width: 900px;
	text-align: left;
}

.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	height: 27px;
	width: 420px;
	top: 13px;
	position: relative;
	float: left;
	z-index: 150;
}
.Footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	position: fixed;
	height: 30px;
	width: 100%;
	text-align: center;
	bottom: 0px;
	background-image: url(img/footerbg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	left: 0px;
	right: 0px;
}
.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	position: relative;
	height: 15px;
	width: auto;
	text-align: center;
}
.PageContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	position: relative;
	height: auto;
	width: 900px;
	margin-right: 10px;
	max-width: 900px;
	float: left;
	top: 40px;
}

.Logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 176px;
	width: 176px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #006;
	left: 0px;
	float: left;
}
.Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	position: relative;
	height: 24px;
	top: 16px;
	width: 470px;
	text-align: right;
	float: right;
	z-index: 200;
}
.BlankHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 60px;
	width: 100%;
	z-index: 100;
}
