.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #073A80;
	border-bottom: 2px solid #073A80;
	margin: 3em 0px 1em 0px;
}



ul.pressRelease{
padding-bottom: 20px;
}

ul.pressRelease li{
padding: 6px 0px 6px 0px;
}

.media{
list-style-type: none;
margin-left: 0px 0px 0px 15px;
padding: 0px 0px 20px 0px;
}

li.audio{
background-image: url("/img/media_resources/audio.gif");
background-repeat: no-repeat;
padding: 3px 0px 3px 25px;
margin: .4em 0;
}

li.video{
background-image: url("/img/media_resources/video.gif");
background-repeat: no-repeat;
padding: 3px 0px 3px 25px;
margin: .4em 0;
}
.media-title {
	text-transform: uppercase;
	font-weight: bold;
}