*{
  font-family: Arial;
  font-size: 12pt;
}

HTML{
  height: 100%;
}
BODY {
	background-image: url(images/bg_lines.gif);
	margin: 0;
  height: 100%;
	
}

.header{
  background-image: url(images/haile_banner_01.jpg);
  background-repeat: no-repeat;
  width:100%;
  height: 115px;
  
}

.container{
  width:800px; 
  height: 100%;
  
  margin: 0px auto;
  border: 3px #42210B solid;

 
}

.menubar{
  background-color: #FFFFFF;
  width: 100%;
  height: 40px;
  display: table;
  border-top: 1px #42210B solid;
  border-bottom: 1px #42210B solid;
}

.menubar A:link{
  width:  100px;
  color: #333333;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}

.menubar A:visited{
  width:  100px;
  color: #333333;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}

.menubar A:active{
  width:  100px;
  color: #333333;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}

.menubar A:hover{
  width:  100px;
  color: #FFFFFF;
  background-color: #42210B;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}
  
.footer{ 
   background-color: #FFFFFF; 
   color: #634839;
   font-size: 10pt;
   text-align: center;
}

.pTitle {
  color: #634839;
  font-weight: bold;
  font-size:14pt;
}

.contentArea {

	width: 100%;
	background-image: url(images/sunburst_tagline.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}