/* An Original Design by Louis W. Adams, Jr.  */
/* This is the style sheet shared by all web pages. */

/* Uncomment to Show Boundaries of All Divisions, "Wireframing" */
/*	div {
		border: 1px dashed gray;
		}
*/
/* Footer and Footer Menu List Style */
	div#Footer {
		clear: both;
		font-size: 0.75em;
		font-style: italic;
		font-weight: normal;
		line-height: 1.3em;
		white-space: nowrap;
		}
	div#FooterMenu {
		font-size: 1.33em;	/* This is 1/0.75 */
		font-style: normal;
		}
	div#FooterMenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0.2em 0;
		}
	div#FooterMenu li {
		display: inline;
		margin: 0 0.5em;
		}
	div#FooterMenu a:link, div#FooterMenu a:visited {
		color: green;
		text-decoration: underline;
		}
	div#FooterMenu a:focus, div#FooterMenu a:hover, div#FooterMenu a:active {
		color: #C000C0;
		text-decoration: none;
		}

/* All Links, Except for Menu Links */
	a:link, a:visited {
		color: green;
		text-decoration: underline;
		}
	a:focus, a:hover, a:active {
		color: #C000C0;
		text-decoration: none;
		}

/* Style for Horizonal Lines */
	hr {
		height: 4px;
		}
	#Footer hr {
		margin: 0 0 1em 0;
		}

/* Emphasize Text Using Underline */
	em {
		text-decoration: underline;
		font-style:normal;
		}

/* Vividly Highlight Text for Special Emphasis */
	span.Highlight {
		color: red;
		font-style: italic;
		}

