body {
	left:0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:x-small;
	background: url(barb.gif) fixed repeat-y top left;
	background-color: black;
/*	letter-spacing: 0em;*/
}
body.intro {
	left:0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	background: none;
}

a  {
	text-decoration: none;
	color: blue;
	background-color: white;
}

a:visited {
	text-decoration: none;
	color: gray;
	background-color: white;
}

a:hover {
	text-decoration: underline;
	color: blue;
	background-color: white;
}


#logo {
	display: inline;
/*	visibility: none; */
	background-color: black;
	background-image: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	z-index: 2;
	height: 105px;
	width: 170px;
}
#pagetitle {
/*	visibility: none; */
	color: black;
	padding-left: 0px;
	padding-top: 5px;
	border-bottom: 3px black solid;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

}
#mainpage {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 66%;
	z-index: 3;
	margin-left: 170px; 
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	margin-bottom: 105px;
	min-height: 86%;
	line-height: 1.5;
	text-align: left;
	background-color: white;
	border-top: 40px black solid;
/*	border-bottom: 105px black solid;
	border-right: 1000px black solid;
	border-left: 170px #006633 solid; */
}
#mainpage p {
	text-align: justify;
}
#mainpage p:first-line {
/*	font-style: italic;*/
}
#mainpage p:first-letter {
/*	font-weight: bold;*/
}#logo a {
	background-color: black;

}

#navbar {
	display: inline;
	position: absolute;
	left: 0px;
	top: 100px;
	background-color: black;
	width:170px;
	max-width: 170px;
	padding-left: 18px;
	padding-right: 20px;
	padding-top:40px;
	overflow: hidden;
	color: white;
	z-index: 2;
}

#navbar a {
	background: none;
	color: white;
	text-decoration: none;
	display:list-item;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(acorn-bullet.gif);
	}

#navbar ul {
}

#navbar a:hover {
	background: none;
	color: yellow;
	text-decoration: none;
}
.NavHeading {
	font-size: 180%;
	line-height: 1;
	padding-bottom: 20px;
}
.level1 {
	display: block;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
	list-style: none;
}
.level2a {
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
	list-style: none;
}
.level2b {
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
	list-style: none;
}
.level3 {
	display: block; 
	position: relative;
	padding-left: 40px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
	list-style: none;
}

#footer {
	display: inline;
	font-size: 70%;
}
#footer p:first-line {
	font-style:  normal;
}
#footer p:first-letter {
	font-weight: normal;
}
.showlistdate {
	font-weight: bold;
}