/**************** folder_header *****************/

div#folder_header {
	height:20px;
	width:100%;
	background-image: url(../images/template/folder_heading_bar_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#2873c7;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	div#folder_header p {
		color:#ffffff;
		font-size:11px;
		font-family:Arial;
		font-weight:bold;
		padding:5px 0px 0px 12px;
	}


/******************** page_banner **********************/
div#page_banner {
	/*background-image: url(../images/page_banner/sample_page_banner.jpg);*/
	background-repeat:no-repeat;
	height:145px;
	width:100%;
	margin:1px 0px 0px 0px;	
	padding:0px 0px 0px 0px;
}
	div#page_banner p {
		font-family:Century Gothic;
		font-size:26px;
		color:#ffffff;
		padding:104px 0px 0px 15px;
		margin:0px 0px 0px 0px;	
		width:590px;
		vertical-align:text-bottom;
	}


/*************************** left_col **********************/
div#left_col {
	width:200px;
	display:block;
	float:left;
	background-image: url(../images/template/left_col_bg.gif);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	margin:1px 0px 0px 0px;
}

	#left_col .left_col_bottom {
		clear:both;
		background-image: url(../images/template/left_col_bottom.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		width:100%;
		height:8px;
	}


/***************************** right_col *************************/
div#right_col {
	width:753px;
	display:block;
	float:right;
	margin:1px 0px 0px 0px;
}

	#right_col p.page_heading  {
		font-size:22px;
		color:#2b5939;
		font-family:Arial;
		margin:13px 0px 0px 0px;
		width:440px;
		float:left;
	}
	
	#right_col .select_box {
		float:right;
		display:block;
		margin:20px 0px 0px 0px;
		padding:0px 10px 0px 0px;
	}

/***************************** right_col -> content area ***************/

#right_col #content_area {
	background-image: url(../images/template/content_bg.gif);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	border-left:1px solid #eff3f2;
	border-right:1px solid #eff3f2;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	clear:both;
}

	#content_area h2 
	{
		font-size:14px;
		text-align:center;
	}

	#content_area p {
		padding:3px 5px 3px 10px;
		text-align:justify;
	}
	
	#content_area div.section_heading {
		background-image:url(../images/template/section_heading_bg.gif);
		background-repeat:repeat-y;
		background-color:#1899e0;
		height:22px;
		display:block;
		font-family:Arial;
		font-size:13px;
		font-weight:bold;
		color:#ffffff;
		padding:4px 0px 0px 11px;
		border-top:4px solid #0074d0;
		clear:both;
	}


	#content_area div.section_subheading {
		background-image:url(../images/template/section_subheading_bg.gif);
		background-repeat:repeat-y;
		height:21px;
		display:block;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		padding:4px 0px 0px 11px;
		border-top:1px solid #ffffff;
		clear:both;
	}
	

	#content_area div.section_text_box {
		padding:10px 22px 10px 22px;
		clear:both;
		text-align:justify;
		width:700px;
	}
	
	
	#content_area div.section_text_box ul {
		margin:0px 0px 0px 15px;
		padding:5px 0px 5px 0px;
		list-style:none;
		line-height:18px;
		list-style-image:url(../images/template/arrow.gif);
	}
	
	#content_area div.section_text_box_img {
		display:block;
		float:left;
		width:82px;
	}
	
	#content_area div.section_text_box_img  img {
		padding:0px 0px 10px 0px;
	}
	
	#content_area div.section_text_box_text {
		display:block;
		float:left;
		padding:0px 0px 0px 10px;
		width:600px;
		text-align:justify;
	}
	
	#content_area .grey_text {
		color:#464646;
	}
	
	#content_area .red_text {
		color:#FF0000;
	}
	
	#content_area img.grey_border 
	{
		border:1px solid #b4b4b4;
	}


/******************* backtotop ***********************/
.toTop {
	background-image: url(../images/template/btn_backtotop_eng.gif);
	background-repeat:no-repeat;
	width:89px;
	height:15px;
	display:block;
	float:right;
	clear:both;
	padding:0px 5px 0px 0px;
	margin:10px 0px 20px 0px;
}