<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 

a:link 	   {color:blue}
a:visited  {color:#5c3e90}
a:focus    {color:olive}
a:hover    {color:green}
a:active   {color:red}


/* ------------------- Thumbnail Navigation Lists -----------------------------------------------*/
div.ThumbNavListHeader 
 {
 display:block;
 line-height:100%;
 font-size:100%;
 padding:6px;
 }


a.ThumbNavList
 {
 display:block;             /* We want the entire <a> element to have a hand cursor,              */
 border:solid 1px black;   
 width:80px;                /* Determines width of block's text.  SB=Image width.  Image's        */
                            /* width, however, can override this and make the block wider.        */
 padding: 3px;              /* keep text and image away from borders                              */
 font-size:80%;
 line-height:110%;          /* How closely the lines are packed in link's description             */
 margin-bottom:10px;        /* Vertical space between link block borders... 0 = touching          */
 text-align:center;
 text-decoration:none;      /* no underline on caption text. It's obvious it is a link            */
 }

/*------------------------------------------------------------------------------------------------*/
a.ThumbNavList_Missing      /* No width specified.  We let the image's width + padding rule       */ 
 {
 display:block;             /* We want the entire <a> element to have a hand cursor,              */
 border:dashed 1px black;   
 width:80px;                /* Determines width of block's text.  SB=Image width.  Image's        */
                            /* width, however, can override this and make the block wider.        */
 padding: 3px;              /* keeps text and image away from border                              */
 font-size:80%;
 line-height:110%;          /* How closely the lines are packed in link's description             */
 margin-bottom:10px;        /* Vertical space between link block borders... 0 = touching          */
 text-align:center;
 text-decoration:none;      /* no underline on caption text. It's obvious it is a link            */
 }                           
/*------------------------------------------------------------------------------------------------*/
a.ThumbNavList_Deceased     /* No width specified.  We let the image's width + padding rule       */ 
 {
 display:block;             /* We want the entire <a> element to have a hand cursor,              */
 border:solid 3px black;   
 width:80px;                /* Determines width of block's text.  SB=Image width.  Image's        */
                            /* width, however, can override this and make the block wider.        */
 padding: 1px;              /* keeps text and image away from border                              */
 font-size:80%;
 line-height:110%;          /* How closely the lines are packed in link's description             */
 margin-bottom:10px;        /* Vertical space between link block borders... 0 = touching          */
 text-align:center;
 text-decoration:none;      /* no underline on caption text. It's obvious it is a link            */
 }                           
/*------------------------------------------------------------------------------------------------*/



#ThumbNavListloading 
 {
 font-size:80%;
 font-weight:normal;
 color:green;
 width:80px;
 padding:3px;
 background: yellow;
 border: thin solid green;
 }

/* 
   #ThumbNavListloading  is used by a little script that is placed at the top of the nav list's body.  
   Viz:
==============
<body>
 <script type="text/javascript">
  document.write("<p id='ThumbNavListloading'>Loading thumbnails, please wait...<\/p>");

  function hideloading () 
   {
   var loading = document.getElementById('ThumbNavListloading');   
   ThumbNavListloading.style.display = 'none';
   }

  window.onload = hideloading;
 </script>
==============
*/
/* ----------------------------------------------------------------------------------------------*/


div.SplashHeader
 {
 font-size:200%;
 color:#000000;
 text-align:center;
 line-height:75%;
 }
div.SplashHeader_Class59
 {
 font-size:200%;
 color:#9c2c86;
 text-align:center;
 line-height:75%;
 }

div.SplashBody_Class59
 {
 padding:25px;
 }

div.ContactInfo
 {
 text-indent:15em;
 line-height:15%;
 }

div.MusicNavList
 {
 display:block;
 font-size:75%;
 line-height:110%;
 text-align:left;
 width:450px;
 margin-bottom:10px;
 background:#ffffff;
 font-weight:normal;
 display:block;             /* We want the entire <a> element to have a hand cursor, not just the image
                               and the caption words. This also allows us to fiddle with borders and
                               padding. */
 border:solid 0px black;    /* a hack for IE. Without this IE can suddenly start ignoring padding. The
                               real borders are specified below in the pseudo class rules. It is not enough
                               to just specify the border in the pseudo class rules. */
 padding: 1px;              /* keep text and image away from borders */
 }

div.TextNavList
 {
 font-size:100%;
 line-height:100%;
 text-align:left;
 margin-left:0px;
 background:#ffffff;
 font-weight:normal;
 }

div.CompactNavList
 {
 font-size:100%;
 line-height:40%;
 text-align:left;
 margin-left:0px;
 background:#ffffff;
 font-weight:normal;
 }

div.Indent1
 {
 text-indent:2em
 }

div.LastKnownAddr
 {
 font-style:italic;
 text-indent:3em;
 }

p.BoxedSmallText
 {
 margin:10px;
 font-size:75%;
 font-family:"Times New Roman";
 border:solid windowtext .5pt;
 padding:1.0pt 4.0pt 1.0pt 4.0pt;
 }

p.TightSmallItalic
 {
 font-size:75%;
 font-style:italic;
 margin-bottom:.001pt;
 margin-top:.001pt;
 }

div.InMemoriam
 {
 font-size:175%;
 font-family:"Times New Roman";
 text-align:"center";
 border:solid windowtext 5pt;
 padding-top:1em;
 padding-bottom:1em;
 padding-left:7em;
 padding-right:7em;
 }