@CHARSET "UTF-8";

/* CSS Template site web JDG2010 */

/* Generic content */
a:active, a:focus {
	outline: 0 !important; 
}
body {
	margin:0 auto;
	padding:0;
	background: url('images/bg.png') top left no-repeat #000000;
	margin-bottom: 0px;
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align: justify;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 20px;
}
h2 {
	margin-top: 15px;
	background: url('bg_h2.png') top left no-repeat #ffffff;
	font: bold 24px Arial,Georgia,sans-serif;
	letter-spacing: -0.5px;
	color: #32b1da;
}
h2  span{
	margin-left: 35px;
}
h3 {
	color:#4EBFE4;
	margin: 10px 100px 30px 5px;
	width: 98%;
	font: bold 18px Arial,Helvetica,sans-serif;
}
h4 {
	font-size:13px;
	color:#000000;
	margin:0;
	padding-bottom:5px;
	margin-top: 10px;
}
h5 {
	font-size:12px;
	color:white;
	font-weight:600;
	margin:0;
	padding-bottom:5px;
	padding-left:20px;

}
p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height:1.5em;
}

a {
	border-bottom: 1px dotted black;
	text-decoration:none;
	color: #ffffff;
}
a:hover {
	border-bottom: 0px;
}
blockquote {
	border: 1px dotted silver;
	padding: 4px;
	background-color: #0073A3;
	border: 1px silver solid;
	color: black;
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}
a img {
	border: 0;
}
strong {
	font-weight: bold;	
	color: #666666;
}

/* Main content */
#main{
	width: 920px;
	margin: 0 auto;
	background: #0073A3 url('images/bg_table.png') repeat-y scroll left top !important;
}

ol li{
	margin-top: 20px;
}
/* Header */
#header{
	width: 100%;
	height: 327px;
	clear: both;
	background: url('images/bg_right.png') top left repeat-x;
}
#header_content{
	height: 327px;
	width: 920px;
	margin: 0 auto;
	background: url('images/header.png') top left no-repeat;
	clear: both;
}
#logo {
	padding-top: 30px;
	margin-left:110px;
	width: 320px;
	height: 230px;
}
#logo a:hover{
	cursor: pointer;
}
#h2o{
	width: 420px;
	height: 330px;
	position: relative;
	font-size: 180%;
	color: white;
}
#h2o span {
	height:100%;
	margin-left:-500px;
	position:absolute;
	width:100%;
	margin-top:-80px;
}
#menu {
	float:right;
	height:100px;
	margin-right:3px;
	margin-top:-265px;
	width:450px;
}
/* IE6  */
*html #h2o {
	height: 230px;
}
/* IE6 */
#menu li {
	list-style-type:disc;
	color:#ffffff;
	font-family:Verdana;
	font-size: 2em;
	line-height:1.23;
	z-index:1003;
}
#menu li .menulink{
	margin-top:5px;
	margin-right: 10px;
	float: right;
	color:#ffffff;
	z-index:1003 !important;
}
#menu li a {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
	z-index:1004 !important;
}
#menu li a:hover {
	color: black;
}
.tdpart {
	background: url('images/bg_table.png') top left repeat-y #4EBFE4;
}
.tablepart {
	background: url('images/bg_part2.png') top left repeat-y #4EBFE4;
}

