html { 
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-image:  url(/images/background/back.jpg);
	padding: 0;
	margin: auto; 
}
h1 {
	clear: both;
	display: block;
	overflow: hidden;
	background-image: url('/images/h1.jpg');
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	width: 740px;
	height: 23px;
	font-family: tahoma, arial, sans-serif;
	font-size: 18px;
	font-weight: bold; 
	color: #504750;
}
h2 {
	font-family: tahoma, arial, sans-serif;
	font-size: 15px;
	font-weight: bold; 
	color: #504750;
	margin: 10px 0 15px 0;
}
h3 {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color: #504750;
	margin: 8px 0 10px 0;
}
p {
	margin: 10px 0 10px 0;
	line-height: 1.5;
}

a {
	color: #DE0986;
	text-decoration: none;
}
a:hover {
	color: #89C767;
	text-decoration: underline;	
}

#backg {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: auto;
	background-image:  url(/images/background/back_grad.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 920px;
	margin: auto;
	padding: 0;
	text-align: left;
	border: solid 1px #FFFFFF;
	background: #FFFFFF;
	background-image:  url(../images/background/back_main.jpg);
	background-repeat: repeat-y;
}

.hrdiv {
	width: 100%;
	padding: 0;
	margin: 20px 0 15px 0;
	border-bottom: solid 1px #527c32;
}

.floatinginfo {
	float: right; 
	margin: 0 0 10px 10px;
	padding: 7px;
	border: solid 1px #527c32;
}

/* HEADER ********************************************************************/
#header {
	width: 910px;
	height: 135px;
	margin: auto;
	padding: 5px 10px 0 0;
	background-image: url(/en/images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
	font-family: tahoma, arial, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: right;
}
#header a {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#header a:hover {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: #504750;
	text-decoration: none;
	background-color: #fccef2;
	padding: 0 3px 0 3px;
}
#headerf {
	width: 910px;
	height: 135px;
	margin: auto;
	padding: 5px 10px 0 0;
	background-image: url(/fr/images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
	font-family: tahoma, arial, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: right;
}
#headerf a {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#headerf a:hover {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: #504750;
	text-decoration: none;
	background-color: #fccef2;
	padding: 0 3px 0 3px;
}

/* MENU ***************************************************************************/
#menu {
	clear: left;
	float: left;	
	width: 160px;
	margin: 0;
	padding: 10px 0 20px 0;	
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 0;
}
div.menuitem {
	width: 160px;
	background-image:  url(/images/menu/menu_hover.jpg);
	background-repeat: no-repeat;
	background-color: #de0986;
	margin: 0;
	padding: 0;
}
a.menulink {
	display: block;
	margin: 0; 
	padding:5px 15px 0 24px;
	width: 120px;
	min-height: 19px;
	overflow:hidden;
	color: #fccef2;
	background-color: #de0986;
	text-decoration: none;
}
* html a.menulink {
	height: 19px;
}
a.menulink:hover {
	color: #504750;
	text-decoration: none;
	background: none;	
}
* html a.menulink:hover {
	background-image:  url(/images/menu/menu_hover.jpg);
	background-repeat: no-repeat;
}

a.menulinkon {
	display: block;
	margin: 0; 
	padding:5px 15px 0 24px;
	width: 120px;
	min-height: 19px;
	overflow:hidden;
	color: #504750;
	background-color: #de0986;
	text-decoration: none;
	background-image:  url(/images/menu/menu_extra.jpg);
	background-repeat: no-repeat;
}
* html a.menulinkon {
	height: 19px;
}
a.menulinkon:hover {
	color: #504750;
	text-decoration: none;
	background: none;	
}

div#submenu dl {
	margin: 0;
	padding: 0;
}
div#submenu dd {
	margin: 0 0 0 35px;
	padding: 3px 15px 3px 0;
}
div#submenu a {
	color: #fccef2;
	text-decoration: none;
	font-weight: normal;
}
div#submenu a:hover {
	color: #89C767;
	text-decoration: none;
	/*background-color: #FDE6F8;*/
}

