/*********************************/
/* Styles for Rounded Container DkGreen White Background*/

#DkGreen-WhiteBkgnd {
	padding: 0px;
	margin: 5px;

}
#DkGreen-WhiteBkgnd .RCTopLeft {
	padding-left: 0px;
	width: 6px;
	height: 30px;
	background: url('images/HeaderDkGreenLeft.gif') no-repeat right bottom;
}
#DkGreen-WhiteBkgnd .RCTop {
	background-image: url('images/HeaderDkGreenTop.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 100%;
	height: 30px;
}
#DkGreen-WhiteBkgnd .RCTopRight 
{
    padding-left: 0px;
	width: 6px;
	height: 30px;
	background: url('images/HeaderDkGreenRight.gif') no-repeat left bottom;
}
#DkGreen-WhiteBkgnd .RCLeft {
	background-image: url('images/leftDkGreen.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#DkGreen-WhiteBkgnd .RCCenter {
	background-color: #FFFFFF;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#DkGreen-WhiteBkgnd .RCRight {
	background-image: url('images/rightDkGreen.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
}
#DkGreen-WhiteBkgnd .RCBottomLeft {
	width: 6px;
	height: 6px;
	background: url('images/llDkGreen.gif') no-repeat right top;
}
#DkGreen-WhiteBkgnd .RCBottom {
	background-image: url('images/bottomDkGreen.gif');
	background-repeat: repeat-x;
	background-position: 50% top;
	width: 100%;
	height: 6px;
}
#DkGreen-WhiteBkgnd .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url('images/lrDkGreen.gif') no-repeat left top;
}
#DkGreen-WhiteBkgnd .TitleDkGreen-WhiteBkgnd 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; font-weight:bold;
	color:#FFFFFF;
	padding: 6 0 0 0px;
	
}
#DkGreen-WhiteBkgnd .Content-WhiteBkgnd {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}



