@charset "utf-8";

.CTA  {
	width: 190px;
	/*height: 95px;*/
	margin-bottom: 10px;
	list-style: none;
}
.L {  /* to use in sidebar1 */
	margin-left: -4px;
	margin-right: 0px;
}
.R {  /* to use in sidebar2 */
	margin-left: 60px;
	margin-right: 0px;
	float: right;
}
.CTA li, .CTA span, .CTA span a {
	display: block; 
}
.CTA a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #66340A;
	vertical-align: center;
}

#Donate a, #Donate span {
	font-size: 36px;
	line-height: 95px;
	text-align: center;
	width: 190px;
	background-image: url(../cssimgs/CTA-donate-p.png);
	background-repeat: no-repeat;
	background-position: top left;
} 

#Donate a:hover, #Donate a:hover span { 
	background-image: url(../cssimgs/CTA-donate-a.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#Blog a, #Blog span {
	font-size: 30px;
	line-height: 95px;
	text-align: center;
	background-image: url(../cssimgs/CTA-blog-p.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 190px;
} 

#Blog a:hover, #Blog a:hover span { 
	background-image: url(../cssimgs/CTA-blog-a.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#Scholarship a, #Scholarship span {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	vertical-align: center;
	padding-top: 15px;
	background-image: url(../cssimgs/CTA-scholarship-p.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 190px;
	height: 80px;
} 

#Scholarship a:hover, #Scholarship a:hover span { 
	background-image: url(../cssimgs/CTA-scholarship-a.png);
	background-repeat: no-repeat;
	background-position: top left;
}
