body {
	margin: 0; 
	padding: 0; 
	font-family: verdana, arial, helvetica, sans-serif;
	color: #e3dfdc;
	background-color: #333;
	text-align: center; /* For IE */ 
}

.highlight {
	font-weight:bold;
}

a {
	text-decoration: none;
	color: #5e5855;
	outline: none;
	font-size: 11px;
}

a.help {
	text-decoration: none;
	color: silver;
	outline: none;
	font-size: 10px;
}

a.lang {
	text-decoration: none;
	color: silver;
	font-size: 11px;
}

a.get {
	text-decoration: underline;
	color: silver;
	outline: none;
	font-size: 22px;
}
a:visited {
	color: #5e5855;
	}
	
a.help:visited {
	color:  #silver;
	}
	
a.lang:visited {
	color:  #silver;
	}
	
a.get:visited {
	text-decoration: underline;
	color: silver;
	outline: none;
	font-size: 22px;
	}
	
a:active {
	color: #52a352;
}
a:hover {
	color: #52a352;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -10px;
	text-align: left;
}
h3 {
	font-size: 11px;
	margin-top: -10px;
	margin-bottom: 15px;
	text-align: left;
}
h4 {
	font-size: 10px;
	line-height: 15px;
	color: #e3dfdc;
	text-align: left;
	clear: left;
}
h5 {
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	}
h6 {
	line-height: 11px;
	margin-top: 0;
	margin-bottom: 0;
	color: #9f9f9f;
	font-weight: normal;
	font-size: 9px;
}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#center_div { margin: 0 auto; width: 955px; }

#container {
	border: 1px solid #000000;
	width: 640px;
	height: 380px;
	float: left;

}
#container4-3 {
	border: 1px solid #000000;
	width: 640px;
	height: 500px;
	float: left;

}

#chapters {
	border: 1px solid #000000;
	background: #e4e4e4;
	width: 300px;
	overflow: auto;
	font-size: 12px;
	height: 380px;
	float: left;
	text-align: left;
}

#chapters4-3 {
	border: 1px solid #000000;
	background: #e4e4e4;
	width: 300px;
	overflow: auto;
	font-size: 12px;
	height: 500px;
	float: left;
	text-align: left;
}

#bottom {
	padding-top: 4px;
	width: 170px;
	text-align: left;
	clear: left;
	float: left;
}

#chapters form select {
	opacity: 1;
	border-color: 68b079;
	border-width: 1px;
	width: 265px;
	color: #403d3c;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 15px;
}

#chapters4-3 form select {
	opacity: 1;
	border-color: 68b079;
	border-width: 1px;
	width: 265px;
	color: #403d3c;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 15px;
}

span.indent-spacer {
	padding-left: 3px;
}

ol {
	list-style-type: decimal;
	color: #5e5855;
	font-size: 11px;
	line-height: 15px;
}

ol.no_num {
	list-style-type: none;
	color: #5e5855;
	font-size: 11px;
	line-height: 16px;
	margin-right: 10px;
}

ol.vid-extras {
	list-style-image: url(bullet.png);
	color: #5e5855;
	font-size: 11px;
	line-height: 15px;
	list-style-position: outside;
}

ul {
	color: #5e5855;
	font-size: 11px;
	line-height: 15px;
	list-style-position: inside;
	list-style-image: url(bullet.png);
}

li.indent {
	text-indent: -26px;

}

li.highlight {
	left: -15px;
	background-color: #d0d0d0;
}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.subtitleEntry{
	cursor: pointer;
}

.subtitleHover{
	color: #52a352;
	text-decoration: underline;
}
.subtitleLinks{

	margin-right: 10px;
	left: -10px;

}

