/* CSS Document */
.videobox {
	width: 216px;
	height: auto;
	padding: 3px;
	border-right: 0px solid #C2BD9F;
	float: left;
	}
.video_caption {
	width: 200px;
	margin: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	}
.highlight {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	}
.highlight_italic {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}
.image_header {
	width: 600px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	}
a.logo_link:link, a.logo_link:active, a.logo_link:visited {
	width: 200px;
	height: 70px;
	margin-bottom: 5px;
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	text-decoration: none;
}
a.logo_link:hover {
	border: 1px solid #003300;
	text-decoration: none;
}	
