html, body {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	background-color: #341e06;
	margin: 0px;
	padding: 0px;
}
table#page {
	width: 820px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #fcfff8;
}
td#leftframe {
	width: 239px;
	color: #000000;
	background-color: #341e06;
	margin: 0px;
	padding: 0px;
}	
td#rightframe {
	width: 581px;
}	
td#topframe {
	color: #000000;
	background-color: #fcfff8;
	margin: 0px;
	padding: 0px;
}	
div#content {
	padding: 1em;
}
a:link {
	color: #ac6817;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #814e10;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #ac6817;
	background-color: transparent;
	text-decoration: underline;
}
a.navi:link {
	color: #ac6817;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.navi:visited {
	color: #814e10;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.navi:visited {
	color: #814e10;
	background-color: transparent;
}
a.subnavi:link {
	color: #ac6817;
	background-color: transparent;
	text-decoration: none;
}
a.subnavi:visited {
	color: #814e10;
	background-color: transparent;
	text-decoration: none;
}
a.subnavi:visited {
	color: #814e10;
	background-color: transparent;
}
p.indent {
	padding-left: 3em;
}
span.navi {
	font-weight: bold;
}
span.subnavi {
}
span.bigbold {
	font-size: 120%;
	font-weight: bold;
}
table.info {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	
}
td {
	vertical-align: top;
}
th {
	vertical-align: top;
	text-align: left;
}
div.bigspacer {
	padding-top: 100px;
	padding-bottom: 0px;
}
table.proginfo {
	margin-bottom: 0.5em;
}
h3.proginfo {
	padding-top: 1.5em;
}
div.proginfo {
	margin-left: 2ex;
	padding-left: 1ex;
	padding-right: 1ex;
	border: 1px solid #000000;
}
.nowrap {
	white-space: nowrap;
}
table.progsummary {
	border: 1px solid #000000;
}
span.progname {
	font-weight: bold;
}
div.choicebox {
	width: 100%;
	text-align: right;
}
.navbox {
	float: right;
	background-color: #f3f6ef;
	padding: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #d4d7d1;
}
.navbox ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.navbox ul ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 2ex;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
