div.accent {width: 215px; float: left;}
div.content {margin-left: 235px; margin-right: 10px; padding-top: 10px;}

div.accentblock{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-image: url(/images/accent/bg.gif);
	background-repeat: repeat-y;
	width: 213px;

	/*border: 1px solid red;*/
}
div.accenttext{
	font-family: Tahoma;
	font-size: 11px;
	color: #0073d1;
	background-image: url(/images/accent/bgbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 15px 15px 15px;
	margin: 13px 0px 0px 0px;
}
div.accenttitle{
	background-image: url(/images/accent/bgtop.gif);
	background-repeat: no-repeat;
	padding: 38px 15px 0px 16px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0073d1;
}
div.accentimg{
	width:166px;
	border-top:1px solid #94b0db;
	border-bottom:1px solid #94b0db;
	padding: 2px 3px 2px 3px;
	margin: 13px 0px 0px 15px;
}
