  BODY	{font-size: 10pt;
	color: #000000;
	background-image: url("/pics/lbg070y.jpg");
	/* background-image: url("/pics/ClearDayBkgrd2.jpg"); */
	/* background-color: #ffd8ff; lavender */
	/* background-color: #a8a8a8; gray */
	/* background-color:  #000000; */
	/* background-repeat: repeat-y; /* to make a vertical bar */
	/* to put the bar in the center of the page: background-position: top center; */
	/* I read that font-family should be last for I.E.3... */
	font-family: georgia, arial, verdana, serif;
	margin: 0px;
	}
  TR    {vertical-align: "top";
	}
  TD, TH {
	font-size: 10pt;
	font-family: georgia, arial, verdana, serif;
	/* background-image: url("/pics/lbg070y.jpg"); */
	}
  OL	{list-style: "outside"; /* this is the default -- here for an example */
	}
  UL UL LI {font-size: 85%; 
	line-height: 110%;
	} 
  H1 	{text-align: center;
	font-size: 200%;
	font-weight: normal;
	/* word-spacing: 5em;  this only works in Netscape 6 */
	letter-spacing: 0.5em;  /* this works in Netscape 6 and IE 5 */
	font-family: georgia, arial;
	}
  H1.box	{
	border-style: ridge; /* inset; /* groove; */
	border-width: 20px;
	border-color: #C00000;
	}
  H2 	{text-align: center;
	font-size: 150%;
	font-weight: normal;
	}
  H3 	{text-align: center;
	font-size: 117%;
	font-weight: normal;
	}
  I	{/* font-size: 95%; */
	}
  EM	{font-weight: bold;
	font-style: italics;
	font-size: 95%;
	}
  /*
  P:first-letter {font-size: 200%; 
	float: left;
	}  first-letter only works in Netscape 6 but I can't control vertical-align 
  */
  #pcenter {text-align:left;
	margin-left:20%;
	margin-right:20%;
	}
  .lh 	{font-size: 117%;
	background-color: #800000;
	color: #FFFFFF;
	font-family: "comic sans ms", arial, san-serif;
	}
  SUP 	{font-size: 75%;
	}
  A 	{color: #0000FF;
	text-decoration: none;
	}
  A:active {color: #0000FF;
	}
  A:visited {color: #0000FF;
	}
  A:hover {color: #FF00FF;
	}
  BLOCKQUOTE {font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 4em;
	margin-right: 6em;
	text-align: justify;
	background-image: none; /* this doesn't seem to work */
	/* font-family:  verdana, courier, "cg times", arial, sans-serif; */
	}
  BLOCKQUOTE BLOCKQUOTE {font-size: 100%;
	margin-right: 0em;
	}
  CAPTION {font-size: 100%;
	font-weight: normal;
	font-style: normal;
	/* font-family: arial, georgia, "bookman old style", verdana, serif; */
	}
 .aname {color: #000000;
        } /* black instead of blue for a name instead of a href tags */
 /* foldheader and foldinglist are used in Menus */
 #foldheader {cursor:hand ;
        font-weight:normal ;
        list-style-image:url( /gifs/fold.gif );
        }
 #foldinglist {list-style-image:url( /gifs/list.gif );
        }
  all.clsMenuItemNS{font: bold x-small verdana; 
	color: white; 
	text-decoration: none;
	}
  .clsMenuItemIE{text-decoration: none; 
	font: bold xx-small verdana; 
	color: white; 
	cursor: hand;
	}
  .drag {position: relative; 
	cursor: hand;
	}
  .fotoFrame {border-top: 8px solid gray;
	border-left: 8px solid gray;
	border-right: 8px solid maroon;
	border-bottom: 8px solid maroon;
        }

#menuBar {
  background-color: #c0c0c0;
  border-style: solid;
  border-width: 2px;
  border-top-color: #f0f0f0;
  border-left-width: 0px;
  border-bottom-color: #909090;
  border-right-width: 0px;
  color: #000000;
  left: 0px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 3px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
}

a.menuButton {
  border-style: solid;
  border-width: 1px;
  border-top-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-bottom-color: #505050;
  border-right-color: #505050;
  color: #000000;
  cursor: default;
  font-family: MS Sans Serif, Arial, Tahoma, sans-serif;
  font-style: plain;
  font-size: 8pt;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

a.menuButton:hover {
  border-style: solid;
  border-top-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-bottom-color: #505050;
  border-right-color: #505050;
  color: #0000FF;
}

.menu {
  background-color: #c0c0c0;
  border-style: solid;
  border-width: 2px;
  border-top-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-bottom-color: #909090;
  border-right-color: #909090;
  margin: 0px;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
}

a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  font-family: MS Sans Serif, Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 14px;
  text-decoration: none;
}

a.menuItem:hover {
  background-color: #000080;
  color: #ffffff;
}

/* :visited takes precedence over :hover... */
