/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	overflow: hidden;
	background-color: #F2F3D6;
	color: black;
	background-repeat: repeat-x;
	visibility: visible;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 30px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #707025;
color: white;
background-image: url(images/foot_grad.gif);
}

#maincontent{
	position: fixed;
	top: 125px;
	left: 0;
	right: 0;
	bottom: 25px;
	overflow: auto;
	background: #F2F3D6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.innertube{
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 8px;
}
* html body{ /*IE6 hack*/
padding: 130px 0 25px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.sign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 0.5em;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.head {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
td.nowrap{ 
    white-space:nowrap; 
}
