body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	}

#container {
	margin: 0em;
	padding: 0em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	text-align: left;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
	font-weight: bold;
	}
	
em {
	font-weight: bold;
	font-style: italic;
	}
	
.floatright{
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}

.floattable {
	width: 45%;
	margin: 0 0 3em 3em;
	padding: 0em;
	float: right;
}

.imgright {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}

.imgleft {
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 15px 0px 0px;
}

.indent {
	margin-left: 1em;
}

p.it {
	width: 98%;
}

.it {
	font-style: italic;
}

.reduce {
	font-size: 0.9em;
}

.lgquote {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-style: italic;
}

.author {
	line-height: 2em;
}

li.bold {
	font-weight: bold;
}

li.bold ol li {
	font-weight: normal;
}

table.presentation {
	border: 1px solid Silver;
	border-collapse: collapse;
	margin: 0em;
	padding: 0em;
	background-color: #E5E5E5;
}

table.presentation td {
	border: 1px solid Silver;
	margin: 0em;
	padding: 0.4em;
	background-color: White;
	text-align: left;
}

table.presentation th {
	border: 1px solid Silver;
	margin: 0em;
	padding: 0.4em;
	background-color: White;
	text-align: left;
	font-weight: bold;
}

table.presentationdr {
	border: 1px solid Silver;
	border-collapse: collapse;
	margin: 0em;
	padding: 0em;
	background-color: #E5E5E5;
}

table.presentationdr td {
	border: 1px solid Silver;
	margin: 0em;
	padding: 0.4em;
	background-color: White;
	text-align: right;
}

table.presentationdr th {
	border: 1px solid Silver;
	margin: 0em;
	padding: 0.4em;
	background-color: White;
	text-align: left;
	font-weight: bold;
}

table.presentation td.numData {
	text-align: right;
}

/* Start header style */
#header {
	position: relative;
	width: 100%;
	height: 142px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	display: none;
}

#header #headerimg {
	display: none;
}

#header #printlogo, #header #printlogobg {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/* End header style */

#content {
	margin: 0;
	padding: 1em;
}

#title h2 {
	margin: 1.2em 0em 0em 0em;
}

.author {
	margin-top: 0em;
}

#printlink {
	position: relative;
	float: right;
	margin: .5em 0 .5em 1em;
	padding: .25em;
	border: 1px solid Silver;
	color: Silver;
}

.feature, #basenav, #nav {
	display: none;
}

#location {
	display: block;
	padding-top: 2em;
}

#location h4 {
	font-size: 0.9em;
	margin: 1.2em 0em 0em 0em;
}

#location p {
	font-size: 0.9em;
	margin: 0em 0em 1.2em 0em;
}

#footer {
	margin: 0px;
	padding: .5em 1em .5em 1em;
	border-top: .5em solid #000066;
}

#footer p {
	font-size: 0.9em;
}