  BODY {
        font-family: Georgia, Times New Roman, Times, serif;
        font-size: 0.8em; 
        margin-left: 5%; 
        margin-right: 5%; 
        background: #F0F0F0;
  }
  H1 {
        font-weight: 200;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 3.2em;
        width: 30%
        text-align: right;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
        background: #cc8888;
        color: white;
  }
  H2 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif; 
	font-size: 1.8em;	
        font-weight: bold;
        margin-top: 18pt;
  }
  .mainmenu {
	width: 15.5em;
	height: 180em; 		/* nasty - must be > height of box */
	float: left;
	border-style: dotted;
	border-width: 1px;
	border-color: #cc8888;
	margin: 0;
	padding: 0 0 0 0;
	scrolling: no;
  }
  A.mainmenu:link {
        text-decoration: none;
        color: black;
  }
  A.mainmenu:visited {
        text-decoration: none;
        color: black;
  }
  A.mainmenu:visited {
        text-decoration: none;
        color: black;
  }
  DIV.maintext {
        margin-left: 17em;
  }
  P.singlespaced {
	margin-top: 0pt; 
	margin-bottom: 0pt
  }
  P.body {
	margin-left: 2em; 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.95em;	
	line-height: 1.9em;
  }
  P.body:before {
	content: "\B6\A0";
	color: #ff2288;
  }
  UL.bodylist {
	margin-left: 2em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.95em;
	line-height: 1.4em;
	margin-top: 0pt;
	margin-bottom: 0pt;
  }


/* Some experimental stuff */
  .sidebox {
	width: 14em;
	/*margin: 8px; */
	margin: 0.6em 0.5em 0.6em 0.0em;
	border-style: dotted;
	border-width: 1px;
	border-color: #cc8888;
  }
  .boxhead {
	background: #cc8888;
	margin: 0;
	padding: 0.6em 0.5em 0.2em;
  	text-align: center;
	color: white;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;	/* safari only */
  }
  .boxhead A:link {	
	text-decoration: none;
	color: #ffffff;
  }
  .boxhead A:visited {	
	text-decoration: none;
	color: #ffffff;
  }
  .boxhead A:hover {	
	text-decoration: none;
	color: #0000ff;
  }
  .boxbody {
	margin: 0p;
	padding: 4px 4px 4px;
	font-family:  Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 0.85em;
        background: #F8F8F8;
  }
  .boxbody UL {
	margin-left: 1em;
	padding-left: 1em;
  }

/* Some experimental stuff */

  .roundsidebox {
	/*margin: 0 auto;*/		/* center for now */
	width: 15em;		/* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
  }
  .roundboxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
  }
  .roundboxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
        font-family: Garamond;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;	/* safari only */
  }
  .roundboxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0p;
	padding: 5px 30px 31px;
        font-family: Garamond;
	font-weight: normal;
	font-size: 1em;
  }
  P.copyright {
	position: fixed;
	bottom: 0px;
	right: 1em;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
  }
  P.copyright:before {
	content: "Copyright 2005-2025, W. Keith Edwards"
  }
