@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 10px;
}

h1 {
	clear:both;
	text-align:left;
	margin-left: 15px;
}

html>body h1 {
	margin-left: 0;
}

.header_video {
	font-size: 14px;
	text-align: left; 
	font-weight: bold;
}

.module_video {
	float: right; 
	font-size:smaller; 
	width: 400px; 
	text-align: right;
	margin-bottom: 15px;
}

#footer {
	clear:both;
	width: 635px;
	text-align:center;
	margin-top: 20px;
	color: #9d9184;
}

a:link {
	color: #895e33;
	text-decoration: none;
	}
	
a:visited {
	color: #9d9184;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.subhead {
	font-weight:bold;
	text-transform:uppercase;
}