@charset "utf-8";
.PageLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	font-weight: bolder;
}
#Logo {
	height: 185px;
	float: left;
	width: 100%;
	position: static;
	background-image: url(HeaderImage.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: scroll;
}
#footer {
	height: 85px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	position: static;
	float: left;
	clear: both;
}


#sidebar {
	background-color: #666666;
	float: left;
	width: 225px;
	position: static;
	left: auto;
	top: auto;
	color: #FF0000;
	text-align: center;
	font-family: Mistral, serif;
	font-size: 32px;
	height: 500px;
}
#content {
	background-color: #E6E6E6;
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	Height: 500px;
	overflow:auto;
	position: static;
	cellpadding: 25px;
}
#content p {
	font-family: "Comic Sans MS", Arial;
	text-indent: 25px;
	margin: 25px;
	padding: 15px;
}
