* {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-size: 1em;
	color: black;
}

* html table { font-size: 1em; }	/* for Win IE 5.x */

a img { border: none; }

/* ------- */

/* -- Make vertical scrollbar permanent -- */
/* -- exclude Mac IE 5.x -- */
/*\*/ 
html, body { height: 100%; }
html { min-height: 100%; margin-bottom: 1px; }	
/* */

body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 811px;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url("pageHeaderBg.gif") repeat-x 50% 0%;
}

/* ------- */

.header {
	text-indent: -9999px;
	height: 113px;
	background-image: url("wccesHeader.gif");
	background-repeat: no-repeat;
	background-position: 0 13px;
}

/* ------- */

.skipTo {
	/* hide */
	position: absolute;
	top: 0;
	left: -9999px;
	margin-left: -9999px;
}

/* ------- */

.modified {
	width: 811px;
	position: absolute;
	top: 113px;
	left: 0;

	font-size: 1.2em;
	margin-top: .25em;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	text-align: right;
	border-bottom: 1px dotted #000000;
}

/* ------- */

.menu {
	position: absolute;
	margin-top: 3.5em;
	top: 113px;
	left: 0;
	width: 185px;
	overflow: hidden;
}

/* ------- */

.footer {
	margin-top: 2em;
	width: 185px;
}

/* ------- */

.content {
	position: absolute;
	margin-top: 2.5em;
	top: 113px;
	left: 185px;
	width: 626px;
}

/* ------- */

.menu h2 {
	/* hide */
	position: absolute;
	top: 0;
	left: -9999px;
	margin-left: -9999px;
}

.menu li {
	width: 165px;
	list-style: none;
}

.menu li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000000;
	font-size: 1.4em;
}
* html .menu li a { height: 1%; }

.menu li a.current {
	padding-left: 5px;
	color: #197DC0;
	border-left: 5px solid #197DC0;
}

.menu li.open a {
	color: #000000;
	padding-left: 5px;
	border-left: 5px solid #E6E6E6;
}

.menu li li a,
.menu li.open li a {
	font-size: 1.3em;
	padding-left: 10px;
	border-left: 5px solid #E6E6E6;
}

.menu li li a.current,
.menu li.open li a.current {
	padding-left: 10px;
	color: #197DC0;
	border-left: 5px solid #197DC0;
}

.menu li a:focus,
.menu li a:hover,
.menu li a:active {
	color: #197DC0;
}

/* ------- */

.footer {
	width: 150px;
	font-size: 1.2em;
	line-height: 1.2;
}

.footer .contact {
	margin-bottom: 0.5em;
}

