/*
 * General tags
 */
body { background-color: white; font-family: sans-serif; }

h1,h2,h3,h4,h5,h6 { color:#006060; margin-right: 256px; }

img { border: 0; }

code { font-family: monospace; font-size: medium; }

dl { margin: 1em 1em 1em 2em; }
dt { font-weight: bold; margin: 5px 5px 0px 5px; }
dd p { margin: 5px 0px 0px 0px; }
dd.pubdate { font-size: small; font-style: italic; }

ul { margin-left: 2em; }
li { margin: 3px; }

ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }

span.emphasis { font-weight: bold; color: purple; }

blockquote {
	margin: 0px 15px 10px 35px;
	border: 2px solid #666;
	background: #E1EBF4;
	padding: 5px 5px 5px 8px;
	width: 75%;
	}

/*
 * SciTE code classes
 */
.S0 {
	color: #808080;
}
.S1 {
	color: #007F00;
}
.S2 {
	color: #007F00;
}
.S4 {
	color: #007F7F;
}
.S5 {
	font-weight: bold;
	color: #00007F;
}
.S9 {
	color: #7F7F00;
}
.S10 {
	font-weight: bold;
	color: #000000;
}

/*
 * Specific divs
 */
#content {
	margin-left: 2em;
	}

#tocbox {
	float: right; width: 42%; 
	margin: 0px 5px 10px 15px;
	border: 2px solid #666;
	background: #C0C0C0;
	padding: 15px 5px 15px 3px;
	}

#cmabox {
	font-weight: bold;
	font-size: small;
	float: right; width: 42%; 
	margin: 0px 5px 10px 15px;
	border: 2px solid #666;
	background: #F0F0F0;
	padding: 7px 3px 7px 7px;
	}

#freshness { font-size: xx-small; font-style: italic; }

#logolink {
	position: absolute; top: 0; right: 0;
	}

#copyright { 
	color:#C0C060; 
	font-size:xx-small;
	float: right; width: 42%;
	}