body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*background:#ffffff;*/
}
a{
	text-decoration:none;
	color:#1C1C1C;
}
/* ----top banner -- */
.bdy_top {
	height: 20px;
	color: #000;
	background-color: #ccc;
  	position: fixed;
	top: 0;
  	left: 0;
  	width: 100%;
}
/* hide from mac ie5 \*/
.bdy_top {
  position: absolute;
  }
/* end hide from mac ie5 */

html>body .bdy_top {
  position: absolute;
  }  
/* ---- end top banner -- */

/* -- banner below bar -- */
.bdy_top_low {
	height: 70px;
	color:#990000;
	/*background-color:;*/
  	position: fixed;
	margin-top:70px;
	top: 70;
  	left: 0;
  	width: 100%;
}
/* hide from mac ie5 \*/
.bdy_top_low {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body .bdy_top_low {
  position: fixed;
  }
/* -- end banner below bar -- */
  
.bodyContent {
	margin-top:110px;
	margin-left: 0px;
/*	width: 100%;
	overflow:auto;*/
	float: left;
	overflow:auto;
	width: 100%;
	left: 0px;
	position: absolute;
	z-index: 0; 
}

/* ---- footer -- */
.bdy_bottom {
	height: 30px;
	color: #000;
	background-color: #ccc;
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  }
  .bdy_bottompass {
	height: 30px;
	color: #000;
	background-color: #ccc;
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  }
/* hide from mac ie5 \*/
.bdy_bottom {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body .bdy_bottom {
  position: fixed;
  }
 /* ---- end footer -- */
