/* CSS Document */


/* Works in conjuction with 'base_layout.css'to control the presentation of the site index pages. Controls the presentation of the billboard & topic-banner section. */

div.billboard {
	padding: 0px;
	margin: 0px;
	height: 293px;
	width: 792px;
	clear: both;
}
div.topic-banner {
	padding: 0px;
	margin: 0px;
	height: 161px;
	width: 792px;
	clear: both;
	border-top: 3px solid #FFFFFF;
}



/* Controls presentation of columns & rows for 'billboard' & 'topic-banner' divs. */

div.topic-banner-top-row {
	padding: 0px;
	margin: 0px;
	height: 84px;
	width: 792px;
	clear: both;
}
div.topic-banner-btm-row {
	padding: 0px;
	margin: 0px;
	height: 74px;
	width: 792px;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}