.sb
{
margin-left:40px;
}
h2.boxHeading{
 	background:	#38457B;
 	color:		#fff;
	padding-left:100px !important;
}
div.boxContent{
	border-left: 	solid #38457B 1px;
	border-right: 	solid #38457B 1px;
	border-bottom: 	solid #38457B 1px;
	padding-bottom:15px !important;
}
div.boxContent TABLE{
	margin-left:0px !important;
}


/* 'nifty' corners */
/* nifty corner container: */
.nc, .ncT{
	clear: both;
}
/* Background colour for top corners*/
.ncT div.b2, .ncT div.b3, .ncT div.b4{
   	background: #38457B;
}
.b1t, .b1b, .b2, .b3, .b4{
	display: block;
	overflow: hidden;
	height: 1px;
	height: 1px;
}
/* Set appropriate borders */
.b1t{
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#38457B;
}
.b1b{
	border-top-style: 	solid;
	border-top-width: 	1px;
	border-top-color: 	#38457B;
}
.b2, .b3, .b4{
	border-left-style: 	solid;
	border-left-color: 	#38457B;
	border-right-style:	solid;
	border-right-color: 	#38457B;
}
.b2{
	border-left-width:	2px;
	border-right-width:	2px;
}
.b3, .b4{
	border-left-width:	1px;
	border-right-width:	1px;
}

/* Corners on both sides */
.b1t, .b1b{	margin: 0 5px;}
.b2{		margin: 0 3px;}
.b3{		margin: 0 2px;}
.b4{		margin: 0 1px; 	height: 2px;}

