/* 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: #EBDFB8;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
}
#global {
     margin-left: auto;
     margin-right: auto;
     width: 700px; /* mandatory to be centered */
}
/* PV */
div#container {
	background:#FFFFFF;
	border: 3px solid #B59D57;
	padding: 15px;
}
div#content {
	padding: 15px;
	background:#EBDFB8;
}
div#header {
	height: 50px;
	width: 100%;
	text-align:center;
	background-color : #FFFFFF;
}
div.navigation {
	background: #B59D57;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 11px;
	text-align: center;
}
div.nav-hierarchy {
	font-weight: normal;
	display: inline;
	font-size: 11px;
}
div.navigationpt {
	background: #B59D57;
	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: 0px;
	margin-bottom: 10px;
	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.divider-pv {
	border-width: 4px;
	border-style: solid;
	color: #EBDFB8;
	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:#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: underline; font-size:12px;  font-weight: bold; font-family: arial,helvetica,sans-serif; color:#FFFFFF; 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: 5px;
    list-style-type: none;
}
table {
    float: center;
	text-align: center;
	clear: 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: 12px;
	font:Arial, Helvetica, sans-serif;
	text-align: left;
	display: inline;
	color:#726232;}
h2{
	font-weight: normal;
	display: inline;
    font-size: 11px;
}

