#leftcol {
	margin-right: 380px;
	background-image: url(/graphics/interface/background_left.gif); 
	text-align: left;
} 

#rightcol {
	margin-left: 380px;
	background-image: url(/graphics/interface/background_right.gif); 
} 

div#MainContainer {
	width: 770px;
	height: 100%;
	text-align: left;
	margin: 0 auto; /* compliant browser center */ 
	background-image: url(/graphics/interface/background_inside.jpg);
}

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: #87A5CB;
	font-weight: bold;
}

#newsStoryStroke {
	width: 350px;
	height: 1px;
	overflow: hidden;
	background-color: #87A5CB;
}

#newsStoryFooterTable {
	width: 350px;
}

#jobDate {
	font-size: 9px;
	font-style: italic;
}

#jobTitle {
	color: #87A5CB;
	font-weight: bold;
	margin-bottom: 15px;
}

#jobStroke {
	width: 350px;
	height: 1px;
	overflow: hidden;
	background-color: #87A5CB;
}

#jobFooterTable {
	width: 350px;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #EFD825;
 text-transform: uppercase;
}

.chart table {
	margin: 0;
	padding: 0;
	border: 1px;
}

.chart  td {
	text-align: center;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 2 5 2 5;
	font-size: 12px;
	color: #fff;
}
