/*Including this toc stylesheet along with the main stylesheet automatically rewraps the page to have a toc (table of contents) at the left, with the actual content fitting in the right*/ 
/*#content{*//*Add attributes to content to prevent it wrapping underneath the toc*/
	/*float: left;
	width: 83%;
	}*/
#toc{
	color: #fff;
	margin: 0em;
	background-image: url('tex/g-blue800.png');
	background-position: center top;
	background-repeat: repeat-y;
	/*padding: 0.2em 0;*/
	text-align: center;
	text-decoration: none;
	}
ul#toc-ul{
	margin: 0;
	padding: 0.3em;
	list-style-type: none;
	}
li.toc-li{
	font: 700 1.1em "Arial", sans-serif;
	display: inline;
	margin: 0;
	padding: 0;
	}
a.toc-a{
	font: inherit;
	background-image: url('tex/stripes-bw3.png');
	background-repeat: repeat;
	border-radius: 0.5em;
	color: inherit;
	padding: 0 0.5em;
	margin: 0;
	text-decoration: inherit;	
	}
a.toc-a:hover{
	background-image: url('tex/stripes-bw5.png');
	text-decoration: underline;
	background-color: #000;
	}