@charset "UTF-8";
/* CSS Document */

.search{
	position:relative;
	float: right;	
	height:50px;
	width: 300px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
	.search label{
		color:#ffffff;
		display: block;
		float: left;
	}

.rss{
	position:static;
	float:right;
	height:59px;
	width:78px;
	margin: 25px 20px 0px 0px;
}

.body_content ul{
	list-style-position: inside;
	list-style-type: disc;
}

.body_content li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 16px;
	padding: 8px;
}
	.body_content li  ul{
		list-style-type: circle;
	}
	.body_content li ul li{
		text-indent: 30px;
		font-size: 14px;
		line-height: 16px;
		padding: 8px;
	}

.profile{
	position:static;
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px; 
}	
	.profile img{
		position: static;
		float: left;
		width:240px;
		overflow: hidden;
	}
	.profile p{
		position: static;
		float: right;
		width: 470px;
		text-align: left;
		
		
	}

.ptabs{
	position: static;
	float: left;
	width: 100%;
	height: auto;
	margin: -29px 0px 2px 4px;
}
	.ptabs a{
		position: static;
		float: left;
		background: #efefef;
		padding: 2px 10px 0px 10px;
		height: 20px;
		width: auto;
		margin: 0px 0px 2px 4px;
		border-top: 1px #cccccc solid;
		border-left: 1px #cccccc solid;
		border-right: 1px #cccccc solid;
		
		color: #000000;
	}
	.ptabs a:hover{
		position: static;
		float: left;
		background: #ffffff;
		padding: 2px 10px 0px 10px;
		height: 20px;
		width: auto;
		margin: 0px 0px 2px 4px;
	}
	
.full{
	position: static;
	float: left;
	width: 100%;
}
.half{
	position: static;
	float: left;
	width: 50%;
}

.picleft {
	float: left;
	width: 20%;
	margin: 0px 5px 0px 5px;
}