/*****************************************************************
*  SUMMARY BOX SETTINGS
*
*****************************************************************/
#colouredBox{
	width:210px;
	float:right;
	margin:20px;
	margin-top:30px;
	background:#FBDC8A;
}
#colouredBox ul{
	margin-left:0;
	padding-left:0;
	font-size:8pt;
	font-weight:bold;
}
#colouredBox li{
	list-style-image:none;
	list-style:none;
}
b.rbottom b{
	background: #FBDC8A;
}
b.rtop b{
	background: #652037
}
#colouredBox h1{
	background:#652037;
	color:white;
	font-size:10pt;
	font-weight:normal;
	margin-top:0;
	padding-bottom:3px;
	text-align:center;
}