/**
	Based on Nifty Corners
	These styles allow for rounded corners purely with CSS.  No images and no JS.

span.rtop, span.rbottom {
	display:block;
	background: #FBFBF3
}

span.rtop span, span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden; 
}

span.r1 {
	margin: 0 5px;
}

span.r2 {
	margin: 0 3px;
}

span.r3 {
	margin: 0 2px;
}

span.rtop span.r4, span.rbottom span.r4 {
	margin: 0 1px;
	height: 2px;
}
*/

#sidebar div.block {
	/*background: #C3AF2C;*/
	border:1px solid #BBD4D4;
	padding-bottom: 0;	
	/**/margin-bottom: 0.5em;
	clear:both;
	width:97%;
	_width:95%;
	
}
div.roundedCorner {
	padding-left: 1em;
}

/* Used to flag already-rounded corners */
div.alreadyRounded {
}

div.roundedCorner
{

	color:#000;
	/*color:#000;*/
}

div.roundedCorner ul li a
{
	color:#000;
	/*color:#000;*/

}