/** Site defaults **/

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 878px;
	margin: 2px;
 }

a:link {
	color: #0000ff;
	text-decoration: underline
}

a:visited {
	color: #7000AA;
	text-decoration: underline
}

a:hover {
	color: #ff0000;
	text-decoration: underline
}

/** Masthead **/

.masthead {
	background-image: url(masthead1.jpg);
	width: 864px;
	height: 150px;
	padding-left: 10px;
	border: 2px solid #0000ff;
}

h1 {
	margin: 0px;
	padding-top: 8px;
	font-size: 45px;
	color: #ffffff;
}

h2 {
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	margin-top: 6px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 0px;
}

a.mastlink:link, a.mastlink:visited, a.mastlink:hover {
	color: #ffffff;
	text-decoration: none;
}

a.mastlink:hover {
	text-decoration: underline;
}

/** Content container **/

.content_cont {
	margin-top: 3px;
}

/** Left nav **/

.left_nav_cont {
	float: left;
	width: 150px;
	background-color: #35455C;
	border: 2px solid #0000ff;
	margin-right: 3px;
}

.section_head {
	background-image: url(section_grad.jpg);
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 8px;
}

a.ln_link:link, a.ln_link:visited, a.ln_link:hover {
	color: #ffff00;
	text-decoration: none;
	padding-left: 12px;
}

a.ln_link:hover {
	text-decoration: underline;
}

.sch_item {
	color: #ffffff;
	padding-left: 12px;
}

.main_content {
	float: left;
	width: 717px;
	border: 2px solid #0000ff;
}

.vid_listings {
	padding: 10px 10px 20px 10px;
}

.vid_sect_row {
	font-size: 14px;
	border: 1px solid;
	padding: 2px;
	background-color: #EEF3F7;
}

.vid_sect_date {
	float: left;
	font-weight: bold;
}

a.text:link, a.text:visited, a.text:hover {
	color: #000000;
	text-decoration: none;
}

a.text:hover {
	text-decoration: underline;
}