/* main content area *************************************************/
div#content {
	float: right;
	width: 760px;
	margin: auto;
	padding: 0 0 20px 0;
}

div#homeleft {
	float: left;
	background-color: #FFFFFF;
	width: 450px;
	margin: 0;
	padding: 0 0 0 20px;
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
	font-weight: bold;
}
div#homeright {
	background-color: #FFFFFF;
	width: 160px;
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
	font-family: tahoma, arial, sans-serif;
	font-size: 8.5pt;
	line-height: 1.5;
	font-weight: normal;
	color: #7B6F7A;
}

/* footer ******************************************************************/
#sponsors {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#sponsorsf {
	width: 770px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	background: url('/francais/images/footer_sponsors_title.jpg');
	background-repeat: no-repeat;
	text-align: left;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#sponsorlisting table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#sponsorlisting td {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: middle;
}

#footer {
	background-color: #504750;
	width: 900px;	
	margin: auto;	
	padding: 5px 10px 5px 10px;
	clear: both;
	border: solid 1px #FFFFFF;
	border-top: 0;
	color:#FFFFFF;
}
#footercopy {
	float: left;
	width: 200px;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #89c767;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
}
#dwplogo {
	float: right;
	width: 200px;
	text-align: right;
}
#footermenu {
	width: 500px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	border: solid 1;
}
#footermenu a {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: #fccef2;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#footermenu a:hover {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: #504750;
	text-decoration: none;
	background-color: #fccef2;
	padding: 0 3px 0 3px;
}

/* MAIN CONTENT */

/** html #maincontent {
	height: 450px
}*/
#maincontent {
	margin: 0;
	padding: 10px 50px 0 25px;
	/*min-height: 450px;*/
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

/*#maincontent strong{
	color: #7B6F7A;
}*/

#maincontent ul {
	margin: 5px 0 15px 10px;
	padding: 0;
	list-style-type: none;
}

#maincontent ul li {
	background-image: url('../images/greenbullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding:2px 0 5px 12px;
}

#event {
	margin: 0;
	padding: 0 0 15px 249px;
	min-height: 303px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

.boldpink {
	color: #ED1DBF;
	font-weight: bold;
}

#endorsements table {
	width: 100%;
}

#endorsements td {
	width: 25%;
	text-align: left;
	vertical-align: top;
	padding: 0 0 20px 0;
}
#sponsorstable img {
	border: 0;
}

#sponsorstable td {
	text-align: center;
	padding-bottom: 30px;
	width: 300px;
}
#subsectionbox {
	margin: 0 0 0 15px;
	padding: 5px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	border: solid 1px #666666;
	float: right;
	background: #F3F3F3;
}

/* ==========================================================*/

#mailinglist {
	background-image: url('/images/menu/menu_extra.jpg');
	background-repeat: no-repeat;
	margin: 25px 0 0 0;
	padding:5px 0 0 24px;
	width: 136px;
	height: 24px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #504750;
}
#mailinglist2 {
	/*background-image: url('/images/mailinglist_back.jpg');
	background-repeat: no-repeat;*/
	background-color: #FCE7F8;
	margin: 25px 0 0 0;
	padding:5px 5px 5px 5px;
	width: 140px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #504750;
	text-align: center;
}
#mailbox {
	padding: 0 7px 7px 7px;
	margin: 5px 0 0 0;
	font-size: 9px;
	font-weight: normal; 
	text-align: left;
	float: right;
	border: solid 1px #80BA54;
}

#mailbox form {
	padding: 0;
	margin: 0;
}

#mailbox input {
	width: 120px;
}

.submitbutton a{
	display: block;
	width: 65px;
	margin: 7px 0 0 0;
	text-align: center;
	background-color: #89c767;
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	font-weight: bold; 
	color: #504750;
	border: solid 1px #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
.submitbutton a:hover{
	background-color: #89c767;
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	font-weight: bold; 
	color: #504750;
	border: solid 1px #de0986;
	text-decoration: none;
}