@import url(FCE.css);

html,body {
	height:100%;
	margin:0px auto;
	padding:0;
	z-index:0;
}

* html div.wrapper_all{
	height:100%;
}


body{
	margin:0px auto;
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:23px;
	color:#5a5a5a;
	background:url(../site_images/body_background.gif) repeat-x top;
}

#clearfooter{
	clear:both;
	height:0px;
	display:block;
	width:100%;
}


div>p {margin:0}

p {margin:0}

/*****************************************************/
img{
	border:0;
	margin:0;
	padding:0;
}

.clearing{
	clear:both;
	height:0;
	visibility:hidden;
}


a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}


h1{
	font-size:18px;
	font-weight:Bold;
	color:#000;
	border-bottom:1px solid #000;
	margin:0 0 0 0;
	width:659px;	
	padding:0 0 13px 15px;
	background:url(../site_images/header_pointer.gif) no-repeat left 8px;
}

h2, h3, h4{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	font-weight:bold;
	color:#000;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

h3{
	font-size:12px;
}
.wrapper_all{
	margin:0px auto;
	padding:0px;
	float:left;
	top:0px;
	height:auto;
	min-height:100%;
	width:100%;
	z-index:0;
}


	.wrapper_centering{
		float:left;
		width:920px;
		border-right:25px solid #fff;
		border-left:5px solid #fff;
	}
	
	
	.wrapper_head{
		float:left;
		width:920px;
		height:83px;
	}
	
		.LOGO{
			float:left;
		}
		
		.META{
			float:right;
		}
		
			.META ul, .META li{
				float:left;
				margin:0 0 0 0;
				padding:0 0 0 0;
				list-style:none;
			}
			
			.META a{
				float:left;
				display:block;
				padding:0px 4px 0px 4px;
			}
			
	.wrapper_left{
		float:left;
		width:188px;
		background:url(../site_images/wrapper_left_background.gif) repeat-y;
		padding:0px 18px 195px 40px;
	}
	
		.MENU_LEFT{
			float:left;
			padding-left:4px;
		}
		
			.MENU_LEFT ul, .MENU_LEFT li{
				float:left;
				margin:0 0 0 0;
				padding:0 0 0 0;
				list-style:none;
			}
			
			.MENU_LEFT a{
				display:block;
				float:left;
				padding:5px 0px 5px 10px;
				width:170px;
				border-bottom:1px solid #000;
				font-size:12px;
				font-weight:bold;
			}
			
			.MENU_LEFT .ACT a{
				color:#e85311;
				background: url(../site_images/menu_pointer.gif) no-repeat left center;
			}
			
				.MENU_LEFT .LEV2 {
					width:160px;
					padding:0px 10px 0px 10px;
				}
				
				.MENU_LEFT .LEV2 a{
					width:130px;
					font-size:11px;
					padding:5px 10px 5px 20px;
				}

				.MENU_LEFT .LEV3 {
					width:140px;
					padding:0px 10px 0px 10px;
				}
				
				.MENU_LEFT .LEV3 a{
					width:110px;
					font-size:10px;
					padding:5px 5px 5px 25px;
				}
				
				
				.MENU_LEFT #last_menu_left a{
					border:none;
				}
	
	.wrapper_right{
		float:left;
		width:674px;
		padding-top:5px;
	}
	
		.CONTENT{
			float:left;
			width:674px;
			background:#fff;	
			padding-bottom:40px;		
		}
		
		p.bodytext a{
			background:url(../site_images/link_pointer.gif) no-repeat left 5px;
			padding-left:10px;
		}
		
		div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
			border:1px solid #e85311;
		}
		
		p.bodytext{
			padding-top:10px;
		}
	
		.CONTENT .CONTENT_ELEMENT{
			padding-bottom:25px;
			width:674px;
			float:left;
			* float:none;
		}
		
