body{
	background-color:#F2F2F2;
}

#top{
	
	clear:right;
	width:100%;	
	height: 76px;


	}

#left{
	background-color:#F2F2F2;
	float:left;
	width:27%;
	
	}

#right{
	/*background-color:green;*/
	float:left;
	width:73%;
	
	border-left: 1px dashed #B0B0B0;
	margin-left:-1px;
	margin-left:expression("0px");
	}
#bottom{
	background-color:#003366;
	width:100%;
	font-family:sans-serif;
	color:white;
	font-size:.6em;
	font-weight:bold;
	padding-left:12px;
	line-height:2em;

	}
#langSection{
	height: 54px;	
	background-color:#003366;
	text-align:right;
	font-family:sana-serif;
	color:white;
}
#titleSection{
	height: 54px;	
	background-color:#003366;

}

#greyBar{
	height:8px;
	background-color:#B0B0B0;
	line-height:1pt;
}
#yellowBar{
	
	height:8px;
	background-color:#FFCC00;
	line-height:1pt;

}

#topNav{
	height:24px;
	background-color:#003366;
	/*margin-bottom:1px;*/
	border-bottom:1px white solid;
	position:relative;
	z-index:2;
	clear:both;	
}

#topLogo{
	float:left;
	width: 27%;
	height:76px;
	background-image: url("../img/bkgrnd-wave.gif");
	position:relative;
	z-index:10;
	text-align:center;
}


#topRight{
	float:left;
	width:73%;
	height:76px;
	background-image: url(../img/bkgrnd-wave.gif);
	position:relative;
	z-index:1;
}
#separator{
	width:100%;
	border-bottom:1px dashed #B0B0B0;
	height:30px;
	
}
.menuItem{
	padding:6px;
	font-family:sans-serif;
	font-weight:bold;
	font-size: .7em;
	display:block;
	border-left:8px solid #F2F2F2;
	display:block;
	text-decoration:none;
	color: black;

	
	
}
.menuItem_hover{
padding:6px;
	font-family:sans-serif;
	font-weight:bold;
	font-size: .7em;
	display:block;
	text-decoration:none;
	color: black;

	border-left:8px solid #FFCC00;
	background-color:#B0B0B0;

	display:block;
	

}

.menuItem_active{
	text-decoration:none;
	padding:6px;
	font-family:sans-serif;
	font-weight:bold;
	font-size: .7em;
	display:block;

	border-left:8px solid #FFCC00;
	color:white;
	background-color:#003366;
	
	
}
.menuMarker{
	width:8px;;
	float:left;
	background-color:#FFCC00;
	height:2.7em;
	
}
#navTbl{
	width:100%;
}
#navTbl * td{ 
	border-bottom:1px dashed #B0B0B0;
}
#textBlock{
	padding:20px;
	background-color:white;
	line-height:1.3em;
	
}
p,ul,ol{
	text-align:justify;
	font-family:sans-serif;
	font-size:.8em;
}
h1{
	font-family:sans-serif;
	font-size:1em;
}
h2{
	font-family:sans-serif;
	font-size:1em;
}
li{
	font-family:sans-serif;
}
