* {
	padding: 0;
	margin: 0;
}


/* height and width stuff, width not really Necessary. */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	background-color: #f6f5f9;
}



a {
	color: #05859E;

}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02_2.jpg) repeat-y;
}

#wrapper2 {

	/*background: url(images/img10_2.jpg) no-repeat left bottom;*/
}

/* Header */
#top {
	height: 60px;
	background: url(images/top.jpg) no-repeat;
}
#header {
	height: 145px;
	background: url(images/header.jpg) no-repeat top center;
	position: relative;
}
#headerjp {
	height: 145px;
	background: url(images/header_jp.jpg) no-repeat top center;
	position: relative;
}

#local {
	padding: 0;
	position: absolute;
	left: 42px;
	top: 0px;
	text-align: left;
	margin: 0px;
}
#logo span {
	font-size: 20px;
	line-height: 22px;
}



#logo a {
	text-decoration: none;
	color: #472f91;
}

#header  #transFlag, #header #transFlag_g {
	position: absolute;
	bottom: 4px;
	right: 55px;
	width: 35px;
	height: 25px;

}
#transFlag a {
	display: block;
	width: 35px;
	height: 25px;
	text-decoration: none;
	background: url(images/flag_en.gif) no-repeat;
}
#transFlag a:hover {
	background: url(images/flag_en.gif) no-repeat;
	margin-top: 3px;
}
#transFlag_g a {
	display: block;
	width: 35px;
	height: 25px;
	text-decoration: none;
	background: url(images/flag_fr.gif) no-repeat;
}
#transFlag_g a:hover {
	background: url(images/flag_fr.gif) no-repeat;
	margin-top: 3px;
}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat center top;
	height: auto;
}

/* Content */

#content {
	float: right;
	width: 560px;
	padding: 15px 95px 0 0;
	position: relative;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 226px;
	padding: 50px 0 0 54px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	height: 2em;

}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}




.arrowlistmenu{
	width: 226px; /*width of accordion menu*/
	background:#F7FBFD;












   *height:100%;
	background:#fff;
	font-size:1em;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	color:#333;
	letter-spacing:0.1em;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	text-decoration: none;
	background-color: #CCC;
	display: block;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #068898;
	color: #FCFFFF;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{


}

.arrowlistmenu ul li a{
	color: #666; /*custom bullet list image*/
	display: block;
	padding: 3px 0 0px 12px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #F0F0F0;
	font-size: 1em;
	margin: 0px;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	display:block;
	color:#555;
	background-color: #d2e6f1;
	padding-bottom: 6px;
}

.arrowlistmenu ul li a:hover .bottom{ /*hover state CSS*/
	border-bottom:none;
}

.arrowlistmenu {
	margin: 0px;
	padding: 0;
}
.arrowlistmenu #link a:hover {
	color: #666666;

}
.arrowlistmenu #link a:hover {
	color: #068898;

}

.arrowlistmenu #link a {
	color: #666;
	text-decoration: none;
}


.categoryitems li .bottom {
	border-bottom-style: none;
	margin: 5px;
}
h6 {
	font-size: 1.8em;
	margin: 0px;
	border-bottom: 1px solid #F2F2F2;
}


/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 100px;
	background: url(images/img05_2.jpg) no-repeat center;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #8E8E8E;
	padding: 0;
}
#footer  li {
	display: inline;
}
#footer ul {
	text-align: center;
	padding-top: 25px;
	margin: 0;
	padding-bottom: 5px;
}
#footer p span {
	font-size: 10px;
}


#footer a {
	text-decoration: none;
	color: #666;
	padding-right: 15px;
}
#footer a:hover {
	color: #05859E;
	text-decoration: underline;
}
#logo img {
	padding-bottom: 8px;
}

