/* TOC */div#toc {	position: fixed;	top: 0px;	right: 0px;	z-index: 2;	background: #4682B4;	width: 200px;	padding: 5px;}div#toc span.contentheader {	background-color: #4682B4;	display: block;	color: #ffffff;	font-weight: bold;	cursor: pointer;	padding-left: 23px;	padding-bottom: 5px;}div#toc div {	padding: 10px;	padding-top: 0;	display: none;}	div#toc a {	display: list-item;	margin: 0px;	padding: 0px;	padding-left: 10px;	margin-left: 20px;	margin-bottom: 5px;}div#toc a.indent {	list-style-type: circle;	margin-left: 25px;}/* TABLES OF CONTENTS */td.link {	text-align: right;	border-right: 1px solid #333333;	padding-right: 15px;	width: 30%;}td.link a {	font-size: 140%;	line-height: 140%;	margin-bottom: 20px;	display: block;	width: 100%;	height: 100%;}td.link a:hover {	color: #DEE7F7;	background: #527BBD;}td.header h4 {	text-align: center;	margin-bottom: 10px;	background-color: #7C9BCE;	color: #EBF1FA;	padding: 10px 0;}