﻿body
{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#logoContent
{
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 90px;
	overflow: hidden;
	background-color: #97233F; /*grey #BFBFC3; previous blue was #0066CC;*/
	color: white;
	padding: 0px;
}

#framecontentTop
{
	border-width: 1px;
	border-color: #000000;
	position: absolute;
	top: 0px;
	left: 150px;
	width: auto;
	height: 90px;
	overflow: hidden;
	background-color: #FFFFFF; /*#0066CC; another blue*/
	color: #000000;
	border-left-style: solid;
}

#framecontentLeft
{
	border-width: 1px;
	border-color: #000000;
	position: absolute;
	top: 90px;
	left: 0;
	width: 150px;
	height: 100%;
	overflow: hidden;
	background-color: #97233F; /*#0066CC; #003CB7*/
	color: white;
	border-top-style: solid;
}

#maincontent
{
	border-width: 1px;
	border-style: solid none none solid;
	position: fixed;
	left: 150px;
	top: 90px;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #fff;
	padding: 10px;
}

* html body /*IE6 hack*/
{ 
padding: 90px 0 0 150px; 
}

* html #maincontent /*IE6 hack*/
{ 
height: 100%; 
width: 100%; 
}

* html #framecontentTop /*IE6 hack*/
{ 
width: 100%;
}

html, body, form {height:100%}