@charset "utf-8";
#contentContainer1{
	background-image: url(../../images/content/layout/SponsorshipsBG.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#contentContainer2{
	background-image: url(../../images/content/layout/SponsorshipsHeader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#contentContainer3{
	background-image: url(../../images/content/layout/SponsorshipsFooter.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 545px;
}
* html #contentContainer3{
	height: 545px;
}
#contentContainer{
	padding: 100px 70px 0 370px;
}

#contentContainer a{
	font-weight: bold;
	text-decoration: none;
	color: #057ECD;
	line-height: 150%;
	border-bottom: 1px dashed #057ECD;
}
#contentContainer a:hover{
	background-color: #057ECD;
	color: #fff;
	text-decoration: none;
	border: none;
}