#linkbar	{ background-color: #8B2B28;
		  border: 1px solid #502FBD;
                  padding: 0.25em; 
		  color: #EEF; }
#linkbar a	{ font-weight: bold;
		  font-size: smaller;
		  color: #ede48f; /*#d6c36d; */
		  text-decoration: none;
		  font-family: sans-serif;
		  margin-left: 1em; }
#linkbar a:hover{ text-decoration: underline; }
#body           { width: 600px;
		  text-align: left;
                }
#rightbar	{ position: relative;
		  top: 5em;
		  width: 20%;
		  float: right; 
		  text-align: center;
		}
#tools          { }
#contentholder 	{ width: 100%; 
		  background-color: white;
		}
#content	{ border: 0px solid white;
		  padding: 1em; }
div		{ text-align: justify;
                  font-family: "Garamond", "Bitstream Charter"; 
                  font-style: normal; }
h1, h2, h3, h4, h5 { font-family: serif;
                     font-family: "Bitstream Charter"; }
#copyright	{ width: 50%;
		  font-size: xx-small;
		  text-align: center;
		  float: center; }


.post           { margin-left: 15px; }
.posthead       { background-color: #ffff8f; }
.title          { font-weight: bold; font-size: bigger; }
.posttext       { padding: 2px; margin-bottom: 3px; background-color: white; }
.thispost       { border: 3px solid #ede48f; margin-bottom: 3px; background-color: white; }
.postarea       { margin-right: 3px; }
.thispost .postarea textarea { width: 100%; }
.posttools      { float: right; }
.posthead       { height: 1.5em; }
a.forumtool     { text-decoration: none; 
                    background-color: silver;
                    border: 1px outset black;
                    font-family: sans-serif;
                    margin-right: 5px;
                    margin-left: 5px;
                    color: black; }
a.forumtool:hover { border: 1px outset gray;
                      background-color: white; }
#childlist	{ float: right;
		  text-align: right;
		  border: 5px solid #8B2B28;
		  border-left-width: 1px;
		  border-right-width: 1px;
		  background-color: #ede48f;
		  max-width: 33%; 
		  padding: .5em; 
		  padding-top: 1em;
		  margin: 2px;
		  font-size: smaller; }
#childlist a 	{ display: block;
		  border-bottom: 1px dotted #a2193e;
		  text-decoration: none; }
#childlist a:hover { text-decoration: underline;
		     background-color: #ffffab; }
