body {
	margin: 0;
	padding-top: 108px;
	padding-bottom: 54px;
	padding-left: 120px;
	padding-right: 0px;
	font: small sans-serif;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;

	background-color: white;
}

div#header_pad {
	position: absolute;
	top: 108px;
	left: 0;
	width: 100%;
	height: 1px;

	background-color: #a0a0a0;
	border-bottom: 2px solid #e0e0e0; 
	border-top: 1px solid #606060;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;

	background-color: white;
}

div#footer_pad {
	position: absolute;
	bottom: 54px;
	left: 0;
	width: 100%;
	height: 1px;

	background-color: #a0a0a0;
	border-top: 2px solid #e0e0e0; 
	border-bottom: 1px solid #606060;
}

div#header_contents {
/*	display: block; */
	margin: 12px;
	margin-left: 120px;
/*	border: 1px solid green; */
	vertical-align: middle;
}

div#footer_contents {
/*	display: block; */
	margin: 12px;
	margin-left: 120px;
/*	border: 1px solid blue; */
	vertical-align: middle;
}

@media screen {
	body>div#header {
		position:fixed;
	}
	body>div#header_pad {
		position:fixed;
	}
	body>div#footer {
		position:fixed;
	}
	body>div#footer_pad {
		position:fixed;
	}
}

* html body {
	overflow:hidden;
} 

/* * html */
div#main_content {
	height:100%;
	overflow:auto;
	padding: 8px;
	margin-left: 0px;
	margin-right: 8px;
	padding-left: 0px;
/*	line-height: 1.2em; */
}

div#main_content p {
	line-height: 1.2em;
}

div#main_content table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 4px;
}

div#main_content td {
	border: 1px solid #606060;
	text-align: left;
	padding: 4px;
	margin: 0px;
}

div#main_content th {
	text-align: left;
	padding: 4px;
	margin: 0px;
}

div#main_content lh {
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	line-height: 1.0em;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: 1px solid #606060;
	width: 100%;
	display: block;
}

div#main_content zlinky {
	text-decoration: none;
	border-bottom: 1px dotted #606060;
}

div#main_content ul {
	margin-top: 6px;
	list-style-type: square;
	padding-left: 24px;
}

div#main_content ul li {
	line-height: 1.2em;
	margin-top: 4px;
	margin-bottom: 2px;
}

div#main_content ul li ul li {
	line-height: 1.2em;
}

img#logo {
	float: left; 
	margin: 0px;
	height: 108px;
	
}

/* General element fonts (headers) */

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
/*	border-bottom: 1px solid #aaa; */
}
h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 175%; }
h4 { font-size: 150%; }
h5 { font-size: 125%; }
h6 { font-size: 100%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}


