/*Three Column Layout*/
div#rightSidebar{
	float:right;
	width:215px;
	padding-top:18px;
	border:none;
}
div#rightSidebar h4{
	font-size:12pt;
	font-weight:bold;
}
div#rightSidebar div#featuredStory{
	width:192px;
	margin-left:11px;
	margin-right:11px;
}
div#rightSidebar div#featuredStory h4{
	font-size:12pt;
	background-image:url('../images/blue-bullet.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:18px;
	text-transform:lowercase;
	height:18px;
}
div#rightSidebar div#rightFeatureBox{
	width:215px;
	background-image:url('../images/right-side-feature-bg.png');
	background-position:top left;
	background-repeat:repeat-y;
}
div#rightSidebar div#rightFeatureBox div{
	margin-left:22px;
	margin-right:22px;
	color:#666;
	font-size:10px;
}
div#rightSidebar div#rightFeatureBox h4{
	font-size:14px;
	color:#6599a7;
}
div#mainContent{
	margin-right:225px;
}