body {
	font-family: "Arial, Verdana, sans-serif";
	margin-left: 1in;
	margin-right: 1in;
	font-size: small;
	}
	
p {
	line-height: 160%;
	}

.smallcap {
	font-variant: small-caps;
	text-transform: lowercase;
	}

.sectionreference {
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
	}

.pageheader {
	font-weight: bold;
	border-bottom: 1px dotted silver;
	}

.toolkitcode {
	font-family: "Courier New, Courier, fixed-width";
	background-color: lime;
	}

.inlinecode {
	font-family: "Courier New, Courier, fixed-width";
	}


.example {
	font-family: "Times New Roman, serif";
	margin-left: .5in;
	margin-right: .5in;
	}
	
.codeexample {
	font-family: "Courier New, Courier, fixed-width";
	margin-left: .5in;
	margin-right: .5in;
	text-indent: .25in;
	}
	
.menubuttons {
	font-size: x-small;
	margin-top: 1em;
	text-align: right;
	border-top: 1px dotted silver;
	}

ul.index {
	margin-left: 0;
	list-style-type: none; 
	}
	
ul.index ul {
	margin-left: 2em;
	list-style-type: none;
	}

li {
	line-height: 130%;
	}

table {
	border-width: 1px;
	font-size: x-small;
	}

tr.divider {}

th {
	border-width: 0px;
	background-color: silver;
	font-weight: bold;
	text-align: left;
	}

td {
	border-width: 0px;
	}

tr.divider td{
	border-bottom: 1px solid silver;
	}

caption {
	text-align: left;
	}
	

a {
	text-decoration: none;
	color: blue;
	}

a:hover {
	color: cyan;
	}
	
.draft {
	text-align: center;
	border: 1px solid red;
	margin-bottom: .25in;
	}

.menuarea {
	position: relative;
	}

.sidebar {
	position: absolute;
	float: right;
	left: 50%;
	right: 0px;
	top: 0px;
	}