/* 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;
}
div#content {
	background-color: #FFFFFF;
	border: 2px solid #CC9900;
	padding: 15px;
}
div#header {   
	height: 220px;
	text-align: center;
}
div.navigation {
	background: #CC9900;
	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: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: right;
}
div.image-right2{
	float: right;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: right;
}
div.image-right3{
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: right;
}
div.divider {
	border-width: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.liner {
	border-width: 1px;
	border-style: solid;
	border-color: #CC9900;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
}
/* */
A{color: #000000;}
A:visited{color: #000000;}
A:hover{color: #000000;text-decoration:none;
}
A.menu:link {text-decoration:none; font-size:12px; font-weight: bold; font-family: arial,helvetica,sans-serif; color: #000000; margin-right: 15px;  margin-left: 15px}
A.menu:visited {text-decoration:none; font-size:12px;  font-weight: bold; font-family: Varial,helvetica,sans-serif; color:#000000; margin-right: 15px;  margin-left: 15px}
A.menu:active {text-decoration:none; font-size:12px;  font-weight: bold; font-family: Varial,helvetica,sans-serif; color:#000000; margin-right: 15px;  margin-left: 15px}
A.menu:hover {text-decoration: none; font-size:13px; font-weight: bold; font-family: arial,helvetica,sans-serif; color:#72665E;  margin-right: 15px;  margin-left: 15px}
/* */
p {
	text-align: justify;
	line-height: 1.4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
UL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    list-style-type: none;
	line-height: 1.4;
	}
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;
}
h5{
	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: bolder;
	display: inline;
    font-size: 12px;
	color:#CC9900;
}
h4 {
	font-size:  11px;
	font-weight: bold;
	text-align: center;
	color:#CC9933;
}

