/* CSS Document */

.header {
	color: #084585;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subhead {
	color: #084585;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bluetext {
	color: #084585;
}

.chapterHeadBlue {
	color: #084585;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

hr {
	background-color: #666;
	border: none;
	height: 1px;
	margin: 7px 0;
}

#nav {
	background-color: #cedae7;
	width: 160px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	border-bottom: 1px solid #084585;
}
#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: #084585;
	padding: 8px 8px 8px 8px;
}
#nav li a:hover {
	background-color: #eff2f5;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #363534;
	margin-top: 8px;
	margin-left: 8px;
}

#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #363534;
}

#copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #084585;
}

#podcasts td, #webcasts td {
	border-bottom: 1px solid #084585;
	padding-top: 10px;
	padding-bottom: 10px;
}

#podcasts .top, #webcasts .top {
	border-top: 2px solid #084585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#podcasts td.bottom, #webcasts td.bottom {
	border-bottom: none;
}
