#linkbar      { 
		float: left;
		width: 24.6%;
		height: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 2em;
		padding-left: 0;
		padding-right: 0;
		background-color: #598ea0;
		}
#linkbar p { 
	margin: 5px;
	}
#linkbar a { 
	color: #cecece; 
	}
#linkbar a:hover         { color: #000; }
#contentholder, #content, #content p  { 
	text-align: left;
	font-family: 'Garamond';
	}
#content {
	margin: 1em;
	}
#contentholder {
	float: right;
	position: absolute;
	left: 25%;
	margin-left: 0;
	width: 75%;
	background-color: #cecece;
}
blockquote { align: justify; }
#notices { font-size: smaller; }
#copyright      { font-size: smaller; 
		}
#childlist	{ float: right;
		  text-align: right;
		  background-color: #FFF;
		  max-width: 33%; 
		  padding: .5em; 
		  padding-top: 1em;
		  margin: 2px;
		  font-size: smaller; }
#childlist a 	{ display: block;
		  border-bottom: 1px dotted #598ea0;
		  text-decoration: none; }
#childlist a:hover { text-decoration: underline;
		     background-color: #ffffff; }
#contentholder a { color: #598ea0; }
#contentholder a:hover { color: #000000; }
#contentholder h1, h2, h3, h4 { color: #598ea0; margin-left: 1em; }
