/* 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:100px; 
  overflow:auto; 
  background:#53829d;
  color:#fff;	z-index:5;		t
  }
  #footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:50px; 
  overflow:auto; 
  text-align:center;/*right; */
  color:#FFFFFF;
  background:#53829d;/*#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-style:normal; color:#9a005f;/*#13e600;/*eae770;/*E6008F;/*:#FFFF00;*/
  }
  
  #fotocontents {
  position:absolute;	z-index:1; 
  top:120px;
  left:60px;
  bottom:1px;
  right:0; 
  overflow:auto; text-align:center;	padding-left:3px;	padding-right:3px;*/
  background:#90a2ad;	font-style:normal; color:#9a005f;/*#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:4px;
	overflow:auto;
	z-index:2;
} 
  
  .columnone {width:31%; float:left; text-align:justify; margin-right:2%;	font-family:Verdana, Arial, Helvetica, sans-serif"Monotype Corsiva";	font-size:12px; color:#FFFFFF/*#9a005f;/**13e600;/*#E6008F;*/}
.columntwo  {width:31%; float:left; text-align:justify; margin-right:2%;font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;color:/*#25007F*/#FFFFFF; font-weight:bolder;}
.columnthree {text-align:justify; border:1px solid #fff;font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff;/*#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;}

