/* START: Reset CSS  */
* {
	margin: 0; 
	padding: 0; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #808080;
}

fieldset, img, abbr, acronym {  
	border: 0; 
}

ol, ul { 
	list-style: none; 
}

.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
} 

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
	padding: 0;
} 
/* END: Reset CSS */

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -195px;
	margin-left: -389px;
	width: 778px;
	height: 395px;
	font-size: 1em;
}

#container #mainContent {
	float: left;
	width: 234px;
	text-align: left;
	margin: 0 43px 0 0;
}

#container #mainContent img.logo { margin: 0 0 13px 18px }

#container #mainContent h1 { display: none }

#container #mainContent p {
	margin: 0 0 13px;
	padding: 0 13px 0 0;
}

#container #mainContent ul.nav {
	position: relative;
	height: 13px;
	margin: 0 0 17px 18px;
}

#container #mainContent ul.nav li.level {
	float: left;
	font-weight: normal;
	color: #808080;
	padding: 0 9px 0 0; 
}

#container #mainContent ul.nav li.levelEn {
	float: left;
	font-weight: normal;
	color: #808080;
	padding: 0 10px 0 0; 
}

#container #mainContent ul.nav .last { padding: 0 }

#container #mainContent ul.nav li a { color: #808080; text-decoration: none }
#container #mainContent ul.nav li a:hover { color: #1a1a1a; text-decoration: none }

#container #mainContent ul.subNav, #container #mainContent ul.subNavInfo {
	position: absolute;
	left: 13px;
	top: 73px;
	width: 222px;
}

#container #mainContent ul.subNavInfo {
	width: 250px;
}

#container #mainContent ul.subNav li.subLevel, #container #mainContent ul.subNavInfo li.subLevel {
	float: left;
	font-weight: normal;
	color: #808080;
	padding: 0 6px;
	border-right: 1px solid #b9babc;
	margin: 0 0 2px 0;
	white-space: nowrap;
}

#container #mainContent ul.subNav li.subLevel a, #container #mainContent ul.subNavInfo li.subLevel a { color: #808080; text-decoration: none }
#container #mainContent ul.subNav li.subLevel a:hover, #container #mainContent ul.subNavInfo li.subLevel a:hover { color: #1a1a1a; text-decoration: none }

#container #mainContent p.projects {
	margin: 0 0 37px 0;
}

#container #mainContent .events {
	margin: 0 0 6px 0;
	color: #808080;
}

#container #mainContent .events p {
	margin: 9px 0 0 0;
}

#container #mainContent .events h2 {
	font-weight: normal;
	color: #1a1a1a;
}

#container #mainContent .events h2 a { 
	color: #1a1a1a;
	text-decoration: none;
}

#container #mainContent .events h2 a:hover {
	text-decoration: underline;
}

#container #mainContent .contact  {
	padding: 0;
	color: #808080;
	/*padding: 0 0 0 18px;*/
}

#container #mainContent .contact .web {
	color: #808080;
	margin: 50px 0 17px 0;
}

#container #mainContent .contact a { 
	color: #4D4D4D;
	text-decoration: none;
}

#container #mainContent .contact a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

#container #sideContent {
	float: right;
	width: 500px;
	text-align: right;
}

#container #sideContent .nav {
	width: 500px;
}

#container #sideContent .nav span {
	float: right;
	display: block;
	color: #b9babc;
	padding: 0 3px;
	margin: 6px 0 0 0;
}

#container #sideContent .nav span:first-child { border: 0 }

#container #sideContent .nav span a {
	color: #888;
	text-decoration: none;
	font-weight: normal;
}

#container #sideContent .nav span a:hover {
	color: #282828;
	text-decoration: none;
	font-weight: normal;
}

#container #sideContent .nav .selected a {
	color: #282828;
	text-decoration: underline;
	font-weight: normal;
}

/* xxx_bisi two rules for .selected */
#container #mainContent ul.nav li.level a.selected, #container #mainContent ul.nav li.levelEn a.selected, #container #mainContent ul.subNav li.subLevel a.selected, #container #sideContent #numbers a.selected {
	color: #1a1a1a;
	text-decoration: none;
}

#container #sideContent #numbers a.selected {
	text-decoration: underline;
}

#container #mainContent .list {
	color: #1A1A1A;
}

/* xxx_bisi menu update */
.scroll-track {
	height: 10px;
	width: 3px;
	background-color: #E6E6E6;
	margin-right: 15px;
}

.scroll-handle {
	height: 10px;
	width: 3px;
	background-color: #B3B3B3;
	cursor: pointer;
}

.tablemenu {
	width: 230px;
	margin-left: 6px;
	margin-bottom: 12px;
}

.tablemenu img {
	margin-top: 2px;
}

.tablesubmenusi {
	margin: 5px 0 12px 19px;
}

.tablesubmenuen {
	margin: 5px 0 12px 19px;
	width: 225px;
}

.tablesubmenusi td, .tablesubmenuen td {
	padding: 0 6px;
	border-right: 1px solid #b9babc;
}

#submenufirst {
	padding: 0 6px 0 0;
}

.tablemenu a, .tablesubmenusi a, .tablesubmenuen a {
	color: #808080;
	text-decoration: none;
}

.tablemenu a:hover, .tablesubmenusi a:hover, .tablesubmenuen a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

#container #mainContent .tablemenu a.selected, #container #mainContent .tablesubmenusi a.selected, #container #mainContent .tablesubmenuen a.selected, #container #mainContent #submenu a.selected {
	color: #1a1a1a;
	text-decoration: none;
}