body {
        text-align:center;
	color:#000000;
	background-color:#778888;
	}
p {
	margin:0 0 1em 0;
	}
li {
	margin:0 0 0 1em;
	}
h1 {
	font-size: x-large;
	margin-bottom: 0.25ex;
	}
h2 {
	font-size: large;
	margin-bottom: 0.25ex;
	}
img {
	border-style: none;
        }
a {
	text-decoration:underline;
	}
a:hover  {color:#000000;background-color:#ffffff;}
a:active {color:#000000;background-color:#ffffff;}
a:visited{color:#000000;background-color:#ffffff;}

#Link-head {
        font-style:italic;
        margin: 1em 0 0 0;
        padding:0;
        }       
#Header {
	width:800px;
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 10px;*/
	text-align: center;

	font-weight:600;
	font-size: x-large;	/* should be same as an h1 header */
	border-style:none;
	border-color:black;
	border-width:1px 0;
	background-color:#ffffff;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:90px;	/* UNTESTED!  Was 14px */
	}
body>#Header {height:90px;}

#Submenu {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 20px;*/
	text-align: center;

	border-style:solid;
	border-color:black;
	border-width:0px 0px 1px 0px;
	background-color:#ffffff;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:20px;
	}
body>#Submenu {height:20px;}

#Footer {
/*	margin:20px 0 10px 0; */
/*	padding:0.3ex 0 1.3ex 20px; */
        font-size: small;
        text-align:center;
        position:center;
        border-style:solid;
	border-color:black;
	border-width:1px 0 0 0;
	background-color:#ffffff;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:16px;
        width: 800px
	}
body>#Footer {height:16px;}

#Content {
        background-color:#ffffff;
        width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*        height: 430px; */
	position: relative; 
/*	margin: 0px 0px 0px 20px  */
        padding: 10px 10px 10px 10px;
	}


#Content-centered {
        background-color:#ffffff;
        width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
/*        height: 430px; */
	position: relative; 
/*	margin: 0px 0px 0px 20px  */
        padding: 10px 10px 10px 10px;
	}

/* For convenience */
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}


