body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	min-width: 740px;
	font-size: 9pt;
	font-family: "Lucida Grande",Century Gothic, Verdana;
	line-height: 1.5em;
}

* html body { /*IE6 hack*/
	padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
	min-width: 740px;
	font-size: 9pt;
	font-family: "Lucida Grande",Century Gothic, Verdana;	
}

#headcontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 740px;
	height: 95px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #D4DBEE;
	background: url(../images/bk/head_back.gif) repeat-x;
	color: white;
	padding: 0px;
}

#navcontent {
	position: absolute;
	left: 0;
	top: 84px;
	width: 100%;
	min-width: 740px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: url(../images/hnav/menub_bg.gif) repeat-x;
	color: white;
	padding: 0px;
}

#maincontent {
	position: fixed;
	top: 130px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #F1F6F9;
	min-width: 740px;
	width:100%;
	background-color: #F1F6F9;
	background-image: url(../images/bk/content-back2.gif);/* background image path*/
	background-repeat: repeat-x;	
}
* html #maincontent { /*IE6 hack*/
	height: 100%;
	width: 100%;
	max-width:100%;
	min-width: 740px;
	background-color: #F1F6F9;
	background-image: url(../images/bk/content-back2.gif);/* background image path*/
	background-repeat: repeat-x;
	overflow-x:hidden;
  	overflow-y:auto;
}

#contentwrapper {
	float: left;
	width: 100%;
	display:block;
}
* html #contentwrapper { /*IE6 hack*/
	height: 100%;
	width: 100%;
	margin-right:0px;
	position: relative;

}

.leftblock {
	margin-right: 214px;
	padding-right:10px;
}

.rightblock {
	height: 100%;
	float: left;
	width: 200px;
	margin-left: -200px;
}

.innertube {
	margin: 15px;
	/*Margins for inner DIV inside each DIV (to provide padding)*/
}
.navinnertube {
	margin-right: 15px;
	/*Margins for inner DIV inside each DIV (to provide padding)*/
}

.headertube {
	margin: 0px;
	/*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-top: 5px;
	padding: 0px;
				
}


.noBorder{
	padding: 0px;
	margin: 0px;
	border: none;
}