body{
	font-family: Arial,sans-serif;
	color: #000000;	
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-color: #94AF89;
	background-position: 50% 85%;
	background-attachment: fixed;
}

#pg_head{
	position: fixed;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 103px;
	z-index: 99;
	background-image: url(../images/idx_banner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#pg_head_pgtitle{
	position: relative;
	top: 17px;
	height: 32px;
	margin: 50px;
	z-index:	100;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
  background-repeat: repeat-x;
}

.pg_head_pgtitle_phrase{
	font-size: 120%;
  font-family: "Calligraph421 BT", cursive, sans-serif;
	padding: 2px 4px 2px 10px;
  text-align: left;
}

.pg_head_pgtitle_name{
	position: relative;
	top: -26px;
	left: -10px;
	z-index: 100;
	text-align: right;
	font-size: 120%;
	color: #00a3f4;
	font-weight: bold;
	margin: 0px;
	padding: 6px 4px 4px 2px;
}

#pht_l {
	position: absolute;
	top: 0px;
	left:0px;
}
#pht_r {
	position: absolute;
	top: 0px;
	right: 0px;
}

#pg_head_nav{
	position: absolute;
	top: 98px;
	left: 0px;
	height: 22px;
  width: 100%;
	min-width: 640px;
  padding: 0px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
	background-repeat: repeat-x;
	z-index: 100;
}

#phn_l {
	position: absolute;
	top: 0px;
	left:0px;
}

#phn_r {
	position: absolute;
	top: 0px;
	right:0px;
}

a.phn_link, a.phn_link:visited{
	font-size: 75%;
  color: #b03d99;
	font-weight: bold;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	border-right: 2px solid #00a1eb;
}

a.phn_link:hover{
	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
	color: #00a3f4;
}

#pg_body{
	position: absolute;
	top: 122px;
	left: 4%;
	right: 4%;
	width:91.6%;
	min-width: 640px;
	min-height: 200px;
  padding: 0px;
	margin: 0px;
	z-index: 10;
}

#pg_content{
	position: relative;
	top: 40px;
	font-size: 95%;
/* The margin: 0 auto; and overflow: hidden; keeps the footer proper if there is a float element
   in a preceding container as per http://www.webdeveloper.com/forum/showthread.php?threadid=149321  */	
	margin: 0 auto;
	overflow: hidden;
}

table.csg_pg_content{
	vertical-align: top;
	width: 740px;
	/* background-color: #F8F8F8; */
}

table.csg_pg_content td{
	padding: 5px 5px 5px 5px;
}




.h3{
	color: #CCFFFF;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
}

.h2{
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}


.img_float_left{
	float: left;
	padding: 10px 10px 10px 10px;
		overflow: hidden;

}

.img_float_right{
	float: right;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}


/* overrides decoration from previous rule for hovered links */
a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* footer and HVI trade mark */
#pg_content_footer{
	position: relative;
	height: 60px;
	width:95.6%;
	left: 2%;
	right: 2%;
	bottom: -50px;
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #000000;
	background-color: #94AF89;
	padding: 0px 0px 4px 10px;
	float: none;
/* The margin: 0 auto; and overflow: hidden; keeps the footer proper if there is a float element
   in a preceding container as per http://www.webdeveloper.com/forum/showthread.php?threadid=149321  */	
	margin: 0 auto;
	overflow: hidden;
}

#pg_footer_nav{
	position: relative;
	height: 15px;
	width:95.6%;
	left: 2%;
	right: 2%;
	bottom: -55px;
	border: 1px solid #00a1eb;
	font-size: 85%;
	color: #000000;
	background-color: #94AF89;
	padding: 0px 0px 4px 10px;
	float: none;
	text-align: center;
/* The margin: 0 auto; and overflow: hidden; keeps the footer proper if there is a float element
   in a preceding container as per http://www.webdeveloper.com/forum/showthread.php?threadid=149321  */	
	margin: 0 auto;
	overflow: hidden;
}


a.pfn_link, a.pfn_link:visited{
	font-size: 85%;
  color: #b03d99;
	margin: 0px;
	padding: 2px 4px 2px 4px;
}

a.pfn_link:hover{
/*	background-image: url(../images/glblnav_selected.gif); */
	text-decoration: none;
	color: #00a3f4;
}











#hvi_mark{
	position: relative;
	bottom:  -70px;
	left: 48%;
	right: 48%;
	width: 100px;
}