/* CSS Document */

body {  /* Style for main content area of page */
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	/*font-weight: bold;*/
  	background-color: #DDF1FF;
  	margin-top: 0px;
	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
	}
	
.text_home { /* Position of text */
	position: absolute;
	left: 230px;
	top: 110px;
	height: auto;
	width: 584px;
	z-index: 6;
	}
	
.text_faqs { /* Position of text */
	position: absolute;
	left: 230px;
	top: 150px;
	height: auto;
	width: 584px;
	z-index: 7;
	}
	
.faqs_header { /* Position of faqs_header graphic */
	position: absolute;
	left: 226px;
	top: 110px;
	height: 28px;
	width: 240px;
	z-index: 8;
	}
	
.top_banner { /* Position of top banner */
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 970px;
	z-index: 1;
	}
	
.left_graphic { /* Position of left graphic */
	position: absolute;
	left: 0px;
	top: 100px;
	height: 252px;
	width: 211px;
	z-index: 2;
	}
	
.home { /* Position of home link graphic */
	position: absolute;
	left: 3px;
	top: 196px;
	height: 18px;
	width: 50px;
	z-index: 3;
	}
	
.faqs { /* Position of faqs link graphic */
	position: absolute;
	left: 22px;
	top: 226px;
	height: 18px;
	width: 48px;
	z-index: 4;
	}
	
.jobs { /* Position of jobs link graphic */
	position: absolute;
	left: 44px;
	top: 256px;
	height: 18px;
	width: 42px;
	z-index: 5;
	}
	
.cadre { /* Position of cadre link graphic */
	position: absolute;
	left: 77px;
	top: 286px;
	height: 18px;
	width: 104px;
	z-index: 6;
	}

