	html{
	background:#020a0d;
	margin:0;
	}
	
	body{
	margin:0;
	padding:0;
	background:url(images/bg1.jpg) top repeat-x;
	}
	
	#wrapper{
	margin:0 auto;
	padding:0;
	}
	
	#menuContainer{
	margin:0 auto;
	width:1000px;
	height:42px;
	background:url(images/mbg.jpg) top repeat-x;
	}
	
	#bodyContainer{
	width:1000px;
	margin:0 auto;
	height:579px;
	background:url(images/pageBg.jpg) top no-repeat;
	}
	
	#bodyContainerInner{
	width:1000px;
	margin:0 auto;
	height:129px;
	background:url(images/pageBg_inner.jpg) top no-repeat;
	}
	
		#boxLeft{
		width:548px;
		float:left;
		}
		
			#logo{
			width:255px;
			height:107px;
			margin:0;
			padding-left:70px;
			padding-top:15px;
			}
			
			#boxContainer{
			width:437px;
			height:144px;
			margin-top:30px; 
			padding:0;
			float:right;
			}
			
			
		
		#boxRight{
		width:430px;
		float:right;
		padding-top:30px;
		}
		
	
	#contentContainer{
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	background:#020a0d url(images/bodyBg.jpg) top no-repeat;
	}
	
	#contentContainerInner{
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	background:#020a0d url(images/bodyBgInner.jpg) top no-repeat;
	}
	
	
	#footerContainer{
	width:1000px;
	height:63px;
	margin:0 auto;
	background:url(images/footerBg.jpg) top repeat-x;
	}
	
	.clear{
	clear:both;
	}
	
	.menuText{
	font-family:arial;
	color:#fff;
	font-size:12px;
	}
	
		.menuText ul{
		margin:0;
		padding:0;
		}
		
		.menuText li{
		list-style:none;
		float:left;
		display:block;
		color:#fff;
		width:100px;
		}
		
			.menuText li a{
			list-style:none;
			display:block;
			padding:5px 2px;
			color:#fff;
			text-decoration:none;
			height:30px;
			}
			
			.menuText li a:hover{
			padding:5px 2px;
			color:#fff;
			text-decoration:none;
			background:url(images/hover.jpg) top repeat-x;
			height:30px;
			}
			
		.slogan{
		padding-left:70px;
		padding-top:20px;
		font-family:arial;
		font-size:30px;
		color:#f9f9f9;
		font-weight:bold;
		}
		
		.slogan span{
		font-family:arial;
		font-size:25px;
		padding-left:60px;
		color:#63a732;
		font-weight: normal;
		}
		
		.news{
		font-family:"Trebuchet MS";
		color:#f9f9f9;
		font-size:13px;
		width:400px;
		height:140px;
		margin:0 auto;
		}
		
		.news p{
		padding:0 0 10px 0;
		margin:0;
		}
		
		.news h2{
		font-family: arial;
		color:#63a732;
		font-size:18px;
		padding-top:10px;
		border-bottom:1px solid #393939;
		}
		
		.news a{
		color:#baf118;
		text-decoration: underline;
		}
		
		.news a:hover{
		color:#ffff;
		text-decoration:none;
		}
		
		.boxL{
		width:180px;
		height:144px;
		float:left;
		font-family:"Trebuchet MS";
		color:#07151e;
		font-size:13px;
		padding-left:10px;
		overflow:hidden;
		}
		
		.boxL p{
		padding:0 0 10px 0;
		margin:0;
		}
		
		.boxL h2{
		font-size:20px;
		font-family:arial;
		font-weight:bold;
		margin:0;
		padding:20px 0 5px 0;
		}
		
			.boxL a{
			text-decoration:none;
			font-weight:bold;
			color:#07151e;
			padding:3px;
			}
			
			.boxL a:hover{
			text-decoration: none;
			font-weight:bold;
			color:#0A1C28;
			background:#90CB0D;
			padding:3px;
			}
			
		.boxR{
		width:180px;
		height:144px;
		float:left;
		font-family:"Trebuchet MS";
		color:#07151e;
		font-size:11px;
		padding-left:10px;
		margin-left:50px;
		overflow:hidden;
		}
		
		.boxR p{
		padding:0 0 10px 0;
		margin:0;
		}
		
			.boxR h2{
			font-size:20px;
			font-family:arial;
			font-weight:bold;
			margin:0;
			padding:20px 0 5px 0;
			}
		
			.boxR a{
			text-decoration:none;
			font-weight:bold;
			color:#07151e;
			padding:3px;
			}
			
			.boxR a:hover{
			text-decoration: none;
			font-weight:bold;
			color:#0A1C28;
			padding:3px;
			background:#90CB0D;
			}
			
		.content{
		font-family:"Trebuchet MS";
		color:#a1a1a1;
		font-size:14px;
		text-align:justify;
		padding:30px;
		text-shadow:#071a21;
		}
			.content a{
			color:#BAF118;
			text-decoration:none;
			}
			
			.content a:hover{
			color:#fff;
			text-decoration:underline;
			}
		
		.content h2{
		font-family:arial;
		color:#fff;
		font-size:25px;
		}
		
		.content h2 span{
		font-family:arial;
		color:#63a732;
		font-size:25px;
		}
		
		.postmetadata a{
		color:#BAF118;
		text-decoration:none;
		}
		
		.postmetadata a:hover{
		color:#fff;
		text-decoration:underline;
		}
		
		
		.footerText{
		font-family:arial;
		color:#a1a1a1;
		font-size:12px;
		text-align:center;
		padding-top:20px;
		padding-bottom:10px;
		}
		.footerText ul{
		
		padding-bottom:10px!important;
		}
		.footerText li{
		
		/*border-right:1px solid #999999;*/
		}
		.footerText a{
		font-family:arial;
		color:#a1a1a1;
		text-decoration:none;
		
		padding-left:6px;
		padding-right:6px;
		}
		
		.footerText a:hover{
		font-family:arial;
		color:#a1a1a1;
		text-decoration:underline;
		}
		.footerText ul{
		margin:0 auto;
		padding:0;
		text-align:center;list-style:none
		}
		
		.footerText li{
		list-style:none;
		display:inline;
		line-height:5px;
		}
		
		.footerText li a{
		list-style:none;
		display:inline;
		text-decoration:none;
		font-family:arial;
		color:#a1a1a1;
		font-size:12px;
		}
		
		.footerText li a:hover{
		list-style:none;
		font-size:12px;
		text-decoration:underline;
		font-family:arial;
		color:#fff;
		
		}
		
		.menuText .current_page_item a
		{
		padding:5px 2px;
		color:#fff;
		text-decoration:none;
		background:url(images/active_menu.jpg) top repeat-x;
		height:30px;
		}
		
		#bodyContainer_inner
		{
		background:transparent url(images/pageBg2.jpg) no-repeat scroll center top!important;
		height:579px;
		margin:0 auto;
		width:1000px;
		}
		
#the_ex_bodycontent {
color:#A1A1A1;
padding:30px;
position:absolute;
top:250px;
width:950px;
}		

#bgbodyautomate
{
visibility:hidden;
top:150px;
position:absolute;
background-color:#08151B;
width:100px;
height:500px;
z-index:-1;
}

#footerContrainer
{
visibility:hidden;
background-image:url(images/footerBg.jpg);
background-repeat:repeat-x;
width:100%;
}
		
.separator
{
background-image:url(images/menu_separator.jpg);
background-position:left top;
background-repeat:no-repeat;
}		

.footerText li.separator {
background-image:url("images/menu_separator.jpg");
background-position:left center;
background-repeat:no-repeat;
padding-bottom:5px;
padding-top:5px;
}
