@charset "utf-8";
.Links {
	position: absolute;
	height: 50px;
	width: 100%;
	background-color: #D9D8D5;
}
.headBanner {
	height: 100px;
	width: 100%;
	top: 70px;
	position: absolute;
	background-color: #D9D8D5;
}
.content {
	position: absolute;
	height: 500px;
	width: 100%;
	top: 190px;
	background-color: #D9D8D5;
}
.footBanner {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 710px;
	background-color: #D9D8D5;
}


.page {
	position: relative;
	height: 100%;
	width: 895px;
	top: 20px;
	border: 1px;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pageText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4B4B4B;

}
.pageText .page .content p {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
.pageText .page .content h2 {
	margin-top: 15px;
}



.corner {
	position: absolute;
	height: 200px;
	width: 220px;
	z-index: 0;
	background-image: url(Images/corner.gif);
	bottom: 0.1em;
	right: 0.1em
}

body {
	padding: 180px;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(Images/c3bg1.jpg);
	background-repeat: repeat-x;
	background-color: #D5D5D5;
	background-position: center top;
}
a:link {
	color: #3A3A3A;
}
a:visited {
	color: #7C7C7C;
}
a:active {
	color: #3A3A3A;
}

a:hover {
	color: #FFFFFF;
}
