/* CSS Document */

/* Programs Page  */
	.recordProgram {
		margin:5px 0px 15px 7px;
		clear:both;
	}
	
	/* Text */
	.recordProgram H3 {
		margin:0px;
	}
	.recordProgram P, .recordHighlighted P {
		margin:0px;
	}
	.recordProgram .imageInlineLeft, .recordProgram .imageInlineRight,
	.recordProgram .imageInlineLeftBorder, .recordProgram .imageInlineRightBorder {
		margin: 7px 7px 7px 0px;
		padding: 0px;
	}
	.tellAFriend {
		border:none;
		margin-top:7px;
	}
/* End Programs Page Styles */

/* Highlighted Programs Page */
	.recordHighlighted {
		margin:5px 0px 15px 0px;
		text-align:center;
	}
	.recordHighlighted H3 {
		margin:0px;
		text-align:center;
	}
/* End Highlighted Programs Page */

/* Course Tracks Styles */
	.courseTrack {
		width:300px;
		margin-right:10px;
	}
	
	/* Images */
	.courseTrack IMG {
		float:left;
		margin:0px 5px 2px 0px;
	}
	
	/* Text */
	.courseTrack H3 {
		padding-top:5px;
		margin-bottom:5px;
	}
	.courseTrack OL LI{
		margin-left:10px;
	}
	.courseTrack OL UL {
		margin-left:-20px;
	}
	/* block for all browsers except IE */
	* html .courseTrack OL UL {
		margin-left:20px;
	}
	* html .courseTrack H3 {
		margin-bottom:-15px;
	}
/* End Course Tracks Styles */

