/* CSS Document */
html{height:100%; 
  max-height:100%;
  padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */ overflow-x: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:50px; 
  overflow:auto; 
  background:#53829d;
  text-align:center;
  color:#ffffff;	z-index:13;		
  }
  #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 {
  display:block; /* set up as a block */
  /*height:100%; /* set height to full page */
	/*max-height:100%;*/
  position:/*fixed;*/absolute;	 
  top:100px;
  /*left:200;*/
  bottom:50px; 
  overflow:auto; text-align:center;	padding-left:3px;	padding-right:3px;
  background:#90a2ad; background-color:transparent;	font:"Monotype Corsiva";	color:#13e600;
  z-index:1;
  }
  
  
  
  
  #background{position:absolute; z-index:1; width:100%; height:100%;}
  
 
  .columnone {width:31%; float:left; text-align:justify;border:0px solid #fff; margin-right:2%;	font-family:Verdana, Arial, Helvetica, sans-serif"Monotype Corsiva"; font-weight:600;	font-size:12px;color:#9a005f;/**13e600;/*#E6008F;*/}
.columntwo  {width:31%; float:left; text-align:justify; margin-right:2%;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:600;	font-size:12px;color:#ffffff;/*9a005f;/*FFFF00;/*#E6008F;*/}
.columnthree {text-align:justify; border:1px solid #fff;color:#9a005f;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:600;	font-size:12px;/*9a005f;/*#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;}

