/**** This is the css for the left shout box areas ****/
#container-contentarea { background: url(../images/bg-container-contentarea-left.gif) repeat-y;}
#leftcolumn .shout {
	max-width: 198px !important;
	width: expression(document.body.clientWidth > 198? "198px": true );
	color: #999;
	display: block;
	border-top: 10px solid #FFF;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	font-style: italic;
}
#leftcolumn a.shout:hover {
	text-decoration: none;
}
#leftcolumn .shout .text {
	display: block;
	padding: 15px 10px 20px 10px;
	max-width: 170px !important;
	width: expression(document.body.clientWidth > 170? "170px": true );
}
#leftcolumn .shout .text strong {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
#leftcolumn .shout .text strong.gray {
	font-weight: bold;
	font-style: normal;
	color: #999;
}
