html { 
  height: 100%;
}

body { 
  margin: 0;
  height: 100%;
  background-color: #ffffff;
  overflow: -moz-scrollbars-vertical;
  text-align: left; 
  font-size: 10pt;
  color: #000000;
  font-family: Arial, Verdana, Tahoma;
  font-weight: normal;
} 

h1 {
  color: #000000;
  font-family: Arial, Verdana, Tahoma;
  font-size: 17px;
  font-weight: bold;
  margin-top:0;
}

p {
  line-height: 150%;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #EC3C2D;
}

a:hover {
  color: #104F90;
}

img {
  border: 0;
}

#front {
  background: url('../images/frontpage.jpg') top no-repeat;
  position: relative;
  width: 750px;
  height: 542px;
  margin: auto;
}

#front_head {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 380px;
  padding: 0;
}

#front_head h1 {
  font-size: 30px;
  margin: 0;
}

#front_foot {
  text-align: center;
  font-size: 0.9em;
  width: 750px;
  margin: auto;
}
#tjl {
	position:absolute;
	left: -99999px;
	top: -99px;
}
