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


.twoColFixRtHdr #sidebar-aboutus {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FBEBE3;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 0.85em;
	border: 1px solid #523D78;
}
