body {
	font-family: Arial;
	font-size: 12px;
	color: #404445;
	text-decoration: none;
	background-color: #e8ebef;
	margin-left: 0px;
	margin-top: 0px;
}
.search_textbox {
	height: 14px;
	width: 105px;
	border: 1px solid #bfbfbf;
	float: left;
}
.search_button {
	margin-left: 7px;
	float: left;
}
.menu_bar {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}
.menu_item {
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin-right: 32px;
	margin-left: 1px;
    margin-top: 7px;
	color: #404445;
}
.menu_select {
	color: #f08300;
}
.copyright {
	font-size: 12px;
	color: #8c949e;
	text-decoration: none;
}
.link_orange {
	color: #f08300;
}
.link_blank {
	text-decoration:none;
	color:#404445;
}
.staff_list_item {
	float:left;
	margin-top:40px;
	margin-right:40px;
	width:150px;
	height:150px;
	border:0px;
    cursor:hand;
    cursor:pointer;
	background-color:#e5e5e5;
}
.staff_item_img {
	width:150px;
	height:150px;
}
.staff_item_text {
	margin:10px;
	display:none;
	line-height:20px;
}
.staff_name {
	font-size:14px;
	font-weight:bold;
}
.staff_menu_sel {
	color:#a5a5a6;
	text-decoration:none;
}
.staff_menu_item {
	color:#404445;
	text-decoration:none;
}
.pagebtn {
	float:left;
	height:19px;
	width:60px;
	border:1px solid #c4c4c4;
	padding-left:10px;
	padding-top:4px;
	margin-left:10px;
    cursor:hand;
    cursor:pointer;
}
.pagebtnnum {
	float:left;
	height:19px;
	width:15px;
	border:1px solid #c4c4c4;
	padding-left:10px;
	padding-top:4px;
	margin-left:15px;
    cursor:hand;
    cursor:pointer;
}
.pagebtnnum_sel {
	float:left;
	height:19px;
	width:15px;
	border:1px solid #f08300;
	padding-left:10px;
	padding-top:4px;
	margin-left:15px;
    cursor:hand;
    cursor:pointer;
	background-color:#f08300;
	color:#FFF;
}
