/*
	This file should only contain layout information.
	All formatting and appearance settings should be
	contained in the other .css files.
*/

body {
	margin: 0;
}

p.report {
	text-align: justify;
}

#Headder {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 100;
	overflow: visible;
}

#Headder p.access {
	position: absolute;
	top: 15px;
	right: 0;
	overflow: visible;
}

#Headder img {
	position: absolute;
	top: 2px;
	Left: 10px;
	overflow: visible;
}

#Middle {
	padding-top:7px;
	width: 100%;
	overflow: visible;
}

#MainBody {
	width: 100%;
	padding:2px;
	padding-bottom:1em;
	overflow: visible;
}

#LeftCol {
	Padding:0px;
	Margin:0px;
	float:left;
	width:58%;
	overflow: visible;
}

#FillCol {
	Padding:0px;
	Margin:0px;
	float:left;
	width:auto;
	overflow: visible;
}

#SectionBox {
	Padding:8px;
	Margin:5px;
	width: auto;
	overflow: visible;
}

#SectionBox h1 {
	margin-top:0px;
}

#MenuBar {
	float: left;
	width: 150px;
	margin-top:3px;
	overflow: visible;
}

#MenuBar li a:link {
	margin:0px;
	margin-bottom:4px;
}

#MenuBar li a:visited {
	margin:0px;
	margin-bottom:4px;
}

#Footer {
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	overflow: visible;
}

#Spare {
	position: absolute;
	right: 0;
	width: 150;
	padding: 5;
	overflow: visible;
}

