body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color:#000000;
	color:#FFFFFF;
	font:normal 12px Geneva, Arial, Helvetica, sans-serif;
	background-image:url(../images/bars/ajax-loader.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
}
#framecontentLeft, #framecontentRight {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	background-color:#000000;
	visibility:hidden;
}
#framecontentRight {
	left: auto;
	right: 0;
	width: 150px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	visibility:hidden;
}
#framecontentTop, #framecontentBottom {
	position: absolute;
	top: 0;
	left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 150px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 50px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	background-color:#000000;
	visibility:hidden;
}
#framecontentBottom {
	top: auto;
	height: 20px; /*Height of bottom frame div*/
	bottom: 0;
	visibility:hidden;
}
#maincontent {
	position: fixed;
	top: 50px; /*Set top value to HeightOfTopFrameDiv*/
	bottom: 20px; /*Set bottom value to HeightOfBottomFrameDiv*/
	left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 150px; /*Set right value to WidthOfRightFrameDiv*/
	overflow: auto;
	visibility:hidden;
}
* html body {
	padding: 50px 150px 20px 150px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}
* html #maincontent {
	height: 100%;
	width: 100%;
}
* html #framecontentTop, * html #framecontentBottom {
	width: 100%;
}
#linkscontent {
 	display:none;
}
#linkscontent2 {
	visibility:hidden;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
}
.menu1, .menuh {
	height: 15px;
	text-align: right;
	padding-right: 5px;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	font-style: normal;
}
.menuh {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: italic;
}
div.text {
	background-color:#800000;
	color:#FFFFFF;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	padding-top:2px;
	padding-bottom:2px;
}

