/* CSS Document CTA's Coatbridge College */
.CTAgreen {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:200px;
	width:167px;
	float:left;
	background-image: url(../images/CTA_grn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
}
.CTAorange {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:200px;
	width:167px;
	float:left;
	background-image: url(../images/CTA_org.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
}
.CTAred {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:200px;
	width:167px;
	float:left;
	background-image: url(../images/CTA_red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
}
.CTApurple {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:200px;
	width:170px;
	float:left;
	background-image: url(../images/CTA_prl.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
}
#CTAWrap h3 { font-size:1.6em; margin-bottom:10px;}
#CTAWrap ul { margin-left:20px; margin-top:5px; padding:0px;}
#CTAWrap a { color:#FFFFFF; text-decoration:none;}
#CTAWrap a:hover { text-decoration:underline;}

.CTAgreen table .ql1 td { border-bottom:solid 1px #bfd384;}

