/************** boxes **************/



/* --[[ top story rotator image style  ]]-- */
.tsImage {
	height: 235px;
	width: 450px;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* --[[ top story rotator headline text style  ]]-- */
.tsHeadline {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
/* --[[ top story rotator teaser text style  ]]-- */
.tsTeaser {
	height: 70px; overflow: auto;
	padding-top: 2px; 
}


.tsContent {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;

}


.tsButtonRow {
	background: #000000 url(images/button_background.gif) no-repeat left top; 
	height:30px;
	width:450px;
}

.tsButtons {
	margin-right: 2px;

	float: right;
}


.borderedBox {
	background: #ffffff;
	border: 1px #000000 solid;
	overflow: hidden;

	width: 450px;
}
