/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
body
{
	font-family: Arial, sans-serif;
	font-size: 80%;
}

#TopLeft, #Left
{
	width: 20%;
}

#Top
{
	position: relative;
	min-height: 100px;
}

#TopLeft
{
	position: absolute;
	top: 0;
	bottom: 0;
	_height: 100%;
	overflow: auto;
}

#HeaderImage
{
	position: relative;
	left: 20%;
	top: 0;
	width: 80%;
	font-size: 0px;
}

#Spacer
{
	height: 2em;
	margin: 0;
	padding: 0;
}

#Spacer hr
{
	display: none;
}

#Bottom
{
	border-top: 1px solid #999;
	position: relative;
	/*overflow: hidden;*/
}

#Left
{
	position: absolute;
	/*margin-bottom: -10000px;
	padding-bottom: 10000px;*/
}

#Nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#Nav ul li
{
	margin: 0;
	padding: 0;
}

#Nav ul li a
{
	display: block;
	padding: 5px 10px;
	font-size: x-small;
	font-weight: bold;
}

#QuickText
{
	margin: 10px;
}

#Content
{
	position: relative;
	left: 20%;
	width: 80%;
}

#ContentMargin
{
	margin: 10px;
}

#FooterImage, #Copyright
{
	clear: both;
	position: relative;
	left: 20%;
	width: 80%;
}
