body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#Content {
	width:80%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:justify;
	border:0px;
	background-color:#FFF9BF;
		}

#content_text {
	width:85%;
	margin:10px auto; /* Right and left margin widths set to "auto" */
	text-align:justify;
	border:0px;
	background-color:#FFF9BF;
		}
#Content_navbar {
	width:100%;
	margin:0px;
	height:auto;
	valign:top;
	vertical-align: top;
	vertical-align: top;
	text-align: center;
	margin-top: 0px;
	float: none;
	background-color: #8C0879;
	padding: 0;
	}
p {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}
h1 {
	font-family: "arial";
	color: #7E2C72;
}
h2 {
	font-family: "arial";
	font-size: 18px;
	color: #7E2C72;
}
