body {
	background: white;
	font-size: 100%;
	margin: 4px;
	font-family: "Arial",sans-serif;
}
.header {
	width: 100%;
	margin: 0px 0px;
}
.float-left {
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1;
}
.float-right {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 0;
}
.float-middle {
	float: none;
	white-space: nowrap;
	overflow: hidden;
}
img.header-seas {
	height: 64px;
	border: 0;
	background: white;
}
img.header-vital {
	height: 64px;
	border: 0; 
	background: white;
}
img.header-space {
	width: 100%;
	height: 64px;
	background: white;
}
ul.menu-top {
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px;
	border-color: #0D3268;
	border-width: thin 0px;
	border-style: solid;
	background: #0D3268;
	color: white;
	width: 100%;
} 
li.menu-top {
	display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	width: 8em;
}
a.menu {
	display: inline-block;
	color: #0D3268;
	background: #F5F2DA;
	width: 100%;
	text-decoration: none;
}
a.menu:hover {
	color: white;
	background: #FF7003;
}
ul.news-top {
	list-style-type: none;
	margin: 4px 0px;
	padding: 4px 4px;
	border-color: #FF7003;
	border-width: medium medium;
	border-style: solid;
	background: white;
	color: white;
	width: calc(100%-8px);
} 
li.news-top {
	display: inline-block;
	width: 100%;
}
a.news-item {
	display: inline-block;
	color: #0D3268;
	width: 100%;
	text-decoration: none;
}
a.news-item:hover {
	color: white;
	background: #FF7003;
}
ul.related-bottom {
	list-style-type: none;
	font-size: 0.875em;
	margin: 4px 0px;
	padding: 0px 0px;
} 
li.related-item {
	display: inline-block;
	padding: 2px 2px;
	background: #0D3268;
	color: white;
}
a.related-item {
	display: inline-block;
	color: white;
	width: 100%;
	text-decoration: none;
}
a.related-item:hover {
	color: white;
	background: #FF7003;
}
.footer {
	width: 100%;
	font-size: 0.875em;
	margin: 0px;
	border-color: #FF7003;
	border-width: medium 0px 0px 0px;
	border-style: solid;
}
.content {
	width: calc(100%-8px);
	margin: 4px;
}
h3 {
	margin: 12px auto 4px;
}
table.people {
	border: 0px none;
	border-collapse: collapse;
	width: 100%;
}
td.people-photo {
	text-align: center;
	width: 120px;
	vertical-align: top;
	padding: 4px 0px;
}
td.people-name {
	text-align: left;
	vertical-align: top;
	padding: 4px 8px;
	font-weight: bold;
	font-size: larger;
	height: 0;
}
td.people-title {
	text-align: left;
	vertical-align: top;
	padding: 0px 8px 4px;
	height: 0;
	font-style: italic;
	font-size: smaller;
}
td.people-desc {
	text-align: left;
	vertical-align: top;
	padding: 0px 8px 4px;
	font-size: smaller;
}
td.photo-credit {
	text-align: left;
	vertical-align: bottom;
	padding: 0px 8px 4px;
	height: 0;
	font-style: italic;
	font-size: smaller;
}
img.people-photo {
	width: 100%;
}

