﻿body
{
    margin: 0px;
    padding: 0px;
}

.title
{
    margin-top:0px;
	position:absolute;
	top:0px;
	left:0.2em;
	height:1em;
	margin-left : 1em;
	margin-right: 1em;
	padding-right: 1em;
	z-index : 0;
}

.sidebar
{
	position : absolute;
	top : 10em;
	left : 1%;
	width : 210px;
	z-index : 1;
	padding : 0em;
}

.contentText
{
	margin-top : 10em;
	margin-left : 210px;
	padding : 1em;
	margin-right : 1em;
}

.sidebarLogo
{
	position : absolute;
	top : 0px;
	left : 1%;
	z-index : 1;
	padding : 0em;
	border: solid 1px red;
}

.sidebarLogoSpacer
{
	margin-top : 0px;
	margin-left : 250px;
	margin-right : 1em;
	position:relative;
	border: solid 1px green;
	
}


#header
{
    height: 150px;
    background: #c0c0c0;
    color: #000000;
    border: solid #000000;
    margin: 0 20px 0 20px;
}

#leftcolumn
{
    position: relative;
    top: 10px;
    left: 20px;
    width: 200px;
    margin-top: 20px;
    border: 2px solid #000000;
    background: #c0c0c0;
    color: #333333;
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    height: 400px;
}

#content
{
    margin: 10px 20px 0 240px;
    border: 2px solid #000000;
    background: #ffffff;
    color: #333333;
    padding: 20px;
    position: relative;
    float: left;
}


#MainBox1
{
    top: 0px;
    position: relative;
    left: 20px;
    right: 20px;
    margin: 0px, 20px, 0px, 20px;
}
#header1
{
    height: 150px;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
}
#leftcolumn1
{
    position: relative;
    margin-left: 2%;
    top: 15px;
    width: 200px;
    float: left;
}
#content1
{
    position: relative;
    top: 165px;
    left: 250px;
    margin-left: 2%;
    margin-right: 2%;
}