#trans {
	padding: 5px 50px 5px 0;
}
#content h1 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#worldMap {
	margin: 8px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 140%;
	padding-bottom: 10px;
}
.pr_dates {
	text-align: left;
	display: block;
	float: left;
	width: 100px;
}
.permalink {
	display: block;
	float: right;
	background: url(media/img09.jpg) no-repeat left center;
	margin: 0px;
	padding-left: 17px;
}
#pr_m {
	padding-bottom: 30px;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 25px;
	padding-top: 8px;
}
.list {
	list-style: disc outside;
	display: list-item;
	margin-left: 16px;
	margin-bottom: 10px;
}
#exh_prog_colm1 {
	float: left;
	width: 225px;
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#exh_prog_colm2 {
	float: right;
	width: 310px;
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 35px;
}
.list_exhprog {
	list-style: disc outside;
	display: list-item;
	margin-left: 15px;
	margin-bottom: 3px;
}
#exh_prog_colm3 {
	float: right;
	width: 285px;
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#exh_prog_colm4 {
	float: left;
	width: 260px;
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 35px;
}
.EMS_tb1 {
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
}
.EMS_tb2 {
	padding: 3px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.EMS_tb3 {
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
}
.EMS_tb4 {
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}
.EMS_tb5 {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.EMS_tb6 {
	padding: 3px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.EMS_tb7 {
	padding: 3px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.EMS_tb5_a {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.EMS_tb5_b {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.EMS_tb6a {
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/*Conference*/
.forumSpeaker {
	font-weight: bold;
	color: #000000;
}

.forumBio_sub {
	font-weight: bold;
	color: #585858;
}

.forumBio {
	color: #666666;
	line-height: 140%;
}
.forum_sub {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.forum_sub2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.forumBody {
	color: #666666;
	line-height: 140%;
	padding-top: 15px;
}
#forum_F1 {
	float: left;
	width: 40px;
	background: #339999;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
	margin: 3px 8px 5px 1px;
}
.forum_Time {
	background: #CCCCCC;
	width: 80px;
	padding: 5px 5px 5px 8px;
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #FFFFFF;
}


.forumJour {
	background: #B2CFDF;
	margin: 0px;
	padding: 4px;
	width: 99%;
	display: block;
	font-weight: bold;
	color: #068898;
	font-size: 14px;
}
.forumDesc_hdr {
	font-weight: bold;
	color: #000000;
}
.forumDesc_hdr2 {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

#forum_F2 {
	float: left;
	width: 40px;
	background: #339999;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	margin: 0px 8px 5px 1px;
	padding-top: 2px;
}
#forum_F2a {
	float: left;
	width: 30px;
	background: #B2CFDF;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #333333;
	height: 15px;
	margin: 0px 8px 0px 15px;
	padding: 2px;
}
#forum_btn_1 {
	background: url(media/forum_btn.jpg) repeat-x;
	padding: 0px;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #068898;
	margin: 0px 4px 0px 0px;
	height: 45px;
	border: 1px solid #86B4CC;
}
#forum_btn_1 a {
	text-decoration: none;
	border-style: none;
	display: block;
	margin: 0px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 5px;
}#forum_btn_1 a:hover {
	text-decoration: none;
	border-style: none;
	color: #333333;
	display: block;
}
#forum_btn_2 {
	background: url(media/forum_btn.jpg) repeat-x;
	padding: 0px;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #068898;
	margin: 0px 4px 0px 0px;
	height: 45px;
	border: 1px solid #86B4CC;
}
#forum_btn_2 a {
	text-decoration: none;
	border-style: none;
	display: block;
	margin: 0px;
	padding: 14px 0px 4px;
	text-align: center;
}#forum_btn_2 a:hover {
	text-decoration: none;
	border-style: none;
	color: #333333;
	display: block;
}
#forum_btn_3 {
	background: url(media/forum_btn.jpg) repeat-x;
	padding: 0px;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #068898;
	margin: 0px 4px 0px 0px;
	height: 45px;
	border: 1px solid #86B4CC;
}
#forum_btn_3 a {
	text-decoration: none;
	border-style: none;
	display: block;
	margin: 10px 0px 0px;
	padding: 4px;
}#forum_btn_3 a:hover {
	text-decoration: none;
	border-style: none;
	color: #333333;
	display: block;
}
.conf_Time {
	background: #E9E9E9;
	color: #666666;
	text-align: center;
	padding: 2px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#conf_Me1 {
	float: left;
	width: 53px;
	background: #339999;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 1px;
}
.conf_hdr {
	background: #B2CFDF;
	padding: 4px;
	width: 99%;
	display: block;
	font-weight: bold;
	color: #068898;
	font-size: 14px;
	margin: 0px;
}
.conf_brk {
	width: 99%;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.conf_Time2 {
	background: #E9E9E9;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	margin-right: 8px;
}
#conf_Me2 {
	float: left;
	width: 53px;
	background: #339999;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
	margin: 3px 8px 5px 1px;
}
.conf_dots {
	width: 99%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.confBio {
	color: #666666;
	line-height: 140%;
}
.confSpeaker {
	font-weight: bold;
	color: #000000;
}
#conf_fee_hdr {
	background: #B2CFDF;
	color: #068898;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}
.conf_fee {
	padding: 3px;
	text-align: center;
	font-weight: bold;
}.conf_fee_ex {
	font-weight: bold;
	color: #068898;
	font-size: 16px;
}
#invite_btn {
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #068898;
	height: 25px;
	border: 1px solid #86B4CC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(media/forum_btn.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}
#invite_btn a {
	text-decoration: none;
	border-style: none;
	display: block;
	margin: 0px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 5px;
}

#invite_btn a:hover {
	text-decoration: none;
	border-style: none;
	color: #333333;
	display: block;
}
#conf_Me3 {
	float: left;
	width: 58px;
	background: #339999;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
	margin: 3px 8px 5px 1px;
}
#testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-left: 12px;
	line-height: 130%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}
