#ContentTitle {
	font-size: 30px;
	color: #0062F4;
	position: relative;
	overflow: hidden;
	padding-bottom: 35px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
	text-align: right;
	padding-top: 15px;
}
#Content {
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 60px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #333;
}
p.FirstParagraph:first-letter{
	positioning: relative;
	position-x: 10;
	font-size: 3em;
	color: #0062F4;
	float: left;
	margin-top: -.2em;
	/*	margin-left: -10px;*/
	padding-right: 10px;
	display: block;
	padding-top: 0px;
}
p.quote {
	font-size: 14px;
	display: block;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}

p:first-letter{
	/* padding-left:25px; */
}

