body {
	width: 990px;
	text-align: center;
	padding: 0px;
	margin: auto;
}

#top_pannel {
	width: 990px;
	padding-top: 10px;
	height: auto;
}
#cplogo {
	width: 250px;
	float: left;
	background-position: left top;
	height: 91px;
	text-align: left;
}

/**************************************************************************************************/
/*                                          TOP LINKS                                             */
/**************************************************************************************************/



#toplink {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #C1CDCB;
	text-decoration: none;
	text-align: center;
	height: 32px;
	float: left;
	width: 170px;	

}

#toplink a:link{
	color: #C1CDCB;
	text-decoration: none;
}

#toplink a:visited{
	color: #C1CDCB;
	text-decoration: none;
}

#toplink a:hover{
	color: #FFFFFF;
	text-decoration: none;
}




#toplink_div {
	height: 32px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 1px;
	float: left;

}


#top_linkbox {
	text-align: left;
	height: 51px;
	float: right;
	background-image: url(/images/toplink_bg.gif);
}
.top_linkbox_left {
	text-align: left;
	height: 51px;
	float: left;
	background-image: url(/images/toplink_leftbg.gif);
	width: 19px;
	background-repeat: no-repeat;
}
.top_linkbox_right {
	text-align: left;
	height: 51px;
	background-image: url(/images/toplink_rightbg.gif);
	background-repeat: no-repeat;
	width: 10px;
	float: left;
}

#footer {
	width: 990px;
	clear: both;
	background-image: url(/images/footer_bg.jpg);
	background-position: center bottom;
	height: 90px;
	text-align: center;
	background-repeat: no-repeat;
}

/**************************************** copyright ***********************************************/


.cp_copyright {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #94958C;
	padding-top: 47px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;	
}
.cp_copyright a:link {
	color: #94958C;
	text-decoration: none;
}
.cp_copyright a:visited {
	color: #94958C;
	text-decoration: none;
}
.cp_copyright a:hover {
	color: #8ABF4B;
	text-decoration: none;
}

/**************************************************************************************************/
/*                                          PAGE	                                             */
/**************************************************************************************************/


html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: white;
	text-align: center;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

#page {
	background: white;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px;
	position: relative;
	clear: both;
	}
	
#header {
   	//background-image: url('images/header2.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	margin: 0;
	position: relative;
	height: 30px;
	}
	
#headerBelow {
	background:transparent url(/images/h_bot.gif) no-repeat scroll 0% 0%;
	height:32px;
	margin:0pt;
	padding:0pt;
	width:990px;
}
/**************************************** MENU ***********************************************/
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	text-align: right;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}
	
#tbe{
	width: 990px; 
	min-height: 592px;
	height: 592px;
	clear: both;
	background: white;
	}
	
#tbe_page{
	width: 950px;
	height: 500px n;
	background: white;
	}	
	
.Content {
	padding: 0 20px;
	background: #899E9B none repeat scroll 0% 0%;
	position: relative;
	height: 550px;
	}
	
.Ptop{
	background:transparent url(/images/page_top.gif) no-repeat scroll 0%;
	width:950px;
	height:32px;
	}
	

.Pbot{
	background:transparent url(/images/page_bot.gif) no-repeat scroll 0%;
	width:950px;
	height:32px;
	margin-bottom: 20px;
	}	
.Clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

#pageBelow {
	background:transparent url(/images/h_bot_bot.gif) no-repeat scroll 0%;
	height:32px;
	margin:0pt;
	padding:0pt;
	width:990px;
}
		