html              { }


body
	{
	background : #eee;
	margin:      0px;
	padding:     0px;
	font-size:   10px;
	line-height: normal;
	color:       #9CAAB6;
	font-family: Arial, sans-serif;
	text-align:  left; }
	/* This is for the positioning of the content block on the screen and the colors of the sides and top */


/* img {display: none;} */



#container
        {
	position:relative;
	width:780px;
	padding: 0 2em;
	background:#fff;
	margin: 0px auto auto auto;
	text-align:left;
        }



#header
	{
	position:fixed;
	top: 0px;
	display:block;
	width:780px;
	height:54px;
	background: #fff url(images/H2P_logobar_.png);
	}
* html #header       /* only for IE6 */
	{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	/* This hack advice is from http://w3qc.org/ressources/contributions/fini-les-cadres/   */
	/* tentative for correction of positioning in IE6 */
	/* IE6 thus falls back on ABSOLUTE since it does not know FIXED*/
*:first-child+html #header       /* only for IE7 */
	{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	/* This hack advice is from http://w3qc.org/ressources/contributions/fini-les-cadres/   */
	/* tentative for correction of positioning in IE7 */
	/* IE7 thus falls back on ABSOLUTE since it does not know FIXED*/

#header span
	{
	display: none;
	}
	/* This is for not showing the text that goes with the banner */





#navigation
        {
	/* position:absolute;  */
	position:fixed;
	top: 55px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	width:155px;
	background:#fff;
	text-align: left;
        }
* html #navigation
	{
	position: absolute;
	top: 55px;
	left: 0px;
	height: auto; 
	/* min-height: 300px; */
        }
*:first-child+html #navigation       /* only for IE7 */
	{
	position: absolute;
	top: 55px;
	left: 0px;
	}

#navigation a
	{
	font: 10px Verdana;
	padding: 2px;
	display: block;
	color: #333388;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	list-style: none;
	}

#navigation a:hover
	{
	background-color: #333388;
	color: white;
	}

#navigation ul
	{
	padding: 0px;
	margin: 0px ;
	list-style: none;
	}

#navigation ul li
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style: none;
	}


#content                              /* this code will be use by all browsers but is overruled by IE6 and IE7 definition */
        {
	width:615px;
	padding: 54px 0 0 8px;
	margin: 0 0 0 155px;
	border-left: 1px solid #ddd;
	background: #fff;
	text-align:  left;
	font: 11px Verdana;
	color: #333388;
	}
* html #content                       /* only for IE6 version */
	{
	position: absolute;
	top: 55px;                   /* this line influences the positions of the top of the white section of content */
	left: 0px;
	width:615px;
	height:auto;
	min-height: 300px;
	border-left: 1px solid #ddd;
	padding: 10px 0 0 8px;       /* this line influences the white space inside the content */
	margin: 0 0 0 155px;
	background: #fff;
	text-align: left;
	font: 11px Verdana;
	color: #333388;
        }
	/* this is a hack for IE6 and below */
	/* see http://blog.pixarea.com/index.php/2006/06/13/39-css-un-hack-simple-pour-ie7 */
*:first-child+html #content         /* only for IE7 */
	{
	position: absolute;
	top: 55px;                   /* this line influences the positions of the top of the white section of content */
	left: 0px;
	width:615px;
	height:auto;
	min-height: 300px;
	border-left: 1px solid #ddd;
	padding: 10px 0 0 8px;       /* this line influences the white space inside the content */
	margin: 0 0 0 155px;
	background: #fff;
	text-align: left;
	font: 11px Verdana;
	color: #333388;
 	}
	/* This is a hack for IE7 only, still to be defined */



#content .image
	{
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	Font-color: #ddd;
	text-align: center;
	/* border: thin silver solid;  */   /* this line works when activated */
	border-type: solid;
	border-width: 4px;                  /* these three border formats don't seem to work */
	border-color: #555;
	margin: 10px 0 20px 0;
	padding: 2px 1px 2px 1px;
	}
	/* this image has influence on the images inside de content */


imageright
	{
	float: right;
	caption-side: top;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	border: thin silver solid;
	margin: 10px 0 20px 0;
	padding: 4px 1px 4px 1px;
	}
	/* this image has influence on the images inside de content that carry class=imageright */


#content h3
	{
	color: #333388;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none
	font-type: Arial;
	}


#content ul
	{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}


#content ul li
	{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	}



#downloadline
	{
	padding: 1px 10px 0px 3px;
	margin: 2px;
	width: 450px;
	background: #fff;
	text-align:  left;
	font: 10px Verdana;
	color: #333388;
	line-height: 30px;
	}


#downloadlogo
	{
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width: 18px;
	background: #fff;
	text-align:  left;
	font: 10px Verdana;
	line-height: 30px;
	color: #333388;
	}


#downloadtext
	{
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width:300px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	font: 10px Verdana;
	color: #333388;
	}


#downloadtext a
	{
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width:300px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	font: 10px Verdana;
	color: #333388;
	}


td a
	{
	/* float:right; */
	/* if the above line is active the text moves to the right in the cell */
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width:300px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 36px;
	font: 10px Verdana;
	color: #333388;
	}

td a hover
	{
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width:300px;
	background: #000;
	text-align: left;
	text-decoration: none;
	line-height: 36px;
	font: 10px Verdana;
	color: #FF2222;
	}
	/*   Ce td a: hover ne marche pas encore car le texte ne devient pas rouge */



td a img         /*  for ico-pdf images if I put a point in front of td the picture will have a border */
	{
	border-style:none;
	background-color: transparent;
	text-decoration:none;
	border:0px;
	}

/*
div.image
	{
	border: thin red solid;
	    slash star border: thin silver solid;      border shows but color is black  star slash
	margin: 3px;
	padding: 3px;
	}

div.image.caption {
	text-align: center;
	font-style: italic;
	font-size: 20px;
	text-indent: 40;
	}

*/

#footer
	{
	width:780px;
	clear:both;
	background:#000088;
	height:20px;
	text-align: center;
	}

small	{
	line-height: 20px;
	}


p       { padding: 0 0 1px 0; text-align:justify;}

acronym { text-decoration: none;}


/* Hi Joe,*/
/* I put a lot of work to figure out how to best show my website in various browsers. */
/* They all function differently, and most of them do not respect W3C standard.*/
/* Therefor it is necessary to apply different commands for each specific browser*/
/* Especially Internet Explorer is very different from one version to another without respecting W3C standard.*/
/* You may use this CSS to format your website and be careful to apply changes where needed if you want to change appearance.*/
/* The different sections for the same function are called html hacks. Search google on html hacks to learn more about it.*/
/* Check the appearance of your website in */

/* Further comments :*/
/* Titel should contain 60 characters max with keyword appearing twice*/
/* Description should contain maximum of 250 chars max with keyword appearing 3 times*/
/* Check www.widexl.com  and then metatag analyser*/
/* Make separate pages for each language; keywords should only appear in one language in the page*/
/* You can compress images online with http://tools.dynamicdrive.com/imageoptimizer/  for faster loading*/
/* It would be good if the url contains the keyword*/
/* Eventually use htacces file (google for it if you don't know what it means*/
/* Google urlrewriting for beginners */
/* */
/* Randolph*/






