div.pageBannerImg {
	background: url(../images/banners/promotions_banner.jpg) no-repeat right top;
}
#menu ul.newsMenu h2 a { background:#0066FF; }
.highlight {
	color: #CC0000;
}
#mainContentContainer table, #mainContentContainer td  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#quoteButton {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Index Buttons */
#indexButtons {
	height: 22px;
	width: auto;
	margin-top: 20px;
	background: url(../images/backgrounds/promo_training_bg.gif) repeat-x left bottom;
}
#indexButtons ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#indexButtons li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#indexButtons a {
	display: block;
	height: auto;
	width: auto;
	float: left;
	text-transform: uppercase;
	padding: 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 8px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background: #999999;
}
#indexButtons a:hover {
	background: #0066FF;
	border-color: #0066FF;
}
#indexButtons a.selected {
	color: #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	background: white;
}
