/* CSS Document */

body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	border:0;
	margin:0 auto;

}

#mbody{
	background:url(../images/bg.jpg) #EBECEE repeat-x center top;
}

p{
	margin-bottom:15px;
}
a{
	text-decoration:none;
	color:#333333;
}

a img{
	border:none;
}

a:hover{
	text-decoration:underline;
}

#topmenu ol, #topmenu ul, #topmenu li {
	list-style:none;
	margin:0px;
	padding:0px;
}

#topmenu h3{
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#wraper{
	float:left;
	width:100%;
	height:110px;
	height:auto !important;
	background:url(../images/header.jpg) no-repeat center 0px;
	margin:0 auto;
}

#header,#top,#contentwrapper,#footer{
	width:835px;
	margin:0px auto;
}

#header{
	height:67px;
	}

#header #logo {
	float:left;
	height:63px;
	width:429px;
	background:url(../images/logo.jpg) no-repeat;
}

#header #language{
	float:right;
	width:200px;
	text-align:right;
	margin-top:5px;

}

#header #logo a {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	width:100%;	
}


#top{
	background:url(../images/top.jpg) no-repeat;
	height:255px;
}

#topcontent{
	width:623px;
	height:255px;
	float:left;
}

#topmenu{
	width:211px;
	height:244px;
	float:right;
	padding-top:10px;
}

#topmenu li a{
	padding-top:6px;
	padding-left:30px;
	color:#B9DDE3;
	font-size:14px;
	line-height:20px;
	
}

#topmenu li ul li a{
	padding-top:6px;
	padding-left:45px;
	color:#B9DDE3;
	font-size:14px;
	line-height:20px;
	
}

#topmenu li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#topmenu li #active_menu{
	text-decoration:none;
	color:#FFFFFF;
	background:url(../images/activeitem.jpg) no-repeat 0px 12px;

}


#contentwrapper{
	margin-top:4px;
	margin-bottom:10px;
	height:auto;
	background:#FFFFFF;
	min-height:371px;
	
}

#content{
	padding:10px 10px 30px 30px;	
	background:#FFFFFF;
	width:583px;
}

#rightpanel{
	background:url(../images/rightgb.jpg) repeat-x ;
	margin:0px 1px 0px 0px;
	min-height:371px;
	width:191px;
	padding:10px 10px 10px 10px;	
}

#ctable{
	vertical-align:top;
}

#footer{
	margin-bottom:10px;
	text-align:right;
	font-size:10px;
}

.contentheading{
	font-size:18px;
	color:#2B636A;
	margin-bottom:0px;
	padding-bottom:0px;

}
