/* @update 	2016/11/28 13:35:57 */
/* PLANE MESSAGE */
#home-bar-holder .dotted-background {
	background: none;
	}

/* MAIN SECTION */
#main{
	height: 100%;
	padding: 30px 10px 0;
	width:960px;
	margin:25px auto 0;
	padding-bottom:286px;
	position:relative;
	}
	
	
/* LEFT PAGES SUBNAVIGATION */
.leftNAVIGATION {
	background: none;
	float: left;
	padding: 0 20px 5px;
	width: 150px;
	}
	.leftNAVIGATION#category { background: url(/images/css/category_arrow.gif) no-repeat left top; }
	.leftNAVIGATION ul { list-style: none; }
	.leftNAVIGATION ul li { line-height: 12px; font-size: 12px; color: #222; padding:7px 0; border-top:1px solid #ccc; }
	.leftNAVIGATION ul li.no-user-rights { color:#929292; }
	.leftNAVIGATION ul li a { display: block; color: #222; background: url(/images/css/arrow_leftnav_gray.gif) right 2px no-repeat; padding-right: 10px; }
	.leftNAVIGATION ul li a:hover { color: #C03; background: url(/images/css/arrow_leftnav_red.gif) right 2px no-repeat; text-decoration: none; }
	.leftNAVIGATION ul li.selected { font-weight: 700; }
	.leftNAVIGATION ul li.header { color: #444; font-weight: 700; }
	.leftNAVIGATION ul li ul { margin: 5px 0 0 10px; }
	.leftNAVIGATION ul li ul li { margin-bottom: 0px; }
	.leftNAVIGATION ul li.active>a {
	    background: url("/images/css/arrow_leftnav_red.gif") no-repeat scroll right 2px transparent;
	    color: #fdb813;
	    text-decoration: none;
	}
	
	/* .leftNAVIGATION ul.level-2{
		display:none;
	} */
	
	.leftNAVIGATION ul.level-2 li { font-size: 11px;color: #444;}
	.leftNAVIGATION ul.level-2 li {
	    border-left: 1px solid #CCCCCC;
	    color: #444444;
	    font-size: 10px;
	    padding-left: 7px;
		}
	.leftNAVIGATION ul.level-2 li:first-child {border-top:0px;}
	.leftNAVIGATION ul.level-2 li a {color: #444;}
	.leftNAVIGATION ul.level-2 li.active>a {
	    background: url("/images/css/arrow_leftnav_red.gif") no-repeat scroll right 2px transparent;
	    color: #fdb813;
	    text-decoration: none;
	}

/* MAIN CONTENT */
#holder_CENTRE {
	background: none;
	float: right;
	padding: 0 20px 0 21px;
	width: 698px;
	}
	#holder_CENTRE a,
	#holder_CENTRE a:visited{
		color:#416ab3;
		text-decoration:underline;
		}
	#holder_CENTRE h1 {
		font-size: 19px;
		font-weight: 400;
		margin-top: 0;
		margin-bottom: 1em;
		}
	#holder_CENTRE h2 {
		font-size: 12pt;
		font-weight: 400;
		}
	#holder_CENTRE h1 strong,
	#holder_CENTRE h2 strong,
	#holder_CENTRE h1 b,
	#holder_CENTRE h2 b{
		color: #fdb813;
		font-weight: normal;
		}
	#holder_CENTRE p {
		font-size: 14px;
		line-height: 150%;
		margin: 0.7em 0;
		}
	#holder_CENTRE strong,
	#holder_CENTRE b{
		font-weight: 700;
		color: #222;
		}
	#holder_CENTRE strong a,
	#holder_CENTRE b a,
	#holder_CENTRE a strong,
	#holder_CENTRE a b
	{
		color:#416ab3;
		font-weight:400;
		}
	#holder_CENTRE img.left{
		float:left;
		margin:0 1em 1em 0;
		}
	#holder_CENTRE img.right{
		float:right;
		margin:0 0 1em 1em;
		}
	#holder_CENTRE ul,
	#holder_CENTRE ol{
		font-size: 14px;
		line-height: 150%;
		margin: 0.7em 0 0.7em 1em;
		}
	 #holder_CENTRE ul li {
		margin-left: 1em;
		list-style-type: disc;
		line-height: 1.4em;
		}
	#holder_CENTRE ol li {
		margin-left: 1em;
		list-style-type: decimal;
		line-height: 1.4em;
		}