/* CSS Document */
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  /*background:#eee; */
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }
#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:120px; 
  overflow:auto; 
  background:#FF8FDD/*#ff6600*/;
  color:#fff;	z-index:3;	text-align:center; 		
  }
  #footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:50px; 
  overflow:auto; 
  text-align:center; color:#FFFFFF; 
  background:#FF00b2;/*#73a2bd;*/	z-index:3;
  }
  #contents {
  position:fixed;/*absolute;*/	z-index:1; 
  top:120px;
  left:0;
  bottom:50px; 
  right:0; 
  overflow:auto; text-align:center;	padding-left:3px;	padding-right:3px;*/
  background:#90a2ad;	font:"Comic Sans MS";	color:#13e600;/*eae770;/*E6008F;/*:#FFFF00;*/
  }
  #container {
  font-family:"times new roman", serif;
  font-size: 1.2em;
  position:fixed; 
  top:120px;
  left:0;
  bottom:50px; 
  right:0; 
  overflow:auto; 
  background:#fff;
  padding:20px;
  text-align:center;
  }

* html #container {
  height:100%; 
  width:100%; 
  }
  
  /* for internet explorer */

/* html body {
  padding:120px 0 50px 0; 
  }*/

/* html #contents {
  height:100%; 
  width:100%; 
  }*/
/* p {width:250px;}*/
  #background{position:absolute; z-index:1; width:100%; height:100%;}
  #scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
  
  .columnone {width:31%; float:left; text-align:justify; margin-right:2%;		font-size:12px;color:#333333;/**13e600;/*#E6008F;*/}
.columntwo  {width:31%; float:left; text-align:justify; margin-right:2%;	font-size:12px;color:#333333;/*FFFF00;/*#E6008F;*/}
.columnthree {text-align:justify; border:1px solid #fff;color:#333333;/*#FF0000;/*:#E6008F;*/}
* html .columnthree {border:0;}
hr {clear:both; border:0; height:1px; color:#888; background-color:#888;}

.columnthree a, .columnthree a:visited {font-size:1em; color:#000; text-decoration:underline;}
.columnthree a:hover {color:#888; text-decoration:none;}


