/***** content_accentis, content_ae *****/
div.RHS_custom2 p, div.RHS_custom3 p, div.RHS_custom5 p { /* Common p element styling */
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:400; /* Make thge text bold for emphasis */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}

div.RHS_custom2 { /* bottom specific values*/
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
	height:131px; /* set the minimum height of the div to match the background image height */
	background:url(../images/boxes.jpg) top left no-repeat; /* Set the background image for the bottom section.
															The image is placed at the top left and does not 
															repeat. The rest of the box inherits the backcolour 
															from the main wrapper div */
}

div.RHS_custom2 p {
	text-align:left; /* Left align the text */
	font-weight:normal; /* Make the font weight normal */
	font-size:75%; /* set the font size for p, scaled from the body declaration */
	margin-left: 260px; /* Leave a margin on the left so the text doesn't cover the background image */
}

div.leftcol {
	float:left;
	width:291; 
	margin-top: 15px;
	margin-Bottom: 8px;
	text-align:center;
}

div.rightcol {
	float:none;
	margin-left:310px;
	margin-top: 15px;
	margin-Bottom: 8px;
	text-align:center;
}

div.leftcol li, div.rightcol li {
	font-size:75%; /* set the font size for p, scaled from the body declaration */
	margin-left: 30px;
	font-weight:bold; /* Make the font weight normal */
}

div.leftcol li {
	text-align:left; /* Left align the text */
	background:url(../Images/dot.jpg) center left no-repeat;
	list-style:none;
	padding-left: 15px;
}

div.rightcol li {
	text-align:left; /* Left align the text */
	margin-right:30px;
	background:url(../Images/Tick.jpg) top right no-repeat;
	list-style:none;
}

div.leftcol a, div.rightcol a {
	text-decoration:none;
}

div.leftcol a {
	margin-left: 63px;
}