body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #999999;
}

#page-wrap {
	width: 800px;
	height: auto;
	margin: 20px auto 20px auto;
}

#header {
	width: 800px;
	height: 100px;
	background: url('./img/header.gif');
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header img {
	float: left;
	margin: 7px 0 0 10px;
	border: 0;
}

#header a { text-decoration: none; color: black;}


#menu {
	width: 800px;
	height: 38px;
	background: #7BA47C;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.pagetitle {
	font-size: 16pt;
	margin: 5px 0 4px 170px;
	font-weight: bold;
	color: #08370C;
}

.subtitle {
	font-size: 9pt;
	margin: 1px 95px 5px 170px;
	padding-bottom: 3px;
	border-bottom: 2px outset #333;
	font-weight: bold;
	line-height: 140%;
}

.sublinks {
	font-size: 10.5pt;
	margin-left: 170px;
	font-weight: bold;
	color: #08370C;
}

#header .sublinks a { color: #08370C; }

#mainbody {
	width: 800px;
	height: 1550px;
	background: #FFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.video {
	width: 740px;
	margin: 0 auto 0 auto;
	height: 420px;
	padding-top: 10px;
}

.intropgh {
	width: 740px;
	margin: 0 auto 0 auto;
	height: 340px;
	padding-top: 10px;
	font-size: 10pt;
	text-indent: 10px;
}

.video h3{ margin: 0 0 5px 0; padding: 0; }
.video h5{ margin: 0; padding: 0; }

.vidtable table{
	width: 740px;
	margin: 20px auto 0 auto;
	border-collapse: collapse
}

.vidtable td {
	border: 1px solid #c7c7c7;
	font-size: 9pt;
}

.vidtable td.speaker { font-weight: bold; }

.vidnote {
	font-size: 8pt;
	text-align: center;
}

#footer {
	width: 800px;
	height: 38px;
	font-size: 9px;
	font-weight: bold;
	background: url('./img/menu.gif');
	border: 1px solid black;
	color: #FFF;
	margin: 0 0 20px 0;
}

#footer a {color: #FFF; text-decoration: none; }

#mainbody ul {
	font-size: 9pt;
}