/* Remove unwanted elements */
#banner, #banner2, #banner3, #banner4, #banner5, #banner6, 
#rtCol, #rtBottomCol, #NewsltCol, #NewsMonthHeader, 
#footernav, #iconsidebar {
	display: none;
}

/* remove all borders */
#content, #innercontent, #ltCol, .Col2, 
#ltBottomCol, #NewsrtCol, #rtNarrowCol {
	border: none;	
}

/* remove specific borders */
#ltNarrowCol {
	border-left: none;	
}

/* Ensure the content spans the full width */
#main, #tagline, #content, #innercontent, table,
#ltCol, #ltBottomCol, #NewsrtCol  {
	width: 100%;
	margin: 0;
	float: none;
}

/* office columns */
#ltNarrowCol {
	width: 30%;
}

#rtNarrowCol {
	width: 70%;
}

/* underline links */
a:ACTIVE {
	text-decoration: underline;
}
