@charset "utf-8";
/* CSS Document */

.image-leftside { 
	float:left; 
	margin-right: 10px; 
	margin-bottom:5px; 
	border: 3px; 
	border-style:double;
	
}
.image-rightside { 
	float:right; 
	margin-left: 10px;
	margin-bottom:5px; 
	border: 3px;
	border-style:double;
}
.image-centre {
	border: 3px; 
	border-style:double;
	clear:both;
}
.align-it {
	clear: both; 
}
.red-bold-font {
	color:#F00;
	font-weight:bold;
}
.divider { 
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:245px;
	padding-bottom:10px;
	clear:both;
}
.heading-1 {
	margin: 20px 0px 0px;
	font-size: 1.2em; 
	font-weight:bold; 
	color:#7A0C0C;
}
.heading-2{
	font-size: 1.1em;
	font-weight:bold; 
	margin: 25px 0px 0px;
}
.heading-3 {
	font-size: 1em;
	font-weight:bold; 
	margin: 28px 0px 0px;
}
.imgcaption { font-size:10px; font-style:italic; font-weight:500;
} /* note this style is also listed on the basic style sheet */
#p7APM_1 ul {
	list-style-image:url(images/accrdBtn_content.jpg); 
}

