.opaqueback {
	background-color: #6374AB;
	width: 100%;
}
.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}
div.back {
	background: #0066cc;
	padding: 9;
	margin: 14 0 0 14;
}
div.section {
	color: #ffffff;
	background: #3399ff;
	margin: -14 0 0 -14;
	padding: 4.5;
  	font-family: Arial, Helvetica, CourierNew;
  	font-size: 80% /*smaller*/;
}
div.footer {
	background: #fff;
	margin: -1 -1 -1 -1;
	border: thin solid #999; padding: 1.5em;
}
div.biglogo {
    text-align: center;
    background: #003366;
    margin: -1em 2em 2em 4em;
    padding: .4em;
    border: none;
}
div.menu {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: .75em;
  left: auto;
  width: 8.5em;
  right: 2em;
  body>div.menu {position: fixed}
}
div.menu p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  #background: #900;
  background: #0066cc;
  border: thin outset #99ccff;
  color: white;
}
div.menu a, div.menu em { display: block; margin: 0 0.5em }
div.menu a, div.menu em { border-top: none }
div.menu a:first-child { border-top: none }
div.menu em { color: #CFC }
div.menu a:link { text-decoration: none; color: white }
div.menu a:visited { text-decoration: none; color: white }
div.menu a:hover { background: #99ccff; color: #0066cc}
