a:link    {color:blue;}
a:visited {color:#822885;}
a:focus   {color:olive; text-decoration:none;} 
a:active  {color:#f1a62;}
a:hover   {text-decoration:none;font-weight:bold;color:#dc9000;}  
.menu  {font-size:13px; background-color:#d7d7d7}
.pin   {text-indent:20px}
.caps	 {font-variant:small-caps}
nav     	{margin: 0; 
	padding: 0;
	list-style: none;
	width: 720px;
	float; left;
	background: blue;}

p	{text-align:justified;}

h1	{margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Times New Roman";
	font-style:normal; color:blue;
	font-weight:normal;
	margin-left:0in; margin-right:0in; margin-top:0in}

h2	{margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:10.0pt;
	font-family:"Times New Roman";
	font-variant:small-caps;
	font-weight:normal;
	font-style:normal;
	margin-left:0in; margin-right:0in; margin-top:0in}

h3	{margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:15.0pt;
	font-family:"Arial Narrow";
	font-variant:small-caps;
	margin-left:0in; margin-right:0in; margin-top:0in}

/* CSS Drop Down Menu */
#menuh-container
	{
	position: absolute;		
	top: 5em;
	left: 0em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
	padding: 0.0em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	background-color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: blue;
	background-color: white;
	}	
			


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:6em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#fire	{
	position: absolute;
	top: 14em;
	left: 0em;
	}
#archive	{
	position: absolute;
	top: 14em;
	left: 5em;
	}


