/*  Noes on Color

	The following color names are considered valid by W3c:
		Black = "#000000" 		Maroon = "#800000" 		Green = "#008000"	  Navy = "#000080"
		Silver = "#C0C0C0" 		Red = "#FF0000" 		Lime = "#00FF00"	  Blue = "#0000FF"
		Gray = "#808080" 		Purple = "#800080" 		Olive = "#808000"	  Teal = "#008080"
		White = "#FFFFFF" 		Fuchsia = "#FF00FF" 	Yellow = "#FFFF00"	  Aqua = "#00FFFF"

	The following color names are NOT considered valid by W3c, so we use the hex values:
		FireBrick		#B22222		(#ad005b)		Headers, hr
		MediumVioletRed #C71585
		DarkSlateBlue	#483D8B		(#044476)		Body Text
		Lavender		#E6E6FA		(#E4ECFC)		NavBar a:hover
		MediumBlue		#0000CD		(#0000c0)		#Footer p
		DarkMagenta 	#8B008B		(#990099)		a
*/

body         { font-family:Georgia, "Times New Roman", Times, serif; font-size: 12pt; color: #483D8B; font-weight: bold; }

#ContentLayer { font-family:Georgia, "Times New Roman", Times, serif; text-align:left; text-decoration:none; font-weight:bold; color: #000066; }
#LeftNavBarPrimary td, #LeftNavBarPrimary a
			  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; text-align:left; text-decoration:none; font-weight:bold; color: #000066; }
#LeftNavBarPrimary a:hover { color: #E6E6FA; background-color:blue; }
#LeftNavBarSecondary td, #LeftNavBarSecondary a
			  { font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left; text-decoration:none; font-weight:bold; color: #000066; }
#LeftNavBarSecondary a:hover { color: #E6E6FA; background-color:blue; }
#Footer p { font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left; text-decoration:none; font-weight:bold; color: #0000CD; }

h1           { font-size: 36pt; color: #B22222; font-weight: bold; text-align: center }
h2           { font-size: 18pt; color: #B22222; font-weight: bold; text-align: left }
h3           { font-size: 16pt; color: #B22222; font-weight: bold; text-align: left }

p            { font-size: 12pt}
p.emphasize  { color:red; font-weight:bold; font-style:italic }
p.image_links {white-space:nowrap}
p.footer     { font-style:italic; font-size: small }
p.NoteBox    { font-size: 12pt; color: Teal; font-family:"Arial Narrow", sans-serif; font-weight: bold; 
               border: 4px inset Teal; padding: 0 }
p.indentednote { font-size:smaller; text-indent:.5in }

a		     { text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color:#8B008B }
a:hover		 { color: red;  }
h2 a, h3 a	 { text-decoration:none; color:#B22222 }
h2 a:hover, h3 a:hover	 { color:#B22222 }
/*
a:link, a:visited {color:#4D65A0}
a:focus, a:active {color:#7A4DA0; text-decoration: none; font-weight:bold}
*/

hr  { height:5px; width:95%; background:#C71585 }

span.emphasize { color:red; font-weight:bold; font-style:italic }
span.keyword { color:#B22222; font-weight:bold }
span.superkeyword { color:#B22222; font-weight:bold; font-style:italic }
span.criticalkeyword { color:fuchsia; font-weight:bold }

td { font-size: 12pt }

ul { list-style: square; font-size: 12pt }
ul ul { list-style: disc }
ul ul ul { list-style: circle }
