body {
	font-family: verdana, helvetica, arial, "lucida sans", sans-serif;
	font-size: small;
   width: 84%;
   margin-left: 8%; margin-right: 8%
}

li {
  margin-top: 1em;
}

/* menu bar at top */

table.topmenutbl {
   width: 100%;
	margin-left: 0;
	margin-right: 0;
}

div.topmenuimg {
	background-color: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 50px;
}

div.topmenutxt {
	text-align:center;
	text-decoration: none;
	background-color: #DCDCDC; /* lightgray (gainsboro) */
	border: thin solid black;
}

div.topmenuselected {
	text-align:center;
	text-decoration: none;
	/* background-color: #AFEEEE; /* #AFEEEE; /* paleturquoise */
	/* background-color: silver; */
	background-color: #EFEFEF;
	border: medium solid blue;
}
a.topmenulink, a.topmenulink:visited {
   color: blue;
	text-decoration: none;
}

a.topmenulink:hover{
   color: red;
	text-decoration: none;
}

a.topmenulink:active{
   color: green;
	text-decoration: none;
}

/* Mlti-colum items */
table.columned {
	font-size: small;
   cell-padding: 10;
}


/* Image management */
div.leftitem, div.rightitem {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
   border: solid 1px; /* #777777;*/
}

div.leftitem{
   float: left;
   margin-right: 20px;
}

div.rightitem{
   float: right;
   margin-left: 20px;
}


div.footer {
	font-size: smaller;
	font-style: italic;
	color: teal;
	text-align: right;
}