/* Content */
#container {
	width:920px;
	height:100%;
	margin: 0 auto;
	clear: both;
}
#h1_title {
	width: 920px;
	height:103px;
	margin: 0 auto;
	clear: both;
	background: url('images/bg_h1.png') top left no-repeat #000000;
}
#h1_title  span {
	float: right;
	color: white;
	font-size: 2.5em;
	font-family: Verdana;
	text-align: center;
	margin-right:0;
	width:260px;
	height:70px;
	margin-top:25px;
}
#left{
	width: 273px;
	float: left;
	background: url('images/bg_part2.png') top left repeat-y #0073a3;
	margin: 0 auto;
}
#right{
	background: #ffffff;
	width:597px;
	float: right;
	min-height: 550px;
	padding: 25px;
	padding-bottom:75px;
}
#partners_top{
	background: url('images/bg_part.png') top left no-repeat #0073a3;
	width: 273px;
	height: 155px;
	padding-top: 0px;
}
#partners_bottom{
	background: url('images/bg_part3.png') bottom left no-repeat #0073a3;
	/*width: 273px;
	height: 19px;*/
	margin-bottom: 0px;
}
.content{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-indent:20px;
}
.content a{
	text-decoration: none;
	border-bottom: 1px #32b1da dotted;
	color: #000000;
}
.content a:hover{
	text-decoration: none;
	border-bottom: none;
	color: #32b1da;
}
.tabletd a{
	text-decoration: none;
	border-bottom: 1px #32b1da dotted;
	color: #000000;
}
.tabletd a:hover{
	text-decoration: none;
	border-bottom: none;
	color: #32b1da;
}
.content ul{
	list-style: disc;
}
.content ul ul{
	list-style: circle;
}
.content ul ul ul{
	list-style: square;
}
.content blockquote{
	padding: 4px;
	background-color: white;
	border: 1px silver solid;
	color: black;
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}
.content .cite{
	padding: 4px;
	font-style: italic;
	padding-bottom: 25px;
}
.content hr {
  display: none;
}

.centrer{	
	clear: both;
	margin: 0 auto;
	width: auto;
}

.centrer img{	
	margin-left: 40px;
	margin-top: 15px;

}

.citestart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 35px;
	margin-bottom: -50px;
	margin-left: -30px;
	font-size: 400%;
	color: black;
}
.citeend {
	float: right;
	height: 25px;
	margin-top: 0px;
	margin-right: -20px;
	padding-top: 15px;
	font-size: 400%;
	color: black;
}
.content .image{
	padding: 4px;
	background-color: white;
	border: 1px silver dotted;
}
.content .reverse {
	unicode-bidi:bidi-override;
	direction: rtl;	
}
.content .displaynone{
	display: none;
}
.content .floatleft{
	float: left;
	margin: 8px;
}
.content .floatright{
	float: right;
	margin: 8px;
}
.content .clearboth{
	clear: both;
}
.content .footnote{
	font-size:0.7em;
	position:relative;
	top:-0.6em;
	left:0;	
}
.content .footnotes{
	border-top: 1px gray solid;
	width: 65%;
	margin-left:45px;
	margin-top: 20px;
}
.content .footnotes p{
	padding: 2px;
	font-size:0.8em;
}
.content .footnotes .ref{
	color: black;
}

.mb{
	width: 80%;
}

.firstletter {
    display:block;
    float:left;
	margin-bottom:0;
	margin-left:12px;
	margin-right:12px;
	margin-top:0;
    height : 4.5em;
    color:#000;
}
.firstletter span {
    font-size:200%;
    line-height:1.0em;
}


/* Footer */
#footer{
	width: 100%;
	height: 186px;
	background: url('images/bg_footer.png') top left repeat-x #000000;
	clear:both;
}
#footer_content{
	width: 920px;
	height: 186px;
	margin: 0 auto;
	background: url('images/footer.png') top left no-repeat #000000;
	clear:both;
}
#dmpon {
	float:right;
	height:0px;
	width:380px;
	margin-top:-30px;
	padding-top:80px;
	z-index:1000;
}
#dmpon a:hover{
	cursor: pointer;
}
#dmpon span {
	height:110px;
	margin-left:-360px;
	width:350px;
	position:absolute;
	margin-top:-110px;
	z-index:1001;
}
#copy {
	font-family:Verdana;
	font-size:0.7em;
	line-height:1.65em;
	margin-left:50px;
	width:224px;
	padding-top:17px;
}
#copytext {
	position: relative;
	font-size: 120%;
	color: white;
	font-weight: bold;
	text-align: center;
}
#boatwrap {
	bottom:0;
	padding:0;
	position:fixed;
	right:0;
	z-index:99;
	bottom:0;
	height:296px;
}
#boat span {
	height:296px;
	width:264px;
	margin-right:-20px;
	overflow:visible !important;
	position:relative;
}
