body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: white;
	color: black;
	font:normal 12px verdana;
}
#framecontentRight {
	position: absolute;
	top: 0;
	height: 100%;
	left: auto;
	right: 0;
	width: 200px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
#framecontentTop {
	position: absolute;
	top: 0;
	left: 0; /*Set left value to WidthOfLeftFrameDiv*/
	right: 200px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 148px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
#xmaincontent {
	position: fixed;
	top: 148px; /*Set top value to HeightOfTopFrameDiv*/
	left: 0; /*Set left value to WidthOfLeftFrameDiv*/
	right: 200px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: hidden;
	border:1px solid #950E13;
	border-left:0;
	border-bottom:0;
}
#linkscontent {
	display:none;
}
* html body { /*IE6 hack*/
	padding: 148px 200px 0 0; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
* html #xmaincontent { /*IE6 hack*/
	height: 100%;
	width: 100%;
}
* html #framecontentTop { /*IE6 hack*/
	width: 100%;
}
.menu1, .menuh {
	height:10px;
	cursor:pointer;
	font:bold 11px arial;
	color:#FFFFFF;
	text-align:center;
	background-color:#950E13;
	white-space:nowrap;
}
.menuh {
	color:#CCCCCC;
}
