body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times;
	background: #ddd url("BG.jpg") repeat-y fixed center 0;
	width: 950px;
	float: none;
	position: relative;
}
.wrapper {
	text-align: center;
	margin: auto;
	width: 850px;
}
.wrapperindex {
	text-align: center;
	margin: auto;
	width: 950px;
}
p {
	font-size: 16px;
	text-align: left;
	text-indent: 10px;
	margin-top: 0;
	margin-bottom: 6px;
}
.Glossary {
	font-size: 16px;
	text-align: left;
	text-indent: -10px;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 10px;
}
.Reverse {
	font-size: 16px;
	text-align: left;
	text-indent: -20px;
	margin-top: 0;
	margin-bottom: 16px
}
.singlespaced {
	font-size: 16px;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0
}
.L1 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 12pt;
	margin-bottom: 0
}
.L2 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 10pt;
	margin-bottom: 0;
	margin-left: 10px
}
.L3 {
	font-size: 10pt;
	font-weight: normal;
	line-height: 9pt;
	margin-bottom: 0;
	margin-left: 20px
}
.L4 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	line-height: 9pt;
	margin-bottom: 0;
	margin-left: 30px
}
.indented list {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 30px
}
td {
	font-size: 16px
}
h1 {
	font-size: 32px;
	text-align: left;
	margin-top: 48px;
	margin-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 19px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 16px;
	text-align: left;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.headerlinks {
	color: maroon;
	font-size: 16px;
	font-family: Papyrus
}
.navbarlinks {
	color: maroon;
	font-size: 12px;
	font-family: Papyrus;
	text-align: center
}
.navlinks {
	color: yellow;
	font-size: 12px;
	font-family: Papyrus;
	font-weight: bold
}
.headertable {
	font-size: 12px;
	font-family: Papyrus;
	background-image: url("NavbarBG.gif");
	display: table
}
.navtable {
	font-size: 12px;
	font-family: Papyrus;
}
.tableborder {
	border-bottom: 3pt double black;
	text-align: center;
	position: relative;
	overflow: visible;
	background-image: url(inner_background.jpg);
	background-repeat: repeat;
}
.overall_header {
	position: relative;
	width: 100%;
	left: -50;
}
.Title {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	background-color: silver;
	text-align: left;
	background-image: url(inner_background.jpg);
	font-family: Papyrus, Parchment, "Times New Roman", Times, serif, fantasy;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	text-indent: 5px;
}
.MainTitle {
	font-size: 46px;
	font-weight: bold
}
.power {
	background-image: none;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px silver
}
.example {
	font-size: 15px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	margin: 25px 35px;
	padding-left: 5px;
	border-left: 1px solid silver
}
.Tree {
	background-image: none;
	background-position: 150px 0;
	width: 300px;
	border: solid 1px silver
}
.caption {
	font-size: smaller
}
.comment {
	font-size: 12px;
	font-family: Papyrus;
	background-image: url("inner_background.jpg");
	text-align: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 10px;
	width: 200px;
	float: right
}
.commentparagraph {
	font-size: 12px;
	font-family: Papyrus;
	margin-bottom: 0
}
.attribution {
	font-style: italic;
	text-align: right
}
div.sample_attach, a.sample_attach {
	color: maroon;
	font-size: 12px;
	font-family: Papyrus;
	background-image: url("inner_background.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding: 0 5px;
	width: 150px;
	vertical-align: baseline
}
a.sample_attach {
	color: maroon;
	font-size: 12px;
	font-family: Papyrus;
	text-decoration: none;
	display: block
}
form.sample_attach {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background: #FFFFEE;
	padding: 0px 5px 2px 5px;
}
.centered {
	text-align: center
}
a {
	color: maroon;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
}
.adventure {
	font-family: Papyrus, Parchment, "Times New Roman", Times, serif, fantasy;
	font-size: 1.5em;
	text-indent: -3px;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
}
.centered {
	text-align: center;
}
.papyrus {
	font-family: Papyrus, Parchment, "Times New Roman", Times, serif, fantasy;
}
.section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.parchment {
	font-family: Papyrus, Parchment, "Times New Roman", Times, serif, fantasy;
	background-image: url(GradientBG.jpg);
	background-repeat: repeat;
	padding: 10px;
}

