body.drbfoverview div.bannerLeft
{
	background-color:#94996E;
}


body.drbfoverview div.pageContainer
{
	clear:both;
	padding-top: 15px;
	padding-left: 16px;
}

body.drbfoverview div.columnLeftContainer
{
	float:left;
	width:600px;
}

body.drbfoverview div.columnLeft h2
{
	background-color:#94996E;
	padding:6px 0 7px 9px;
	color:#FFF;
	width:100%;
}

body.drbfoverview div.columnLeft h3
{
	font-family:Arial;
	font-size:1.3em;
	padding:6px 0 7px 0px;
	color:#333;
	
}

body.drbfoverview div.columnLeft ul
{
	list-style:none;
/*	padding:7px 0 0px 0;*/
	clear:both;
}

body.drbfoverview div.columnLeft li
{
	background-image:url(../images/square.gif);
	background-position:8px 10px;
	color:#333;
	padding:6px 0 0 18px;
	clear:both;
}

body.drbfoverview div.columnLeft li.arrowHead
{
	background-image:url(../images/gold_arrow.gif);
	background-position:0px 6px;
	color:#333;
	padding:2px 0 0 10px;
	margin-top:10px;
	clear:both;
}

body.drbfoverview div.columnLeft p
{
	padding:0 0 10px 0;
	clear:both;
}

body.drbfoverview div.columnLeft img
{
	float:right;
	margin:-10px 10px 0 0;
}

body.drbfoverview div.columnLeft a
{
	text-decoration:none;
	color:#333;
}

body.drbfoverview div.columnLeft a:hover
{
	text-decoration:underline;
	color:#101010;
}

body.drbfoverview div.columnLeft h2 a, body.drbfoverview div.columnLeft h2 a:hover
{
	text-decoration:none;
	color:#FFF;
}

