﻿div#featured{
    margin-bottom: 1em;
}
div#playFeatured{
    float: right;
}
div#featureDesc{
    float: left;
    width: 420px;
}
div.leftHalf{
	float: left;
	width: 48.5%;
}
div.rightHalf{
	float: right;
	width: 48.5%;
}
h2.halfHead{
	color: #022776;
	font-size: 14px;
}
dl{
	margin-top: 0;
}
dt{
	border-top: 1px solid #ccc;
	display: block;
	font-weight: 700;
	padding-top: 10px !important;
}
dt em{
    color: #022776;
    display: block;
    font-weight: 300;
}
dd{
	display: block;
	padding-left: 0;
}
a.registerLink{
	display: block;
	color: #022776;
	font-weight: 700;
	margin-bottom: 10px;
}
.MainContentCell{
	padding: 25px 20px 15px 10px;
}