@charset "utf-8";
/* CSS Document */


.twoColFixRtHdr #sidebar-resources {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-color: #000;
	background-color: #E0C59A;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
