﻿body2{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	width: 100%;
}
#body {
	background-color: #FFFFFF;
	position: absolute;
	top: 165px;
	float: left;
	right: 0px;
	left: 0px;
	color: #000000;
}
#framecontentRight{
	border: 2px solid #000080;
	padding: 2px;
	margin: 2px;
	left: 40px;
	width: 75px; /*Width of right frame div*/;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
	background-color: #FFFFFF;
	float: left;
	position: absolute;
	top: 27px;
}
#framecontentLeft{
	position: absolute;
	top: 0;
	left: 0;
	width: 175px; /*Width of left frame div*/;
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
	background-color: #FFFFFF;
	color: white;
}
#maincontent {
	position: absolute;
	top: 0px; /*Set top value to HeightOfTopFrameDiv*/;
	left: 175px; /*Set left value to WidthOfLeftFrameDiv*/;
	right: 100px; /*Set right value to WidthOfRightFrameDiv*/;
	bottom: 0;
	width: 880px;
	height: 100%;
	float: left;
}
#tighttop {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	top: 75px;
	float: right;
}
#framecontentTop{
	position: absolute;
	top: 0;
	left: 175px; /*Set left value to WidthOfLeftFrameDiv*/;
	right: 100px; /*Set right value to WidthOfRightFrameDiv*/; /*Height of top frame div*/;
	overflow: visible; /*Disable scrollbars. Set to "scroll" to enable*/;
	background-color: #5171D9;
	color: white;
	height: 155px;
	width: 870px;
	float: left;
}
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
* html body{
	/*IE6 hack*/
padding: 155px 100px 0 100px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
#lefttop {
	border: 1px solid #000080;
	background-color: #C0C0C0;
	padding: 10px;
	margin: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000080;
	vertical-align: middle;
	text-align: left;
	top: 128px;
	position: absolute;
}
* html #framecontentTop{
	/*IE6 hack*/
width: 100%;
	height: 161px;
}
#body3 {
	background-color: #FFFFFF;
	position: absolute;
	top: 160px;
	float: left;
	width: 875px;
	overflow: auto;
	left: 175px;
}
#body5 {
	background-color: #FFFFFF;
	position: absolute;
	top: 215px;
	float: left;
	width: 875px;
	right: 100px;
	left: 175px;
}
