/* Stylesheet for KYDD WebSite: Mar 2010 */

  body { font-size:100%; margin-top:0}

  h1 { font-family: Georgia, Times, serif;
    color: #cc9900;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
    margin-bottom: 3px;
    line-height: normal;
    }

  h2 { font-family: Arial, Helvetica, sans-serif;
    color: rgb(153, 102, 51);
    font-weight: bold;
    font-style: normal;
    text-transform: inherit;
    text-align: center;
    font-size: small;
    line-height: normal;
    text-decoration: none;
    }

  p { font-family: "Times New Roman", Times, serif;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    text-decoration: none;
    font-size: 16pt;
    }

  li { font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d; font-size:1.0em; line-height:1.3em;
    	}

  p.NonSerifed { font-family: Tahoma, Helvetica, sans-serif;
	color: #4d4d4d; font-size:0.9em; line-height:1.2em;
    	}

  p.Serifed { font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d; font-size:1.0em; line-height:1.3em;
    	}

  p.ChapterOne { font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d; font-size: 14pt; text-indent:48
    	}

  p.LongText { font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d; font-size: 16pt; text-indent:48
    	}

  p.Listing { margin-top:0; margin-bottom:0 }
  
  p.LinkList { font-family: Tahoma, Helvetica, sans-serif;
	color: #4d4d4d; font-size:0.85em; line-height:0.5em;
    	}
		
  p.IntLinkText { font-family: Tahoma, Helvetica, sans-serif;
	font-color: #666666; font-size: 1.1em; font-weight: bold; margin-top: 0; margin-bottom: 0
	}

	.BookTitleText 	{font-weight: bold; font-family: Tahoma, Helvetica, sans-serif; font-size:1.1em; font-variant: small-caps}
	.GoldFirstText 	{color: #cc9900; font-weight: bold}
	.MakeTextRed	{color: #cc0000}
	.MakeTextOrange	{color: #ff8000}

  .ExtLink    	A:link  {color: green; text-decoration: none}
  .ExtLink    	A:hover {color: red; text-decoration: underline}
  .ExtLink    	A:visited {text-decoration:none}

  .Intlink    	A:link  {color:#666666; text-decoration: none}
  .Intlink    	A:hover {color: red; text-decoration: underline}
  .Intlink    	A:visited {text-decoration:none}


  .navbooks  A:link  { color: #514ce6; text-decoration: none }
  .navbooks  A:hover { color:#000000; background-color:#ccffff }
  .navbooks  A:visited  { text-decoration: none }
  .navmain   A:link  { color: #000000; text-decoration: none }
  .navmain   A:hover { color:#aaaaaa; text-decoration: none }
  .navmain   A:visited  { text-decoration: none }
  .navsub    A:link  { color: #555555; text-decoration: none }
  .navsub    A:hover { color:#000000; text-decoration: none }
  .navsub    A:visited  { text-decoration: none }

  hr.TwoThirds { border-top: 1px solid rgb(255, 204, 102);
    width: 66%;
    list-style-type: none;
    text-align: center;
    }

  hr.OneThird { border-top: 1px solid rgb(255, 204, 102);
    	width: 33%;
    	list-style-type: none;
	text-align: center;
    	}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 2;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: Georgia, Times, serif; color: #4d4d4d; font-size: 12pt;  
line-height: 20px;
z-index: 100; 		/* zIndex should be greater than that of shadow's below */
background: #bf9f62; 	/* dark */
width: 180px; 		/* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover	{color: #bf9f62; background-color: #9f432c; }
.anylinkmenu a:link 	{color: #ebe0cd; text-decoration: none} 
.anylinkmenu a:visited 	{color: purple; text-decoration: none}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ 	/*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; 		/*zIndex for shadow*/
background: black;
visibility: hidden;
}
