.nav_bkgnd {
	background-image: url(images/nav_bkgnd.gif);
	background-repeat: repeat-x;
}
.articletext {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
.articletitle {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #003300;
	font-weight: bold;
}
.archives {
	text-align: right;
	margin-top: -25px;
	margin-bottom: -20px;
}
/*
.leftside {
	width: 203px;
	margin-right: 8px;
}
.rightside {
	width: 203px;
	margin-left: 8px;
}
*/
a:link {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
.jumpmenu {
	position: relative;
	top: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #003300;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #003300;
}
.footer {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.main {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	visibility: visible;
}
/*
iframe {
	overflow: scroll;
	height: 100%;
	width: 100%;
}
*/
div.textbox {
	position: relative;
	overflow: auto;
	width: 98%;
	height: 450px;
	padding: 5px;
	border-color: #003300;
	border-style: dotted;
	border-width: 1px;
}
div.textbox a:link, div.textbox a:visited, div.textbox a:hover, div.textbox a:active {
	text-decoration: underline;
}
.chaptertitle {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #003300;
	font-weight: bold;
}
div.notebook {
	position: relative;
	overflow: auto;
	width: 98%;
	height: 450px;
	padding: 5px;
	background-image: url(images/notebook-paper.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
div.notebook p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
div.notebook em {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: oblique;
}
