body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color:#333333;
	color:#FFFFFF;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}
#framecontentLeft, #framecontentRight {
	position: absolute;
	top: 0;
	left: 0;
	width: 245px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	visibility:hidden;
}
#framecontentRight {
	left: auto;
	right: 0;
	width: 0; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
#framecontentTop, #framecontentBottom {
	position: absolute;
	top: 0;
	left: 245px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 40px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	visibility:hidden;
}
#framecontentBottom {
	top: auto;
	height: 100px; /*Height of bottom frame div*/
	bottom: 0;
}
#maincontent {
	position: fixed;
	top: 40px; /*Set top value to HeightOfTopFrameDiv*/
	bottom: 100px; /*Set bottom value to HeightOfBottomFrameDiv*/
	left: 245px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0; /*Set right value to WidthOfRightFrameDiv*/
	overflow: auto;
	background: #333333;
	visibility:hidden;
}
* html body { /*IE6 hack*/
	padding: 40px 0 100px 245px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}
* html #maincontent { /*IE6 hack*/
	height: 100%;
	width: 100%;
}
* html #framecontentTop, * html #framecontentBottom { /*IE6 hack*/
	width: 100%;
}
#linkscontent {
	display:none;
}
.menu1, .menuh {
	cursor:pointer;
	color:#FFFFFF;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-transform:uppercase;
	padding-right:31px;
	text-align:right;
}
.menuh {
	color:#999999;
	font-style:italic;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

