@charset "utf-8";
/* CSS Document */
.glidetext{
	position: relative;
	/*Set initial position of your text. Make it just enough to hide the text from view:*/
left: -1500px;
	width:85%;
	margin:auto;
}
body {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 65px;
	color: #3772ba;
}
hr {
	height:0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
	padding: 0px;
	margin: 0px;
}
img {
	border-style: none;
}
#content, #content2
{
	display:none;
	margin:auto;
	width:85%;	
}
