body
{
    margin: 0 0 0 0;
    background-color: #ffffff;
}

.Title
{
	margin-left: .25em;
	margin-top: .25em;
	text-decoration: none;
}

.TitleTopLayer
{
	position: absolute;
	top:  -0.10em;
	left: .15em;
	text-decoration: none;
}

.NavBar
{
	width: 100%;
	float: left;
}

.NavButton 
{
	background-color: #eeeeee;
	font: Arial;
	border-left: solid .1em Gray;
	border-right: solid .1em Gray;
	border-top: solid .1em Gray;
	border-bottom: solid .1em Black;
	float: left;
	width: 14%;
}

.NavButtonActive
{
	background-color: White;
	font: Arial Bold;
	border-left: solid .1em Black;
	border-right: solid .1em Black;
	border-top: solid .1em Black;
	float: left;
	width: 14%;
}

.NavBarEnd
{
	border-bottom: solid .1em Black;
	width: 7%;
	background-color: Red; /* Also set in HeadBackground */
	float: left;
}

.HeadBackground
{
	/* background-color: Green; /* Also set in NavBarEnd */
	background-image: url(images/ColumbusSkyline2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ContentHeading
{
	margin-left: .5em;
}

.Content
{
	margin-left: 1em;
}

.Copy
{
	font: Tahoma;
}

.Hidden
{
	display: none;
}

.blMenu
{
    margin: 0 0 0 5%;
    padding-top: .1em;
    border-left: solid .1em Gray;
}

li.blMenuTab
{
    display: inline;
    background-color: #eeeeee;
	font: Arial;
	border-right: solid .1em Gray;
	border-top: solid .1em Gray;
	text-align: center;
}

li.blMenuTabSelected
{
    display: inline;
    background-color: White;
	font: Arial;
	border-right: solid .1em Gray;
	border-top: solid .1em Gray;
	border-bottom: solid .1em White;
	text-align: center;
}

a:link.blMenuTab,a:visited.blMenuTab
{
    padding: 0 5% 0 5%;
    width: auto;
}
    
.MainContent 
{
    border-top: solid .1em Gray;    
}

.logDiv 
{
    float: left;    
    }