/***** content_support *****/
div.RHS_custom2 { /* bottom specific values*/
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
}

DIV.columns { 
	float: left; /* Float the DIV to the left to make a column.. Multiple calls of this DIV will make multiple columns */
	margin: 10px 0 10px 0;  /* Set margins for the div... Top right bottom left */
	border: none; /* Dont display a border around the div */
	padding: 0; /* Zero off the padding for the div */
	width: 194px; /* Total width of the container is 582px.  We use 194pm as the width as we want 3 columns */
	text-align:center; /* Center the text in the columns */
}

p.support { 
	text-align:left; /* center the text for the paragraph */
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:normal; /* Standard font weight */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}

p.columns_name {
	font-size:14px; /* set the font size */
	font-weight:bold; /* Make the font bold */
}

p.columns_email {
	font-size:11px; /* Set the font size */
	font-weight:normal; /* Normal font weight */
	margin-bottom: 15px; /* Leave a margin below the paragraph */
}

p.header { /* Common p element styling */
	font-size: 90%; /* set the font size for p, scaled from the body declaration */
	font-weight:bold; /* Make the 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 */
	color:#CC3333; /*Set the font colour to Redish */
	text-align:center; /* Center the text */
}

li.points { /* Common li element styling */
	text-align:left; /* center the text for the paragraph */
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:normal; /* Standard font weight */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}