/* 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: #1f2e0f;
	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;
}
div#content {
	background-color: #FFFFFF;
	border: 2px solid #CC9933;
	padding: 15px;
}
div#header {   
	height: 168px;
	background-color: #1f2e0f;
	text-align: center;
}
div#footer {
	}
div.hf-logo-heritage {
	float: right;
	position: relative;
}
div.navigation {
	background: #CC9933;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 11px;
	text-align: center;
}
div.navigation h1{
	font-weight: normal;
	display: inline;
    font-size: 11px;
}
div.nav-hierarchy {
	font-weight: normal;
	display: inline;
	font-size: 11px;
}
div.navigationpt {
	background: #CC9933;
	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;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	clear: right;
}
div.image-right2{
	float: right;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
}

div.image-left{
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	clear: left;
}
div.image-center{
	float: center;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: center;
}
div.divider {
	border-width: 4px;
	border-style: solid;
	border-color: #1f2e0f;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* */
A{color:#003333;}
A:visited{color:#003333;}
A:hover{color:#003333;text-decoration:none;
}
A.menu:link {text-decoration:none; font-size:12px; font-weight: bold; font-family: arial,helvetica,sans-serif; color:#1f2e0f; margin-right: 10px;  margin-left: 10px}
A.menu:visited {text-decoration:none; font-size:12px;  font-weight: bold; font-family: Varial,helvetica,sans-serif; color:#1f2e0f; margin-right: 10px;  margin-left: 10px}
A.menu:active {text-decoration:none; font-size:12px;  font-weight: bold; font-family: Varial,helvetica,sans-serif; color:#1f2e0f; margin-right: 10px;  margin-left: 10px}
A.menu:hover {text-decoration: none; font-size:13px; font-weight: normal; font-family: arial,helvetica,sans-serif; color:#CC9933; background-color: #1f2e0f; margin-right: 15px;  margin-left: 15px}
/* */
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;
}
table {
	float: center;
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	clear: center;
}
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
pv{
	font-weight: normal;
	display: inline;
    font-size: 11px;
}
h1{
	font-weight: bold;
	display: inline;
    font-size: 11px;
}
h2{
	font-weight: bold;
	display: inline;
    font-size: 11px;
}
h3 {
	font-weight: normal;
	display: inline;
    font-size: 11px;
	color:#FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
h4 {
	font-size:  11px;
	font-weight: bold;
	text-align: center;
	color:#CC9933;
}


