/* CSS Document */

	table.toc {
		width: 95%;
		border: none;
	}
	
	table.toc th{
		background-image:url(images/h1-green.jpg);
		background-repeat: repeat-y;
		color: #40555B;
		background-color: #89AB55;
		font-size: larger;
		font-weight: bold;
		padding-left: 20px;
		text-align: left;
	}
	
	table.toc td{
		vertical-align: top;
		text-align: left;
	}
	
	.note {
		font-size:small;

	}
	
#sidebar {
	float: left;
	width: 180px;
	border: thin solid red;
	margin: 10px;
	margin-left: 0px;
	padding-bottom: 16px;

}

#sidebar h1 {
	background-image: url(images/h1-red.jpg);
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;		
}

#sidebar li {
	padding-bottom: 16px;
}

#content {
	float: right;
	width: 590px;
	border: thin solid blue;
	margin: 10px;
	margin-right: 0px;
	padding-bottom: 16px;
}

#content p {
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

#content h2 {
	padding-left: 20px;
}

#content table {
	border: 1px solid #808080;
	margin: 0px 40px 0px 40px;
}
#content td {
	border: 1px solid #808080;
	margin: 0px 20px 0px 20px;
}
#content th {
	background-color: #c0c0c0;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #808080;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

#content li {
	margin: 0px 20px 0px 20px;
	padding-right: 20px;
}
