/* CSS Document */
html
{
   margin: 0px;
   padding: 0px;
}
body {
	font-size: 11px;
	font-family:  Verdana, Arial, Sans-Serif;
	background: #414040;
	color: #000;
	text-align: center;
	margin: 0px;
    padding: 0px;
	}
#container
{
   position: relative;
   display:block;
   margin: 0 auto; /* center on everything else */
   width: 998px;
   padding:0px;
}

/*header*/
#header {
	position: relative;
	display:block;
	width:998px;
	margin:0px;
	padding:0px;
	}
.top-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:998px;
	height:100px;
	margin:0px;
	padding:0px;
}
.bot-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:998px;
	height:103px;
	margin:0px;
	padding:0px;
}





/*main body*/

#main_body {
	position: relative;
	display:block;
	float:left;
	background:url(../images2/bg-body.gif);
	width:998px;
	margin:0px;
	padding:0px;
	left:0px;
	}
.left_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:240px;
	height:600px;
	margin:0px;
	padding:0px;
}
.ryt_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:740px;
	margin:0px;
	padding:0px;
}


/*menu*/
.menu {
	position: relative;
	float:left;
	width:206px;
	margin:0px;
	padding:0px;
	left:27px;
	text-align:left;
	top:-23px;
	}
.menu ul {
	position: relative;
	float:left;
	width:206px;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style:none;
	}
.menu li {
	position: relative;
	float:left;
	width:206px;
	height:32px;
	background:url(../images2/bg-menu.gif);
	margin:0px 0px 2px 0px;
	padding:0px;
	text-align:left;
	list-style:none;
	color:#FFFFFF;
	font-size:13px;
	text-indent:42px;
	}
.menu li a, .menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
.pad {
	position: relative;
	float:left;
	margin:7px 0px 0px 0px;
	padding:0px;
	list-style:none;
	}
.language-cont {
	position: relative;
	float:left;
	width:206px;
	margin:8px 0px 0px 0px;
	padding:0px;
	left:26px;
	text-align:center;
	}
.img-cont {
	position: relative;
	float:left;
	width:206px;
	margin:0px;
	padding:0px;
	left:26px;
	text-align:center;
	top:-10px;
	}


/*box*/
.box {
	position: relative;
	float:left;
	width:715px;
	margin:0px 0px 10px 10px;
	padding:0px;
	text-align:left;
	color:#000;
	}
.box a{
	color:#000;
	text-decoration:underline;
	}
.box a:hover{
	color:#000;
	text-decoration:none;
	}
.title-welcome {
	color:#000;
	font-size:24px;
	font-family:'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
TD.13-txt {
	font-size:13px;
	}

	


/*footer*/
#footer {
	position: relative;
	float:left;
	width:998px;
	height:80px;
	background: url(../images2/bg-footer.gif) top no-repeat;
	margin:0px;
	padding:0px;
	text-align:center;
	left:0px;
	}
.footer_txt {
	position: relative;
	color:#fff;
	font-size:10px;
	text-align:center;
	margin:0px;
	padding:0px;
	top:20px;
	}

ul.agenda {
  width:70%;
  margin-left: 15%;
}

ul.agenda li {
  margin-bottom:10px;
}
.rblue {
	color: #00F;
	font-weight: bold;
}
.rred {
	color: #E80000;
	font-weight: bold;
}
.rhead {
	font-weight: bold;
}
.rblack {
	font-weight: bold;
	color: #000;
}
.rparty {
	font-weight: bold;
	color: #000;
	font-size: medium;
}
.rtext {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.rsmal {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}


.rpartyred {
	font-weight: bold;
	color: #E80000;
	font-size: medium;
}
.bantext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}.rhigh {
	font-size: 15px;
	font-style: normal;
}
.letop {
	background-color: #FFFFB9;
	border: 2px solid #C10000;
}
