                              /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active	{color:#0000ff;text-decoration:none;}
#menu1 a:visited {color:#0000ff;text-decoration:none;}
#menu1 a:hover {color:navy;background-color:#ffffcc}

#menu2 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active	{color:teal;text-decoration:none;}
#menu2 a:visited {color:teal;text-decoration:none;}
#menu2 a:hover {color:red;background-color:f0fea8}

#menu3 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu3 a:active	{color:teal;text-decoration:none;}
#menu3 a:visited {color:teal;text-decoration:none;}
#menu3 a:hover {color:red;background-color:f0fea8}

#menu4 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu4 a:active	{color:teal;text-decoration:none;}
#menu4 a:visited {color:teal;text-decoration:none;}
#menu4 a:hover {color:red;background-color:f0fea8}

html, body {margin: 0;} /* Place div images at the top of the page */

                           /*End Menu Links*/



							/*Text Styles*/

/* p1 */ p.issue {margin: 45.0px 25.0px 0.0px 25.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p2 */ p.series {margin: 12.0px 25.0px 3.0px 25.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p3 */ p.date {margin: 12.0px 25.0px 45.0px 25.0px; text-align: right; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p4 */ p.talktitle {margin: 0.0px 0.0px 35.0px 0.0px; text-align: center; font: 24.0px "Times New Roman", "Times Roman", Georgia, serif; font-style: italic; /*font-weight: bold */ }
/* p5 */ p.subhead {margin: 0.0px 0.0px 0.0px 25.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif; max-height: 8.0px}
/* p6 */ p.text {margin: 11.0px 25.0px 11.0px 25.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p7   */ p.qsub {margin: 0.0px 25.0px 0.0px 100.0px; 
		padding: 0.5em; 0.5em; 0.5em; 0.5em;
		background:#CCFFCC; /* light green #CCFFCC; */
		font: 18.0px "Times New Roman", "Times Roman", Georgia, serif; max-height: 4.0px}  /* 
/* p8 */ p.quote {margin: 0.0px 25.0px 0.0px 100.0px; 
		padding: 0.5em; 0.5em; 0.5em; 0.5em;
		background:#CCFFCC; /* light yellow #FFFFCC; */ /* light green #CCFFCC; */
		font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p9   */ p.buddha {margin: 0.0px 25.0px 0.0px 100.0px; 
		padding: 0.5em; 0.5em; 0.5em; 0.5em;
		background:#FFCCCC; /* pink */
		font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p10 */ p.break {margin: 0.0px 0.0px 12.0px 0.0px; text-align: center; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p11 */ p.footnote {margin: 0.0px 25.0px 5.0px 42.0px; text-indent: -17.0px; font-size: 12.0px "Times New Roman", "Times Roman", Georgia, serif}

		p.hangingindent {margin: 11.0px 25.0px -7.0px 70.0px; text-indent: -45.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}


/* Dictionary quote */
/* p11 */ p.dictword {margin: 0.0px 0.0px 0.0px 57.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p12 */ p.dictdef {margin: 0.0px 0.0px 0.0px 57.0px; font: 16.0px "Times New Roman", "Times Roman", Georgia, serif}
/* p13 */ p.dictbreak {margin: 0.0px 0.0px 0.0px 57.0px; font: 16.0px "Times New Roman", "Times Roman", Georgia, serif; min-height: 18.0px}

/* */ span.footmark {font-size: 60%; vertical-align: super}

/* s1 */ span.pseudolink {text-decoration: underline ; color: #4f9b42}
span.firstletter {
		float: left;
		font-size: 2.3em;
		line-height: 1;
		
		/* font-weight: bold; */
		/* margin-right: 0.2em; */
		}
		
a:link
 { color:blue; text-decoration: none }
a:visited
 { color:#6600cc; text-decoration: none  }
a:hover
 { color:blue; text-decoration: underline }
a:active
 { color:red }
 
ul {
  list-style-type:square
}
ul ul {
  list-style-type:circle
}
ul ul ul {
  list-style-type:disc
}


#nav ol li{margin: 0.0px 85.0px 2.0px 35.0px; font: 18.0px "Times New Roman", "Times Roman", Georgia, serif}
      

/*
#nav li.different {color: #000; background-color: #FFF;
}

#nav li a:hover {background-color: #F00;}
*/



							/*End Text Styles*/

