@charset "utf-8";
.siteLogo {
	background-repeat: inherit;
	position: absolute;
	width: 30%;
	left: 70%;
	text-align: right;
	vertical-align: middle;
	background-color: #FFFFFF;
	top: 0%;
	height: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.headerNav {
	top: 20%;
	position: absolute;
	width: 100%;
	left: 0%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-attachment: fixed;
	background-color: #000000;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	position: relative;
	left: 2%;
	text-align: left;
	padding-right: 4%;
	color: #FFFFFF;
	font-weight: bold;
}
.SiteSourround {
	position: absolute;
	height: 100%;
	width: 98%;
}
.siteTextLabel {
	background-color: #CCCCCC;
	left: 10%;
	width: 75%;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3%;
	height: 30%;
	top: 30%;
	overflow: auto;
	background-repeat: repeat-x;
	color: #000000;
	background-attachment: fixed;
	background-position: left bottom;
}
body {
	margin-left: 1%;
	margin-top: 1%;
}
.logoText {
	vertical-align: middle;
	top: 7%;
	left: 20%;
	position: absolute;
	height: 10%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	top: 100%;
	position: absolute;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #000000;
	left: 0%;
}
