@charset "UTF-8";
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#pageWrapper {
	width: 965px;
	left: 15%;
	right: 15%;
	position: absolute;
	background-color: #D1B28B;
	font-family: "Times New Roman", Times, serif;
	color: #410004;
}
#hdContainer {
	width: 965px;
}

#mainNavBar {
	width: 965px;
	clear: both;	
}

#MainContent {
	width: 700px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	float: right;
	clear: right;
	color: #510202;
}
.italics {
	font-style: italic;
}

#leftContent {
	width: 230px;
	float: left;
	position: absolute;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	clear: both;
	background-color: #510202;
}
#MainContent .textCentered em strong {
	text-align: center;
	display: block;
}



.textCentered {
	text-align: center;
}
.textWhite {
	color: #FFF;
	background-color: #65241E;
	border: medium solid #000;
	text-align: center;
	border-bottom: none;
	border-right: none;
}
.pcsbottom {
	text-align: center;
	width: auto;
	position: absolute;
	left: 379px;
	top: 2850px;
}
#pageWrapper #MainContent ul li {
	text-align: left;
}
#pageWrapper #MainContent p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#centeredText {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
.textWhite strong {
	text-align: center;
}
ul li h3 {
	text-align: left;
}

