body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-width:640px;
	color: black;
	background-color: #888;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10pt;
}

div.header * {
	margin: 0;
	border: 0;
	padding: 0;
}

div.header {
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 152px;
	overflow: auto;
	min-width:640px;
}

div.content {
	position: fixed;
	top: 152px;
	bottom: 60px;
	left: 0;
	right: 0;
	overflow: auto;
	min-width:640px;
}

div.footer * {
	margin: 0;
	border: 0;
	padding: 0;
}

div.footer {
	margin: 0;
	border: 0;
	padding: 0;
	position:absolute;
	bottom:0;
	left:0;
	right: 0;
	height:60px;
	overflow: auto;
	min-width:640px;
}

div.header {
	background-color: silver;
}

div.header p.caption {
	font-size: 36pt;
	text-align: center;
}

table.header {
}

table.travel {
	width: 100%;
	background-color: silver;
	border-collapse: collapse;
}

table.travel tr {
}

table.travel td {
	width: auto;
	border: thin solid black;
	padding: 5px;
}

table.travel td.active {
	background-color: gray;
}

table.travel td.inactive {
}

table.travel td.fill {
	width:  100%;
}

table.travel a:link {
	color: black;
}

div.footer {
	background-color: silver;
}

div.footer p {
	margin: 10px;
}

div.footer div.copyright {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 9px;
	text-align: right;
	line-height: 0;
}

div.content {
	margin: 2em;
}

div.content h1 {
	text-align: center;
	font-size: 24pt;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-style: solid;
}

div.content h2 {
	text-align: center;
	font-size: 18pt;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-style: solid;
	border-width: thin;
}

div.content img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	height: auto;
	clear: left;
}

div.content img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	height: auto;
}

div.content p.address {
	text-align: center;
	font: 12pt/0 "Courier New", Courier, mono;
}

div.content div.center {
	text-align: center;
}

div.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.content table.emails {
	border-collapse: collapse;
	text-align: center;
}

div.content table.emails th {
	padding: 5px;
	border-style: double;
	border-width: thin;
}

div.content table.emails td {
	padding: 5px;
	border-style: double;
	border-width: thin;
}

div.content table.bio td.bio {
	width: 100%;
}
