#Contingencies {
	margin:0;
	padding:10px 0;
}
h1 {
	background:#cccccc;
	padding:5px;
	color:#666666;
	text-align:center;
	/***/
	color:rgba(102,102,102,0.3);
	text-shadow: -1px -1px 0px #ffffff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background:-webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#efefef));
	background:-moz-linear-gradient(top, #afafaf, #efefef);
	background:-o-linear-gradient(top, #afafaf, #efefef);
	background:linear-gradient(top, #afafaf, #efefef);
}
h2.marketingLink {
	background:#EEEF95;
	padding:5px;
	margin:20px;
	text-align:center;
	clear:left;
	/***/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEF95), to(#DEDF6F));
	background:-moz-linear-gradient(top, #EEEF95, #DEDF6F);
	background:-o-linear-gradient(top, #EEEF95, #DEDF6F);
	background:linear-gradient(top, #EEEF95, #DEDF6F);
}
.Contingencies img {
	max-width:300px;
}
.Contingencies {
	max-width:300px;
	height:100px;
	float:left;
	display:block;
	margin:10px;
}
.Contingencies img {
	height:100px;
	border:none;
}
#TeamLucas {
	display:none;
}