@CHARSET "ISO-8859-1";

/******************** html default elements ********************/
html,
body {
	background-color:#FFFFFF;
	background-image:none;
  height: 100%;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #ef4135;
}
//******************** class styling elements ********************/
.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: center;
}
.hpsearch {
  border: 1px solid #EEEEEE;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 225%;
  font-weight: normal;
  padding: 10px;
}
.navlinks:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.navlinks:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.navlinks:hover {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.navlinks:active {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
/******************** div block styling ********************/
#container {
  min-height: 100%;
  position: relative;
  text-align: center;
}
#footcontainer {
  background: #FFFFFF;
  bottom: 10px;
  height: 20px;
  left: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#header {
  background: #FFFFFF;
  height: 90px;
  padding: 10px; 
}
#main {
  padding: 10px;
  padding-bottom: 20px;
  height: 200px; 
}