div.content {
	clear: left;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #D4E8DE;
}

div.content.inactive {
	display: none;
}

ol#toc {
	height: 40px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ol#toc a {
	background: #bdf url(../images/jtabs/tabs.gif);
	color: #666;
	display: block;
	float: left;
	height: 47px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol#toc a:hover {
	background-color: #3A8487;
	background-position: 0px -120px;
}

ol#toc a:hover span {
	background-position: 100% -120px;
	height: 27px;
}

ol#toc li {
	float: left;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ol#toc li a.active {
	background-color: #D4E8DE;
	background-position: 0px -60px;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
}

ol#toc li a.active span {
	background-position: 100% -60px;
	height: 27px;
}

ol#toc span {
	background: url(../images/jtabs/tabs.gif) 100% 0px;
	display: block;
	line-height: 20px;
	padding-right: 20px;
	height: 27px;
	padding-top: 20px;
}
div.foot {
	clear: left;
	background-image: url(../images/jtabs/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #D4E8DE;
	height: 40px;
}
div.topper {
	clear: left;
	background-image: url(../images/jtabs/topper.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}

