/* 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: 120px;
	overflow: hidden;
	background-color: white;
	color: black;
	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: white;
color: #326633;
}

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

.innertube{
margin: 5px 15px 15px 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body{ /*IE6 hack*/
padding: 120px 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.8em;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.head {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.dashbox {
	text-align: justify;
	padding: 5px;
	border: thin dashed #666666;
	background-color: #FFFFFF;
}
.wraptext {
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
}
.mainTop {
	background-color: #336633;
	width: 99%;
	height: auto;
	float: left;
}
.mainText {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	height: auto;
	width: 100%;
}
.tablewrap {
	background-color: #336633;
	height: 320px;
	width: 99%;
	padding-bottom: 20px;
	clear: both;
	float: left;
}
