body {
	background: white;
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0%;
	max-width: 55em;
}

h1,h2,h3,h4,h5,p,ul,dl,ol {
	color: black;
	font-family: sans-serif;
}

pre {
	font-family: monospace;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	font-family: sans-serif;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	background:  white;
	border-top: solid;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-top-width: thick;
	border-bottom-width: thin;
	border-color: #993300;
	color: black;
	padding: 0.5em;
	text-align: center;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0pt;
	background: #cccccc;
	color: #660000;
	border-top: none;
	border-top-width: thin;
	border-color: #993300;
	border-bottom: none;
	border-bottom-width: thin;
	border-left: none;
	border-right: none;
	padding: 0pt;
	padding-top: 2pt;
	padding-left: 5pt;
}

td {
	font-family: sans-serif;
	font-size: 12pt;
	background: #FFFFCC;
}

A:link 	  { color: #000099;}
A:visited { color: #006600;}
A:active  { color: red; }

p.backlinks {
	font-size: 8pt;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background: #ccccFF;
	padding: 0.2em;
	border: none;
	text-align: center;
}

p.quicklinks {
	font-size: 8pt;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background: #ccccFF;
	padding: 0.6em;
	border: none;
	text-align: center;
}

p.update {
	font-size: 80%;
}

#left-column-menu {
	position: absolute;
	left: 0px;
	padding: 5px;
	width: 8em;
	margin-top: 10pt;
	background-color: #cc8888;
        border-right: solid;
        border-right-width: thin;
        border-left: solid;
        border-left-width: thin;
        border-top: solid;
        border-top-width: thin;
        border-bottom: solid;
        border-bottom-width: thin;
}

#right-column-text {
	position: relative;
	margin-left: 10em;
	padding: 0px;
	margin-right: 0px;
	max-width: 50em;
	margin-top: 10pt;
}
td.menu 	{
	font-family: sans-serif;
	font-size: 10pt;
	background: #cc8888;
}


section#menu {
	font-size: 12pt;
	color: #660000;
	font-family: sans-serif;
	float: right;
	right: 0em;
	padding: 5px;
	margin-top: 0pt;
	margin-left: 1em;
	background-color: #cc8888;
        border-right: solid;
        border-right-width: thin;
        border-left: solid;
        border-left-width: thin;
        border-top: solid;
        border-top-width: thin;
        border-bottom: solid;
        border-bottom-width: thin;
}

section#menu h2 {
	visibility: hidden;
	margin-bottom: -4ex;
}

section#menu strong {
	color: #660000;
	background: #cc8888;
	font: bold 12pt sans-serif;
}

section#menu pre {
	font-family: sans-serif;
	color:  black;
	font-size: 10pt;
	margin-left: 0.5em;
}

/* this is intended for inline thumbnails, aligned left, in which text flows around the right */
img.parathumb {
        margin-top: 0px;
        margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* similar, updated to be all CSS */
img.leftparathumb {
        margin-top: 0px;
        margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

/* entity to stop floating text around a thumbnail */
div.clear {
    clear: both
}

pre.menu a {
	font-size: 10pt;

}

section#communication pre {
	font-family: sans-serif;
}

footer p {
    font-style: italic;
}