ol#toc {
	height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}/*I just set the height of the Table of Contents (TOC is coded in html) to be 2em units, or 2x the height of whatever the current font is. Setting the style to none gets rid of bullet points or numbers or whatever. */

ol#toc li {
	background: #4B2D69 url(images/tabs.gif);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 22px;
	/* Words in tabs will stand off 15 pixels from the left edge of the tab. */
}

ol#toc a {
	background: #4B2D69 url(images/tabs.gif) 100% 0;
	/* 100% to the right, no offset vertically */
	font-family: Copperplate,Helvetica,sans-serif;
	color: #000000;
	/* color of the font */
	display: block;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	padding-right: 22px;
	text-decoration: none;
}

ol#toc li.current {
	background-color: #4B2D69;
	background-position: 0 -32px;
	/* color behind the active tab */
}

ol#toc li.current a {
	background-position: 100% -32px;
	color: #000000;
	/* color of the active tab's text */
	font-weight: bold;
}

div.content {
	border: #F5F564 solid 1px;
	border-color: transparent;
	background: url(images/paper_texture.gif);
	clear: left;
	padding: 1em;
	font-family: Hoefler,Bookman,serif;
}

body { padding: 0pt;
    background-image: url(images/argyle2_small.gif);
    background-repeat: repeat-x;
    background-position: 0% 90%;
    font-family: Hoefler,Bookman,serif;
    }
