h1 {
	font-size: 24px;
}
#objectiveContainer {
	padding-bottom: 10px;
}

.caption {
	font-style: italic;
	text-align: center;
}

#schedule {
	clear: both;
}

#schedule th {
	text-align: left;
}

td.scheduleDayCell {
	background: #DDD;
	border: solid 1px #10294A;
	vertical-align: top;
	padding: 0;
	width: 50%;
}

.scheduleDayContent ul {
	margin-top: 2px;
}

.scheduleDayContent {
	padding: 5px;
}

.scheduleDayContent th {
	vertical-align: top;
}

.scheduleDayHeader h1 {
	background-color: #10294A;
	border-bottom: solid 2px #F7BD00;
	color: #FFF;
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

#sponsorList {
	margin: 0;
	padding: 0;
}

#sponsorList li {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
}

.regHowToColumn {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 49%;
}

#courseInfo a.registerNow {
	display: block;
	font-weight: bolder;
	margin-top: 5px;
}

.bioSmall {
	float: left;
	margin: 0 20px 10px 0;
	width: 151px;
}

.bioSmall img.bioHeadshot {
	display: block;
	float: none;
}

.bioSmall p {
	margin: 0px;
}
.bioSmall a.bioName {
	font-weight: bold;
}

#videoLibrary p {
	margin: 0;
}

#videoLibrary ul {
	margin: 5px 0px 5px 20px;
	padding: 0;
}

#addToCart .controls {
  text-align: right;
  margin-top: 5px;
}


.soldOut {
  color: #F00;
  background-color: #EEE;
  opacity: 70%;
}
