/*******************************************************************************/
/************					CSS Style Begining					************/
/*******************************************************************************/

body {
	background:#d3d3d3 url(images/body_Bg.jpg) no-repeat scroll top center;
	margin:0 auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#717171;
	line-height:18px;
}

* {
	margin:0px;
	padding:0px;

}

/************						Links							************/

a, a:link, a:visited {
	color: #323232;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/************						Hedding							************/

h1, h2, h3, h4, h5, h6 {
	color: #323232;
	font-weight:bold;
}

h1 {
	font-size:16px;
	margin-bottom:17px;

}

h2 {
	font-size:13px;
	margin-bottom:17px;
}

h3 {
	font-size:12px;
	margin-bottom:10px;
}

/***********						CkearFix						***********/

div.clear {
	background:transparent none repeat scroll 0%;
	border:medium none;
	clear:both;
	font-size:0.1px;
	height:1px;
	margin-top:-1px;
	padding:0pt;
}  

/***********						Page Begining					***********/

div#Pg {
	width:860px;
	position:relative;
	margin:52px auto 0;
}

/***********						Header							***********/

div#Hd {
	background:transparent url(images/Hd.jpg) no-repeat scroll top center;
	width:860px;
	height:213px;
	position:relative;
}

div#Hd .Lang {
	width:275px;
	height:20px;
	top:-31px;
	left:587px;
	text-align:center;
	position:absolute;
	text-transform:uppercase;
	color:#323232;
}

div#Hd .Lang span {
	color:#DCDDDE;
	font-size:10px;
	line-height:0;
	padding:0 5px;
}

div#Hd .Lang a, div#Hd .Lang a:link, div#Hd .Lang a:visited, div#Hd .Lang a:hover {
	color:#717b81;
}

div#Hd .Flash {
	background:transparent url(images/Hd_Img.jpg) no-repeat scroll top center;
	width:558px;
	height:206px;
	top:7px;
	position:absolute;
	left:302px;
}

/***********						Menu							***********/

div#MM {
	width:860px;
	height:52px;
	position:relative;
	color:#323232;
	background:transparent url(images/MM_Bg.jpg) no-repeat scroll top left;
}

div#MM ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	display:block;
	top:17px;
	left:22px;
	width: 824px;
}

div#MM li {
	background:transparent url(images/MM_Li_Bg.png) no-repeat scroll top left;
	float:left;
	padding:0px 15px;
	height:16px;
	font-size:11px;
	position:relative;
	text-transform:uppercase;
}

div#MM li a, div#MM li a:link, div#MM li a:visited {
	color:#7e7d7d;
	text-decoration:none;
}

div#MM li a:hover {
	color:#323232;
	text-decoration:none;
}

div#MM li.Frst {
	background:none;
}


/***********						Content							***********/

div#Cont {
	width:760px;
	position:relative;
	display:block;
	padding:50px;
	background:#ffffff url(images/Cont_Bg.png) repeat-x scroll top left;
}

div#Col1 {
	width:225px;
	float:left;
	display:inline;
	margin-right:25px;
}

div#Col2 {
	width:490px;
	float:left;
	display:block;
}

/***********						Footer							***********/

div#Ft {
	background:transparent url(images/Ft_Bg.jpg) no-repeat scroll top left;
	height:52px;
	position:relative;
	display:block;
	width:860px;
	font-size:10px;
	margin-bottom:50px;
}

div#Ft .CopyR {
	color:#c8c8c9;
	top:18px;
	left:50px;
	position:absolute;
}

div#Ft ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	display:block;
	top:18px;
	left:295px;
}

div#Ft li {
	float:left;
	color:#787878;
	padding:0px 5px;
	height:16px;
	font-size:9px;
	position:relative;
	text-transform:uppercase;
}

div#Ft li a, div#Ft li a:link, div#Ft li a:visited {
	color:#b3b2b2;
	text-decoration:none;
}

div#Ft li a:hover {
	text-decoration:underline;
}

/***********						NewsBox							***********/

div.Nws_Bx_W {
	width:225px;
	position:relative;
}

div.Nws_Bx_Tit {
	color:#323232;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:10px;
}

div.Nws_Bx {
	padding:15px 0;
	width:225px;
	float:left;
	display:block;
	color:#848483;
	border-bottom:1px solid #ececec;
}
div.Nws_Bx2 {
	padding:4px 0;
	width:225px;
	float:left;
	display:block;
	color:#848483;
	border-bottom:1px solid #ececec;
}


div.Nws_Bx .date {
	font-size:10px;
	padding-left:10px;
	float:left;
	width:225px;
	height:17px;
	background:transparent url(images/Nws_Li_date.png) no-repeat scroll left center;
}

div.Nws_Bx p {
	float:left;
	width:225px;
}

div.Nws_Bx a, div.Nws_Bx a:link, div.Nws_Bx a:visited, div.Nws_Bx a:hover {
	color:#848483;
}

/***********						Content							***********/

div.Cont_Tit {
	width:490px;
	color:#323232;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:25px;
}

div.Cont_Tit span {
	font-weight:normal;
	border-left:1px solid #dfdfdf;
	padding-left:10px;
	margin-left:10px;
}
