body {
	background-color: White }
table.layout {
	width: 100%; }
td.banner {
	color: black;
	vertical-align: middle;
	text-align: center;
	background-color: PowderBlue;
	background-image: url(/images/panorama2.jpg);
	width: 100%;
	height: 108px;
	background-repeat: no-repeat; }
table.layout td {
	vertical-align: top }
td.content h2 {
	text-align: center; }
td.content p {
	font-family: Georgia, serif;
	font-size: 12pt;
	text-indent: 27px; }
td.sidebar {
	width: 40%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt; }
fieldset.panel {
	border: solid blue 1px;
	background-color: PowderBlue;
	margin-bottom: 9px;
	border-radius: 6px; 
	box-shadow: 4px 8px 3px #333377;
	-webkit-box-shadow: 4px 8px 3px #333377; }
fieldset.panel legend {
	padding: 0px 6px;
	border: solid blue 1px;
	background-color: PowderBlue;
	font-style: italic;
	font-weight: bold;
	font-size: 9pt;
	border-radius: 4px; 
	box-shadow: 1px 2px 2px #333377;
	-webkit-box-shadow: 1px 2px 2px #333377; }
form div.label {
	font-size: x-small;
	font-style: italic }
