body 
{
	margin : 0.25em;
	padding : 0.25em;
	background-color : #B2E5B2;
	color : #000000;
}
p, li 
{
	font : 100% "Times New Roman", serif;
}
ul
{
	font : 100% "Times New Roman", serif;
	margin-bottom: 1.5em;
}
ol
{
	font : 100% "Times New Roman", serif;
	list-style-type: decimal;
	margin-bottom: 1.5em;
}
ol ol
{
	list-style-type: lower-alpha;
}
h1 
{
	font : 1.5em/1.1 "Albertus MT Std", "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
}
h3 
{
	font: 125% "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	margin-top: 0.2em
}
img
{
	float: right;
	padding: 0.1ex;
}
#header 
{
	min-height: 64px;
	width : 100%;
	top : 0;
	right : 0;
	bottom : auto;
	left : 0;
	border-bottom : 2px solid #cccccc;
}

#content 
{
	padding-top: 1.5em;
	width : auto;
	height : auto;
	padding-left  2em:;
	padding-right  2em:;
	color : #000000;
}
#footer
{
	width: auto;
	height: auto;
	padding-left: 2em;
	padding-right: 2em;
	color: #000000;
}
p.indent
{
	margin-left: 5em;
}
#content h1, #content h3 
{
	color : #cc0000;
}
a:hover
{
	background-color: #e3b0e4;
}
table
{
	border-spacing: 1;
	empty-cells: show;
	table-layout: fixed;
	border: thin solid #000;
}
td
{
	vertical-align: top;
	border-spacing: 1;
	border: thin solid #666;
}
th
{
	vertical-align: center;
	font-size: 110%;
}
span.comment
{
	color: orange;
}
span.event
{
	color: #084C7E;
}
span.library
{
	color: #810923;
}
span.type
{
	color: #184B1B;
}
span.string
{
	color: #003207;
}
span.flow
{
	color: #0011CA;
}
span.integer
{
	color: #101B7D;
}
span.float
{
	color: #4A1C7D;
}

#navlist
{
position: relative;
width: 100%;
height: 1.05em;
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
float: left;
margin: 0 0 0 2px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #888 #888 #222 #222;
list-style-type: none;
}

#navlist li a
{
position: relative;
min-width: 6em;
display: block;
margin: 0;
padding: 1px 0.4em;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #ccc;
background-color: #B2E5B2;
font: normal 0.95em "Albertus MT Std", "Times New Roman", serif;
text-align: center;
}

#navlist li a:hover
{
color: #00c;
text-decoration: underline;
background-color: #e3b0e4;
}

#navlist li#active a
{
font-weight: bold;
background-color: #B2E5B2;
}

#navlist li#active a:hover 
{
background-color: #e3b0e4;
}

#navlist ul#subnavlist
{
position: absolute;
width: 100%;
left: 0;
top: 1.6em;
height: 1.0em;
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist ul#subnavlist li
{
float: left;
margin: 0 0 0 2px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #888 #888 #222 #222;
list-style-type: none;
}

#navlist ul#subnavlist li a
{
position: relative;
min-width: 6em;
display: block;
margin: 0;
padding: 1px 0.4em;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #ccc;
background-color: #B2E5B2;
font: italic 0.8em "Albertus MT Std", "Times New Roman", serif;
text-align: center;
}

