/* fixes */
/* www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ----------------------------------- */

body {	
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
}
#global {
     margin-left: auto;
     margin-right: auto;
     width: 700px; /* mandatory to be centered */
}
/* PV */
div#container {
	position: relative;
	border: 2px solid #848284;
	padding: 15px;
}
div#contentmain {
    width: 670px;
}
div#header {
	height: 76px;
	background-color : #FFFFFF;
}
div#footer {
	}
div.hf-logo-heritage {
	float: right;
	position: relative;
}
div.navigation {
	background: #D7B657;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 11px;
	text-align: center;
}
div.navigation pv{
	font-weight: normal;
	display: inline;
    font-size: 11px;
}
div.nav-hierarchy {
	font-weight: normal;
	display: inline;
	font-size: 11px;
}
div#content {
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}
div.navigationpt {
	background: #F5EFA5;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 11px;
	text-align: left;
	clear: both;
}
div.image-right{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	clear: right;
}
div.image-right2{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
}
div.image-left{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
}
div.image-center{
	float: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: center;
}
div.image-center2{
	float: center;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: center;
}
div.divider {
	border-width: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* */
A{color:#000066;}
A:visited{color:#000066;}
A:hover{color:#000066;text-decoration:none;
}
A.menu:link {text-decoration:none; font-size:12px; font-weight: bold; font-family: arial,helvetica,sans-serif; color:#000066; margin-right: 20px;  margin-left: 20px}
A.menu:visited {text-decoration:none; font-size:12px;  font-weight: bold; font-family: Varial,helvetica,sans-serif; color:#000066; margin-right: 20px;  margin-left: 20px}
A.menu:active {text-decoration:none; font-size:12px;  font-weight: bold; font-family: Varial,helvetica,sans-serif; color:#000066; margin-right: 20px;  margin-left: 20px}
A.menu:hover {text-decoration: none; font-size:12px; font-variant: small-caps; font-weight: bold; font-family: arial,helvetica,sans-serif; color:#FFFFFF; margin-right: 20px;  margin-left: 20px}
/* */
p {
	text-align: justify;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
UL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
    list-style-type: none;
	}
ol
{
  list-style: none;
  width: 600px;  /* room for 2 columns */
}
ol li
{
  float: left;
  width: 300px;  /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}
/* anchor styling */
table {
	text-align: center;
}
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
pv{
	font-weight: normal;
	display: inline;
    font-size: 11px;
}
h1 {
	font-size: 13px;
	font:Arial, Helvetica, sans-serif;
	text-align: center;
	color:#000066;}
h2{
	font-weight: normal;
	display: inline;
    font-size: 11px;}
h3 {
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000066;
	background-color: #D7B657;
	padding-left: 10px;
}
h4 {
	font-size: 11px;
	font:verdana;
	color:#000066;
    display: inline;
    text-align: center;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

