html,body{

	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#ffffff;
	color:#666666;

}

div{
	margin:0px;
	padding:0px;
}
#container{
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
}
#header {
	width:100%;
}
#headerInner{
	width:768px;
	margin:0px auto;	
	padding:0px 0px 0px 0px;
	background:url(/images/BG_Bar_top.jpg) no-repeat top left;
}
#secondaryNavBar{
height:18px;}
#headerInner p{
	margin:0px;
	}
#content {
	width:100%;
	height:100%;
	margin:0px auto;
	padding-bottom:0px;
	background:#ffffff;

}
#contentInner_L{
	width:768px;
	height:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:url(/images/pageBG.gif) repeat-y top left;
	/*background: #f0f0f0 url(/images/menuBot.gif) no-repeat bottom left;*/
	/*border:1px solid red;*/
}
#contentInner_R{
	width:768px;
	height:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:none;
	/*background: url(/images/rightBot.gif) no-repeat bottom right;*/
	/*border:1px solid green;*/
}

.logo{
margin-top:39px;}

#secondaryNavBar{
display:none;
}


#mainMenu{
display:hidden;
}


#leftColl{
display:none;
}

#centerColl{
}


#titleColl{
display:none;}


#mainColl{
}
#rightColl{
background:none;}

#langSelect{
display:none;
}
#newsEvents{
font-size:90%;

}
#newsEvents a{color:#828282;
text-decoration:none;}
#newsEvents p{
color:#0071a7;
font-size:130%;
font-weight:bold;
}
.newsDate{
color:#0071a7;
font-weight:bold;
display:block;


}
.newsItem{
padding-bottom:10px;
}
.newsItem img{
float:right;
padding-left:5px;
display:none;}

#footer {
	display:none;
}
	
.left{float:left;}
.right{float:right;}

.clearer{
clear:both;
height:0px;
line-height:0px;
/*visibility:hidden;*/
}

h6{
font-size:26px;
font-weight:bold;
padding-top:15px;
padding-bottom:15px;}

