#jumbotron {
	width: 685px;
	height: 310px;
	position:relative; top: 66px;
}

#contentContainer {
	background-image: url('../images/homepage/homepageBG.jpg');
	background-repeat: no-repeat;
}

.newsDate {
	font-size: 10pt;
}

.newsTitle {
	font-size: 12pt;
}

.lowerContent {
	position:relative; top: 86px;
	display:none; 
	opacity:0.85;
}

.lowerContentCenter {
	width: 697px;
	padding-right: 1px;
}

.centerBoxHeader {
	width:710px;
	height:50px;
	padding-top: 10px;
	background-image: url('../images/leftContentHeaderBG.png');
	background-repeat: no-repeat;
	font-size: 24pt;
	font-weight: bold;
}

.centerBoxBG {
	width:710px;
	background-image: url('../images/leftContentBG.png');
	background-repeat: repeat-y;
}

.centerBoxFooter {
	width:710px;
	height:20px;
	background-image: url('../images/leftContentFooterBG.png');
	background-repeat: no-repeat;
}

