
body {
    margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align:center; /* Hack for IE5/Win */
    height:100%;
}

h1{ font-size:18pt;
    font-weight:lighter;
      line-height: 30px;
}

#haii_header {
    width:740px;
    height:110px;
    text-align:left; /* Counteract to IE5/Win Hack */
    padding:0px;
    background-color:#1c4055;
    color:#ffffff;
    font-size:9pt;
    font-family:helvetica,arial,verdana,sans-serif;
}

a {color:#ffffff;}

a:hover{
  text-decoration:none; color:#ffffff; font-weight:bold;
}

#Content {
    width:740px;
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:center; /* Counteract to IE5/Win Hack */
    padding:0px;
    border-left:1px solid #a8d9c9;
    border-right:1px solid #a8d9c9;
    background-color:#1c4055;
    color:#ffffff;
    font-size:9pt;
    line-height: 18px;
    font-family:helvetica,arial,verdana,sans-serif;
}

#pBody{
    position:relative;
    top:5px;
    text-align:left;
    background-color:#1c4055;
    padding-left:20px;
    padding-right:20px;
}




#pipe ul {
    text-align:center;
    float:center;
    margin-left: 0;
    padding-left: 0;
    display: inline;
} 

#pipe ul li {
    margin-left: 0;
    padding: 1px 10px;
    border-left: 1px solid #a8d9c9;
    list-style: none;
    display: inline;
}


#pipe ul li.first {
    margin-left: 20;
    border-left: none;
    list-style: none;
    display: inline;
}

#haii_address{
    color:#a8d9c9;
    text-align:right;
    position:relative;
    top:-80px;
    left:185px;
    font-size:10px;
    line-height: 14px;
    width:340px;
    height:110px;
}


#haii_list { 
    padding-left:10px;
    padding-right:0px;
    }

#haii_list ul {
	list-style: none;
	margin-left: 12px;
	padding-left: 1em;
	text-indent: -1em;
	list-style-image: url('/images/list2.gif')
}

#haii_list ul li {
    padding: 0px 3px 3px 3px;
}



#haii_list2 ul {
	list-style: none;
	margin-left: 12px;
	padding-left: 1em;
	text-indent: 0em;
	list-style-image: url('/images/bullet.gif')
}
