/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
html, body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    background-color: #fff;
}

a
{
    color: #369;
}

#QuickText
{
    background: #000 url("http://data.virtualinterconnect.com/images/backgrounds/800x10-horiz-fff-000.png") repeat-y;
    background-position: top left;
}

#Nav
{
    background: #fff url("http://data.virtualinterconnect.com/images/backgrounds/600x10-horiz-fff-90c.png") repeat-y;
    background-position: top right;
    color: #fff;
    font-weight: bold;
    line-height: 2em;
}

#Nav li a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#Nav li a:hover
{
	background-color: #c3f;
	box-shadow: 0 0 5px #fff;
}

.NavBarCurPage a
{
    font-weight: bold;
}

#LeftBar
{
    margin-left: -1px;
    border-right: 1px solid #609;
}

#HomeSecondaryNav
{
    border-top: 3em solid #90c;
}

#HomeSecondaryNav li
{
    border-bottom: 1px solid #609;
}

#HomeSecondaryNav ul li a
{
    text-decoration: none;
}

#RightSide
{
    border-left: 1px solid #90c;
}

#TopSection
{
    border-bottom: 1px solid #90c;
}

#DesignLowerSection
{
    border-top: 1px solid #90c;
}

#HomeBottomRight
{
    border-top: 3em solid #90c;
    background-color: #e3e3e3;
}
