@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../icones/bkgnd_browser.jpg);background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#6C6;
	background-image:  url(../icones/highlighter_pagebg.jpg);
	background-repeat:repeat-y;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;

}

.oneColFixCtr #navContainer {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background-image:  url(../icones/highlighter_pagebg.jpg);
	background-repeat:repeat-y;
	/* background-attachment:fixed;   to work in Mozilla, the background-attachment property must be set to "fixed"
	background-position:left; */
}

div {	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

div#sideA {
	float: left;
	width: 332px;height:680px;
	border:0px dotted blue;
	}

div#sideB {
	margin: 0;
	float: left;
	width: 630px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	border:0px dashed blue;
	}


div#footer a {
	color:blue;
}

p.paragraph_style {	
	text-align:justify;
	font:13px  Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 17px;
	padding:1em 4em ;margin:0;
	text-indent:1em;
	}

 ul {	
	font:12px  Verdana, Arial, Helvetica, sans-serif;color:#000;margin-left:30px;
		text-align:justify;

}

 li {	
	margin-left:30px;padding-top:0;		text-align:justify;
}


.paragraph_style_2 

{

color: #0000ff;
font-family: 'Georgia',serif;
font-size: 23px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0pt;
line-height: 27px;
margin-bottom: 0px;
margin-left: 2em;
margin-right: 2em;
margin-top: 0px;
/* opacity: 1; */
padding-bottom: 0px;
padding-top: 1em;;
text-align: center;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}

p.legend{	
	text-align:center;
	font:10pt Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 1.1em;margin-top:2px;;
	text-indent:0em;
	}
p.incrust{	
	text-align:center;
	font:10pt Arial, Helvetica, sans-serif;
	color:#fff;
	line-height: 1.1em;margin-top:0;
	text-indent:0em;
	}
	
img {border:0px solid #fff;}
span.style_1 {color:#00e;}
.style_2 {
	color: #0000ee;
	font-family: 'Verdana-Bold','Verdana','Verdana Bold',sans-serif;
	font-weight: bold;
	/* opacity: 0.5; */
}