body {
	margin: 0;
	color: #000000;
	font-family: Arial, sans-serif;
}

body, td {font-size: small;}

td {vertical-align: top;}

td.top_nav{
	vertical-align: middle;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid black;
}

td.image { width: 50%; text-align: center; padding: 20px;}

h1.header {font-size: 28pt; padding-left: 50px; font-weight: bolder;}

div.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px
}

div.side_nav {
	position: absolute;
	top: 130px;
	left: 0;
	width: 150px;
	height: 100%;
	padding-left: 1em;
}

a.side_nav {text-decoration: underline; color: #000000; font-weight: bold;}
a.side_nav:hover {text-decoration: none; color: #000000;}
a.side_nav:visit {color: #666666;}

p.side_nav {font-weight: bold;}
p.pub {clear: both;}
img.pub {float: right; margin-left: 25px;}
a.top_nav {text-decoration: underline; color: #000000;}
a.top_nav:hover {text-decoration: none; color: #000000;}
a.top_nav:visit {color: #666666;}

div.content {
    xborder: 1px red solid;
	position: absolute;
	top: 130px;
	left: 150px;
	width: 70%;
	height: 100%;
	padding-left: 1em;
	padding-right: 1em;
}

div.content p {}

div.footer {
    xborder: 1px blue solid;
    clear: both;
	position: relative;
	width: 100%;
	bottom: 0;
}

div.image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	padding-top: 0px;
}

div.copyright {
	position: absolute;
	top: 0;
	left: 0;
	height: 99%;
	width: 99%;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	background: transparent;
}


