#toc {
	position: fixed;
	top: 80px;
	left: 10px;
	width: 300px;
	height: 600px;
	overflow: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #cce;
	background-color: #f4f4f4;
}
#laws {
	position: absolute;
	top: 80px;
	left: 350px;
	padding: 20px;
	text-align: left;
	border: 1px solid #cce;
	background-color: #f4f4f4;
}
#toc a {
	font-size: 90%;
	text-decoration: none;
}
#toc a:hover {
	text-decoration: underline;
}
#toc ul li{
	list-style-type: none;
}
h4 {
	margin: 10px 2px;
}
h5 {
	margin-bottom: 5px;
}
#laws h4 {
	color: #f60;
	font-weight: bold;
}
li {
	margin-left: 10px;
}
#laws ol {
	margin-left: 12px;
}
#laws ul {
	list-style-type: disc;
}
#laws img {
	margin: 20px;
}
#laws li {
	margin: 5px 10px;
}
div.legend {
	margin-top: 5px;
	padding: 10px 20px;;
	border: 1px dashed #708090;
	text-align: left;
}
div.legend ol {
	list-style-type: upper-alpha;
}
@media print {
#header, #toc, .actions {
	display: none;
}
#laws {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0px;
	text-align: left;
}
}

