body {
	margin:0px; padding:0px; font-family:Arial,Verdana,Tahoma;
}
img {
	border:0px;
}
.absolute {
	position:absolute;
}
.more {
	margin:0px 10px; text-align:right; padding:8px 0px;
}
.clear {
	clear:both;
}

a {
	font-size:12px; color:black; text-decoration:none;
}


/* page head styles */
#top {
	background:url("/images/top_background.gif") repeat-x;
}
#logo {
	background:url("/images/top_logo_right.gif") right top no-repeat; text-align:left;
}
#siteLink {
	text-align:right; vertical-align:bottom; padding-bottom:10px; font-size:14px; color:white; font-weight:bold;
}
#siteLink a {
	font-size:14px; color:white; text-decoration:none;
}
#topNavBg {
	background:url("/images/topNav_bg.gif") right top repeat-x;
}
#topNav {
	padding-left:15px; background:url("/images/topNav_right.gif") right top no-repeat;
}
#topNav ul {
	width:778px; margin:0px; padding:0px; list-style-type:none; height:40px;
}
#topNav ul li {
	float:left; background:url("/images/topNav_item_bg.gif") right top no-repeat; padding:0px; height:40px;
}
#topNav ul li a {
	display:block; padding:0px 10px; font-size:14px; color:#CC0000; font-weight:bold; text-decoration:none; line-height:40px;
}
#topNav ul li.currColumn a {
	color:white; text-decoration:none;
}
#topNav ul li#english {
	background:url("");
}
#topNav ul li#english a {
	font-size:12px; font-weight:bold; color:#CC0000; background:url("/images/arrow_white.gif") right 14px no-repeat;
}

/* Dropdown menu style */
.dropMenu {
	background:#FFCC00;
}
.dropMenu ul {
	margin:10px 0px; padding:0px; list-style-type:none;
}
.dropMenu ul li {
	border-bottom:1px solid #FF9900;
}
.dropMenu ul li a {
	display:block; padding:2px 20px; background:url("/images/templet/dropmenu_arrow.gif") 10px 9px no-repeat;
}


/* Page end styles */
#bottom {
	clear:both; float:left; width:100%; background:#FF9900;
}
#bottom #copyright {
	float:left; padding-left:15px; font-size:12px; color:black; line-height:30px;
}
#bottom #link {
	float:right; padding:4px 0px;
}
#bottom #link ul {
	margin:0px; padding:0px; list-style-type:none;
}
#bottom #link ul li {
	float:left; padding:0px;
}
#bottom #link ul li a {
	font-size:12px; color:white; text-decoration:none; border-right:1px solid white; padding:0px 10px;
}
#bottom #link ul li.lastest a {
	border:0px;
}
#foot {
	clear:both; width:100%; background:#CC0000; height:92px;
}