#leftcol {
	margin-right: 380px;
	text-align: left;
	background-color: #497BBA;
} 

#rightcol {
	margin-left: 380px;
	background-color: #497BBA;
} 

div#MainContainer {
	width: 770px;
	text-align: left;
	margin: 0 auto; /* compliant browser center */ 
	background-color: #487BB9;
}

div#contentDiv {
	padding: 2px;
}

#contentCell {
	width: 390px;
}

.newsYearCell {
	width: 50px;
	height: 20px;
}

.newsDateCell {
	width: 100px;
	height: 20px;
}


.newsTitleCell {
	width: 230px;
	height: 20px;
	padding-bottom: 10px;
}

#newsStoryDate {
	font-size: 9px;
	font-style: italic;
}

#newsStoryTitle {
	color: #000;
	font-weight: bold;
}

#newsStoryStroke {
	width: 350px;
	height: 1px;
	overflow: hidden;
	background-color: #000;
}

#newsStoryFooterTable {
	width: 350px;
}

#jobDate {
	font-size: 9px;
	font-style: italic;
}

#jobTitle {
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

#jobStroke {
	width: 350px;
	height: 1px;
	overflow: hidden;
	background-color: #000;
}

#jobFooterTable {
	width: 350px;
}