#currentNewsMainBody {
	position: absolute;
	height: 500px;
	width: 620px;
	left: 300px;
	top: 225px;
	color: #FFFF00;
	text-align: left;
}
#sideBarMiddleCurrentNews {
	position: absolute;
	height: 3500px;
	width: 240px;
	left: 1px;
	top: 767px;
	background-repeat: repeat-y;
	background-image: url(../images/yellowFiller.gif);
}
.currentNewsHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	color: #CCCC99;
}
.currentNews {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	color: #FFFF00;
}
.classList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFF00;
}
.classListRightJustify {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFF00;
	text-align: right;
}
.currentNewsLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-align: left;
	color: #FFFF00;
}
