@charset "UTF-8";
#doccontents {
	padding-right: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 15px;
	float: right;
	width: 630px;
}
.docphoto {
	width: 165px;
	margin-bottom: 20px;
	margin-left: 5px;
	float: left;
	margin-right: 20px;
}
.docprofile {
	width: 380px;
	margin-left: 190px;
	padding-left: 35px;
	text-indent: 10px;
}
.title {
	background-image: url(../images/circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	font-weight: bold;
	font-size: 103%;
}
.docname {
	height: 30px;
	width: 620px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	text-indent: 15px;
	background-color: #F2F5F0;
	font-size: 110%;
	font-weight: bold;
	line-height: 32px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dept {
	float: left;
	font-weight: bold;
	background-image: url(../images/sq_rd.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 110%;
	line-height: 110%;
	color: #990033;
	margin-bottom: 15px;
}
.deptlist {
	float: right;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.deptlist ul {
	position: relative;
}
.deptlist ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	width: auto;
	float: left;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}
.deptlist ul li a {
	text-decoration: underline;
}
