body {
	background-attachment: fixed;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0;
}
p {
	text-align:justify;
	/* text-indent:2em; */
}
div.useindent p{
	text-indent:2em;
}
#homebutton {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 25px;
	left: 16px;
}
#content {
	/*/*/
	
	margin-top: 0;
	/*/float:center;/* */
	padding: 0.5em;
	width: 36em;
	background-color: white;
	border: 1px none;
	font-family: Arial, sans-serif;
	/* position: absolute;left: 50%;margin-left: -18em;*/
}
#menucontainer {
	
	width: 100%; 
	background-color: #86AE98;
	border: 1px none;
	/*/*/ /*/height: 30px;/* */
}
#menuline {
	font-size: 1px;
	width: 100%;
	height: 5px;
	background-color: #C22412;
	/*/*/ /*/ padding: 0; margin: 0; border: 0 solid #A03033; border-top-width: 8px; /* */
}
#subnav, #subsubnav {
	background-color: #D2C18D;
	border: 1px none;
	line-height: 1.5;
	padding: .25em .5em;
	font-family: Tahoma, Arial, sans-serif;
	/*/*/font-size:smaller; /*/ /* */
}
#subsubnav {
	background-color:#F8EDCB;
}
#subnav span, #subsubnav span {
	white-space: nowrap;	
}
#subnav a, #subsubnav a {
	color: #2C692C;
	font-weight: bold;
	text-decoration: none;
	/*/*/ padding: 1px; /* */
}
#subnav a:hover, #subsubnav a:hover {
	text-decoration: underline;
}
#subnav a.currentpage, #subsubnav a.currentpage {
	/*/*/ padding: 0;
	border: 1px solid #2C692C; /*/ text-decoration: underline; /* */
}
#abovesubsub {
	background-color: #F8EDCB;
	border-bottom: 5px solid #F8EDCB;
	/*/*/ padding: 0;
	/*/ text-decoration: underline; /* */
}
h1, h2, h3, h4, h5, h6, .names, .pullright, .standout, caption, th {
	color: #006600;
}
h2, h3 {
	margin:1.5em 0 1em 0;
	/*border-bottom: 6px solid #000; */
}
.pullright {
	float: right;
	width: 40%;
	background-color: #FFF4DF;
	margin-right: .5em;
	margin-left: .5em;
	margin-top: 0;
	padding: 0 .5em;
	border: 3px solid #006600;
}
h6 { /* used for image titles */
	font-size: 90%;
	text-align:center;
}
.standout, caption {
	font-weight:bold;
}
tr th {
	background-color: #FFF4DF;
}
dt{
	margin-top:1em;
	font-weight:bold;
}
li {
	margin-bottom: 1em;
	text-align:justify;
}
li ul {
	margin-top: 1em;
}

