/* 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-image: url(images/background.gif);
	  background-repeat: repeat;
      font-family : Verdana;
	  font-size: 11px;
	  text-align:center;
      color : #000000;
}
#global {
     margin-left: auto;
     margin-right: auto;
     width: 650px; /* mandatory to be centered */
}
/* PV */
div#container {
	background-color : #FFFFE1;
}
div#content {
}
div#contentpromo {
background-color : ##F9D864;
}
div#header {
	height: 194px;
	text-align:center;
	background-color : #FFFFE1;
}
div.navigation {
	background-image: url(images/background.gif);
	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: #FFFFE1;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	clear: both;
}
div.image-right{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	clear: right;
}
div.image-right2{
	float: right;
	margin-left: 10px;
	margin-right: 15px;
	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;
	margin-right: 0px;
    margin-left: 0px;
	clear: center;
}
div.divider {
	height: 10px;
	width:auto;
	background-image: url(images/background.gif);
	background-repeat:repeat-x;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* */
A{color:#003300;}
A:visited{color:#003300;}
A:hover{color:#003300;text-decoration:none;
}
A.menu:link {text-decoration: underline; 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:underline; 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:underline; 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:12px;  font-weight: bold; font-family: arial,helvetica,sans-serif; color:#003300; margin-right: 15px;  margin-left: 15px}
/* */
p {
	text-align: left;
	line-height: 1.4;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
UL {
    text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
    list-style-type: disc;
}
table {
    float: center;
	font-size:11px;
	font-family:Verdana;
	text-align: center;
	clear: center;
}
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
h1 {
    font-size: 12px;color: #000000;
    text-align: left; 
	display: inline;
   }
h2{
	font-weight: normal;
	display: inline;
    font-size: 11px;
	}
h3 {
    font-size: 12px;color: #000000;
    text-align: left; 
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
   }



