@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #00856B;
	background-image: url(images/HIback.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
}
a:link{
	color: #DEE09B;
	text-decoration: none;
}
a:visited{
}
a:hover{
}
a:active{
}
#container  {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#Header   {
	outline: none;
	margin-left: 15px;

}
#Main    {
	height: 650px;
}
#Footer {
	height: 40px;
	background-image: url(images/HIfooter.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
}
div#Footer a:link {
	color: #E1E299;
	text-decoration: none;
}
div#Footer a:hover {
	color: #F89828;
	font-weight: bold;
}
div#Footer a:visited{
	color: #E1E299;
}
div#Footer a:active {
	color: #D77906;
}
#midLft {
	padding-bottom: 0px;
}


#Menu  {
	height: 66px;
	outline: none;
}
#Left    {
	height: auto;
	width: 920px;
	text-align: center;
}
.p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #E1E299;
}
.pwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: -2pt;
	list-style-image: url(images/bullet.png);
}
.p2tabbed {
	font-size: 9pt;
	list-style-image: url(images/bullet.png);
	margin-bottom: -3px;
	margin-left: -6px;
}
.p2table {
	font-size: 9pt;
	list-style-image: url(images/bullet.png);
	margin-bottom: -13px;
}
.p3 {
	font-size: 8pt;
	margin-bottom: -3pt;
	list-style-image: url(images/bullet.png);
}
.p3tabbed {
	font-size: 8pt;
	list-style-image: url(images/bullet.png);
	margin-bottom: -3px;
	margin-left: -6px;
}
.p3table {
	font-size: 8pt;
	list-style-image: url(images/bullet.png);
	padding-left: 6px;
}


.h3 {
	font-size: 16pt;
	color: #DEE09B;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -1pt;
}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #E1E299;
}
.BarTop {
	background-image: url(images/HIbar_01.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}
.BarMid {
	background-image: url(images/HIbar_02.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 365px;
}
.BarBottom {
	background-image: url(images/HIbar_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
}
