/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
html, body
{
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	font-size: 90%;
	overflow: auto;
}

#BGPic
{
	position: absolute;
	width: 100%;
	height: 95%;
	top: 5%;
	z-index: 1;
	overflow: hidden;
}

#DarkenBG
{
	display: none;
}

#Container
{
	position: absolute;
	width: 100%;
	height: 100%;
}

#LogoBar, #NavContainer, #ContentContainer
{
	z-index: 500;
}

/*#Container img
{
	position: relative;
}*/

#NavBar ul
{
	width: 640px;
	margin: 0px auto;
}

#LogoBar
{
	position: absolute;
	left: 0;
	top: 5%;
	width: 40%;
	max-height: 95%;
	
	overflow: auto;
}

#NavContainer
{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0;
	height: 5%;
	z-index: 1;
}

#NavBar
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	border-top: 2px solid #fff;
}

#NavBar ul
{
	display: block;
	padding: 0px;
	list-style: none;
	min-height: 1.5em;
	_height: 1.5em;
}

#NavBar ul li
{
	display: block;
	float: left;
	height: 1.5em;
}

#NavBar ul li a
{
	padding-right: 20px;
	line-height: 1.5em;
	height: 1.5em;
	color: #fff;
	text-decoration: none;
}

#NavBar ul li.LinkEdit a
{
	margin-bottom: 400px;
}

#ContentContainer
{
	position: absolute;
	left: 40%;
	top: 5%;
	height: 95%;
	width: 60%;
	overflow: auto;
}

#ContentDiv
{
	padding-top: 40px;
}

#ContentDiv p
{
	margin-right: 40px;
}

#MiniImage
{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#MiniImage img
{
	width: 60px;
	height: 60px;
}

#Copyright
{
	border-top: 1px solid #fff;
	color: #fff;
}
