/* CSS Document */

/* CSS body*/
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../../share_images/body_bg.gif) repeat-x;
	font-size:11px;
	}
img{
	border: 0px;
	}
a{
	color:#666;
	text-decoration:none;
	}
a:hover{
	color:#666;
	text-decoration:underline;
	}

/* CSS top*/
#top{
	width:771px;
	margin:0 auto;
	text-align:right;
	}
#menu{
	height:25px;
	margin:0 0 1px 0;
	}
#topmenu{
	height:23px;
	}
/* CSS content*/
#content{
	width:771px;
	margin:0 auto;
	text-align:left;
	}
#contentbg{
	background:url(../../share_images/content_top.gif) no-repeat top;
	padding:5px 0 0 0;
	float:left;
	}

	
/* CSS left*/
#left{
	float:left;
	width:181px;
	padding:20px 0 0 0;
	background:url(../../share_images/lineleftbg.gif) no-repeat right top;
	}
#submenu{
	margin:0 0 0 3px;
	width:168px;	
	}
#submenutop{
	background:url(../../share_images/submenu_topbg.gif);
	height:14px;
	}
#submenubottom{
	background:url(../../share_images/submenu_bottombg.gif);
	height:14px;
	}
#submenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(../../share_images/submenu_linkbg.gif) repeat-y;
	}
#submenu li{
	margin:0;
	padding:0;
	margin:0 0 2px 0;
	}
#submenu a{
	width:153px;
	display:block;
	height:20px;
	line-height:20px;
	color:#666;
	text-decoration:none;
	background:url(../../share_images/submenu_abg.gif) no-repeat #fff;
	padding:0 0 0 15px;
	}
#submenu a:hover{
	width:148px;
	height:20px;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	background:url(../../share_images/submenu_hoverbg.gif) no-repeat;
	padding:0 0 0 20px;
	}
#leftmore{
	margin:0 0 0 10px;
	color:#666;
	}
#search{
	border:#ccc 1px solid;
	background:url(../../share_images/search_bg.gif) repeat-x;
	color:#666;
	height:16px;
	margin:0 0 5px 0;
	padding:0;
	}
.onlineregister{
	border:#ccc 1px solid;
	color:#666;
	padding:0;
	background:#fff;
	}
#leftmore h5{
	background:url(../../share_images/left_list_style.gif) no-repeat 0 3px;
	padding:0 0 0 10px;
	font-size:11px;
	margin:13px 0 4px 0;
	font-weight:normal;
	}
	
/* CSS bottom*/	
#bottom{
	clear:both;
	width:771px;
	margin:0 auto;
	background:#fff;
	height:40px;
	}
#bottommenuleft{
	width:176px;
	float:left;
	text-align:left;
	padding:0 0 3px 5px;
	color:#ccc;
	}
#bottommenuright{
	width:585px;
	float:right;
	text-align:right;
	padding:0 5px 3px 0;
	color:#ccc;
	}
#copyright{
	height:25px;
	clear:both;
	margin:0 3px;
	border-top:#ccc 1px solid;
	background:url(../share_en_images/copyright.gif) no-repeat top right;
	}
#bottom a{
	color:#ccc;
	text-decoration:none;
	}
#bottom a:hover{
	color:#666;
	text-decoration:none;
	}