/* CSS Document */

.header {
	color: #b72922;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subhead {
	color: #b72922;
	font-weight: bold;
}

.chapterHeadBlue {
	color: #084585;
	font-weight: bold;
}

.redtext{
	color: #b72922;
}

hr {
	background-color: #666;
	border: none;
	height: 1px;
	margin: 7px 0;
}

#nav {
	background-color: #eadcce;
	width: 160px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	border-bottom: 1px solid #b72922;
}
#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 144px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	color: #b72922;
	padding: 8px 8px 8px 8px;
}
#nav li a:hover {
	background-color: #f7f1eb;
}


#webcasts td, #podcasts td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #b72922;
	padding-top: 10px;
	padding-bottom: 10px;
}

#webcasts .top, #podcasts .top {
	border-top: 2px solid #b72922;
}

#webcasts td.bottom, #podcasts td.bottom {
	border-bottom: none;
}
