body{
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:1024px;
	padding-bottom: 50px;
	height: 550px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
}

#PageTitle{
	position: absolute;
	top: 25px;
	width: 1024px;
	height: 35px;
	text-align: center;
}

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#E75A28;
	text-align: center;
}

#ProgramArea{
	position: absolute;
	top: 75px;
	height: 25px;
	width: 1000px;
}

li{
	position: relative;
	margin-bottom: 20px;
	text-align: left;
}