.footer .contact a { color: #197DC0; }

.footer .host,
.footer .design,
.footer .copyright {
	color: #B2B2B2;
}

.footer .host a,
.footer .design a {
	color: #B2B2B2;
	font-weight: bold;
	text-decoration: none;
}

.footer .copyright {
	margin-top: 0.5em;
}

/* ------- */

.content {
	font-size: 1.4em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.content h1 {
	font-size: 1.4em;
	color: #197DC0;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #0D3F60;
}

.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	text-decoration: none;
	color: #0D3F60;
}

.content h2 {
	font-size: 1.2em;
}

.content h3 {
	font-size: 1.1em;
}

.content h4 {
	font-size: 1.0em;
}

.content p,
.content ul,
.content ol,
.content address,
.content table {
	margin-bottom: 1em;
}

.content address {
	font-style: italic;
}

.content ul,
.content ol {
	list-style-position: outside;
	margin-left: 30px;
}

.content li {
	margin-bottom: 0.75em;
}

.content li p {
	margin-bottom: 0.5em;
}

.content li ul,
.content li ol {
	margin-top: 0.25em;
}

.content table {
	width: 95%;
}

.content table,
.content td,
.content th {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.content td,
.content th {
	padding: 0.1em;
}

.content a {
	color: #197DC0;
}

.content a img {
	border: none;
}

.content blockquote {
	margin-left: 30px;
	margin-right: 10px;
}

.content cite {
	display: block;
	text-align: right;
}

.content .side {
	float: right;
	margin-left: 10px;
}

/* ------- */

.content .memberList {
	margin: 0;
	list-style: none;
	overflow: hidden;
}

* html .content .memberList {
	overflow: visible;
	height: 1%;
}

.content .memberList li {
	width: 300px;
	display: inline;
	position: relative;
	padding-top: 2.25em;
}

.content .memberList li.even {
	float: left;
	clear: left;
}

.content .memberList li.odd {
	float: right;
	clear: right;
}

.content .memberList li h3 {
	font-size: 1em;
}

.content .memberList li * { margin-left: 12px; margin-right: 12px; }
.content .memberList li * * { margin-left: 0; margin-right: 0; }

.content .memberList li h3 em {
	position: absolute;
	top: 0;
	left: 0;
	width: 276px;
	padding: 5px 12px;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

.memberList .cu em { background-image: url(flags/Cuba.gif); }
.memberList .fr em { background-image: url(flags/France.gif); }
.memberList .au-nz em { background-image: url(flags/Au-NZ.gif); }
.memberList .uk em { background-image: url(flags/UnitedKingdom.gif); }
.memberList .bg em { background-image: url(flags/Bulgaria.gif); }
.memberList .cn em { background-image: url(flags/China.gif); }
.memberList .tw em { background-image: url(flags/Taiwan.gif); }
.memberList .id em { background-image: url(flags/Indonesia.gif); }
.memberList .eu em { background-image: url(flags/EU.gif); }
.memberList .hk em { background-image: url(flags/HongKong.gif); }
.memberList .in em { background-image: url(flags/India.gif); }
.memberList .ph em { background-image: url(flags/Philippines.gif); }
.memberList .us em { background-image: url(flags/USA.gif); }
.memberList .ca em { background-image: url(flags/Canada.gif); }
.memberList .cz em { background-image: url(flags/TheCzechRepublic.gif); }
.memberList .nl em { background-image: url(flags/Netherlands.gif); }
.memberList .nl-vl em { background-image: url(flags/Netherlands-Flanders.gif); }
.memberList .gr em { background-image: url(flags/Greece.gif); }
.memberList .hu em { background-image: url(flags/Hungary.gif); }
.memberList .il em { background-image: url(flags/Israel.gif); }
.memberList .jp em { background-image: url(flags/Japan.gif); }
.memberList .kr em { background-image: url(flags/SouthKorea.gif); }
.memberList .no em { background-image: url(flags/Norway.gif); }
.memberList .pl em { background-image: url(flags/Poland.gif); }
.memberList .ru em { background-image: url(flags/Russia.gif); }
.memberList .de em { background-image: url(flags/Germany.gif); }
.memberList .it em { background-image: url(flags/Italy.gif); }
.memberList .ar em { background-image: url(flags/Argentina.gif); }
.memberList .es em { background-image: url(flags/Spain.gif); }
.memberList .mx em { background-image: url(flags/Mexico.gif); }
.memberList .br em { background-image: url(flags/Brazil.gif); }
.memberList .za em { background-image: url(flags/SouthAfrica.gif); }
.memberList .tr em { background-image: url(flags/Turkey.gif); }
.memberList .ua em { background-image: url(flags/Ukraine.gif); }

/* ------- */

.content .newsItem,
.content .notice,
.content .event {
	margin-bottom: 2em;
	overflow: hidden;
}

* html .content .newsItem,
* html .content .notice,
* html .content .event	{
	overflow: visible;
	height: 1%;
}

.content .newsItem h2,
.content .notice h2,
.content .event h2 {
	background-color: #E6E6E6;
	padding: 5px 15px;
	margin-left: 0;
}

.content .newsItem img,
.content .notice img,
.content .event img {
	float: right;
}

.content .newsItem *,
.content .notice *,
.content .event * { margin-left: 15px; }

.content .newsItem * *,
.content .notice * *,
.content .event * * { margin-left: 0; }


.content .newsItem ul,
.content .newsItem ol,
.content .notice ul,
.content .notice ol,
.content .event ul,
.content .event ol {
	list-style-position: outside;
	margin-left: 40px;
}

/* ------- */

.content .location,
.content .dateTime {
	font-size: 0.8em;
	font-weight: bold;
	color: #696969;
	line-height: 1.1;
}

.content .dateTime {
	margin-bottom: 0;
}

/* ------- */

.content .sideImage {
	display: inline;
	float: right;
	margin-left: 35px;
	margin-bottom: 35px;
}

/* ------- */

.content a span.icon {
	/* hide */
	position: absolute;
	top: 0;
	left: -9999px;
	margin-left: -9999px;
}

.content a.pdf {
	line-height: 34px;
	padding: 17px 0 17px 35px;
	background: #FFFFFF url(iconPDF.gif) no-repeat 0 50%;
}

/* ------- */

.content .fileList {
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.content .fileList li {
	list-style: none;
	display: inline;
	float: left;
	width: 200px;
}

.content .fileList a {
	display: block;
	line-height: 1;
}

/* ------- */

.content .important {
	padding: 10px;
	background-color: #E6E6E6;
	border: 1px solid #000000;
}

.content div.important {
	padding: 0;
	background-color: #FFD7B2;
	border: 1px solid #FF7C00;
	margin-bottom: 1em;
}

.content div.important * {
	margin-left: 10px;
	margin-right: 10px;
}

.content div.important * * {
	margin-left: 0;
	margin-right: 0;
}

.content div.important h2 {
	background-color: #FF7C00;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-left: 0;
	margin-right: 0;
}

/* ------- */

.content .block {
	width: 200px;
	min-height: 265px;
	margin-right: 13px;
	margin-bottom: 2em;
	padding: 0;
	border: none;
	display: inline;
	float: left;
	position: relative;
}
* html .content .block {
	padding-bottom: 0;
	height: 265px;
}

.content .block * { margin-left: 13px; margin-right: 5px; }
.content .block * * { margin-left: 0; margin-right: 0; }

.content .block h2 {
	margin-left: 0;
	margin-right: 0;
	padding: 0.2em 5px 0.1em 13px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

.content .block .teaser,
.content .block .more {
	font-size: 0.929em;
}

.content .block .teaser img {
	float: right;
}

.content .block .all {
	/*\*/
	position: absolute; 
	left: 0;
	top: 100%;
	/**/
	padding: 5px 7px 0.5em 13px;
	margin: 0;
	width: 180px;
}

/* ------- */

.content .societies {
	background-color: #FFD7B2;
}

.content .societies h2 {
	background-color: #FF7C00;
}

.content .societies img {
	margin: 20px 0 0 10px;
}

.content .societies .all {
	background: #FFD7B2 url(orangeLineDot.gif) repeat-x;
}

/* ------- */

.content .news {
	background-color: #B2EAB2;
}

.content .news h2 {
	background-color: #00BB01;
}

.content .news .all {
	background: #B2EAB2 url(greenLineDot.gif) repeat-x;
}

/* ------- */

.content .events {
	margin-right: 0;
	background-color: #B2EBE3;
}

.content .events h2 {
	background-color: #00BDA2;
}

.content .events .all {
	background: #B2EBE3 url(blueLineDot.gif) repeat-x;
}

/* ------- */

.content .host {
	font-size: 0.9em;
	clear: both;
	padding-top: 1em;
	text-align: center;
}

.content .host p {
	margin-bottom: 0.5em;
}