body {
	background-color: #dddddd;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}
body,td,th {
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
a:link {
	color: #758FAC;
}
a:visited {
	color: #758FAC;
}
a:hover {
	color: #758FAC;
}
a:active {
	color: #758FAC;
}

#framecontenttop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

#framecontentleft{
	position: absolute;
	top: 180px;
	left: 0;
	width: 220px;
	height: 100%;
	overflow: visible;
}

#maincontent{
	position: fixed;
	left: 220px;
	top: 180px;
	overflow: auto;
	right: 0;
	bottom: 0;
}	

.padder{
	margin: 15px;
}

* html body{ /*IE6 hack*/
padding: 180px 0 0 220px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontenttop{ /*IE6 hack*/
width: 100%;
}