body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

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

table.sortable thead {
    background-color:#aaa;
    color:black;
    font-weight: bold;
    cursor: default;
}


#container {
  font-family:arial, verdana, serif;
  font-size: 1.0em;
  position:fixed; 
  padding:0px;
  padding-top:5px;
  top:105px;
  bottom:80px; 
  left:0;
  right:0; 
  text-align:center;
  width:100%;
  overflow:auto; 
  background:#fff;
  }

* html #container {
  height:100%; 
  width:100%; 
  }

#header {
  position:absolute; 
  padding-top:20px;
  top:0; 
  left:0; 
  text-align:center; 
  color:gold;
  width:100%; 
  height:80px; 
  overflow:hidden; 
  background:#00552E;
  border-bottom:5px solid gold;
  }

* html #header {height:125;}

#footer {
  position:absolute; 
  bottom:0; 
  padding-top:20px;
  left:0;
  width:100%; 
  height:55px; 
  overflow:auto; 
  text-align:center; 
  background:#00552E;
  border-top:5px solid gold;
  }

* html #footer {height:65px;}

h1 {font-size:20px; color:gold; margin:0; padding:0;}
h2 {font-size:15px; color:gold; margin:0; padding:0;}
h3 {font-size:8px; color:gold; margin:0; padding:0;}

#absolute {
  position:absolute; 
  top:400px; 
  right:100px; 
  width:200px; 
  background:#ddd; 
  padding:10px; 
  border:1px solid #000;
  }

#left {
  float:left; 
  background:#eee; 
  padding:10px; 
  border:1px solid #000; 
  color:#000; 
  width:50%;
  }

#right {
  float:right; 
  background:#ddd; 
  padding:10px; 
  border:1px solid #000; 
  color:#000; 
  }

a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#000;
  }

a:hover {
  color:blue; 
  text-decoration:none;
  }

.grey {color:#888;}

.ltgrey {color:#ddd;}

img#mascot {float:right;}

.strike {text-decoration:line-through;}
.lft {float:left;}
.rgt{float:right;}

hr {clear:both; border:0; height:1px; color:#888; background-color:#888;}
