@charset "utf-8";

DIV.newsletter-wrap {
	padding-top: 110px;
	background: transparent top center no-repeat url(../images/new_opc_newsletter_header_eng.png);
}
DIV.newsletter-wrap.fra {
	background-image: url(../images/new_opc_newsletter_header_fre.png);
}
DIV.nl-left {
	width:70%;
	float:left;
}
DIV.nl-left h2{
	color:#232F84;
	font-size: 190%; 
}
	
DIV.nl-left h3{
	font-size: 170%; 
}
DIV.nl-left h4{
	font-size: 150%; 
}

DIV.nl-left h2.section{
	background: #dee0ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeff5 0%, #dee0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff5), color-stop(100%,#dee0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeff5 0%,#dee0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeff5 0%,#dee0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeff5 0%,#dee0ed 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeff5 0%,#dee0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff5', endColorstr='#dee0ed',GradientType=0 ); /* IE6-8 */
	color: #232F84;
	-webkit-border-top-right-radius: .8em;
	-webkit-border-bottom-right-radius: .8em;
	-moz-border-radius-topright: .8em;
	-moz-border-radius-bottomright: .8em;
	border-top-right-radius: .8em;
	border-bottom-right-radius: .8em;
	-moz-box-shadow: 2px 3px 5px #ccc;
	-webkit-box-shadow: 2px 3px 5px #ccc;
	box-shadow: 2px 3px 5px #ccc;
	font-weight: normal;
	padding: .3em;
}



DIV.nl-left IMG.floatLeft, DIV.nl-left IMG.float-left {
	padding: 5px 5px 5px 0;
	clear: left;
}
DIV.nl-left IMG.floatRight, DIV.nl-left IMG.float-right {
	padding: 5px 0 5px 5px;
	clear: right;
}

DIV.nl-right {
	width:205px;
	background:#fff;
	float:right;
}
DIV.nl-right-section, .issue-number, .nl-list, .previous, DIV.nl-issue-menu {
	margin: .5em 0;
	padding: 0 .5em .5em .5em;
	border-style: solid;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #E5E5E5; /* Old browsers */
	background: -moz-linear-gradient(top,  #F0F0F0 0%, #E5E5E5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#E5E5E5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F0F0F0 0%,#dee0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F0F0F0 0%,#dee0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F0F0F0 0%,#dee0ed 100%); /* IE10+ */
	background: linear-gradient(top,  #F0F0F0 0%,#dee0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#dee0ed',GradientType=0 ); /* IE6-8 */
	color: #232F84;
}
DIV.issue-number, .previous {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#232F84
}
DIV.nl-issue-menu, .nl-list UL {
	margin: .5em 0 .5em 0;
	padding:10px;
}


DIV.nl-right-section h3, .issue-number h3, DIV.nl-issue-menu h3 {
	margin: .5em 0 .5em 0;
	font-size: 120%;
	text-align: center;
}
DIV.nl-right UL {
	margin: 0;
	padding-left: 1.25em;
}
DIV.nl-right-img-frame {
	margin: .5em auto;
}
DIV.nl-right-img-frame P:first-child {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
}
DIV.nl-right-section-header {
	
}
DIV.nl-right .center {
	text-align: center;
}



