	#Officer{
		width: 550px;
		height: 270px;
		border-style: solid;
		border-color: #000000;
		border-width: 1px;
		padding: 5px;
		margin: 0px;
	}
	
	#Officer img{
		width: 200px;
		height: 273px;
		border-style: solid;
		border-color: #000000;
		border-width: 2px;
		float: left;
		padding: 0px;
		margin-right: 5px;
	}
	
	#Officer div.Rank{
		Position: relative;
		float: left;
		width: 325px;
		height: 26px;
		font-size: 18px;
		font-weight: bold;
		top: 80px;
		text-decoration: underline;
	}

	#Officer div.Rank{
		Position: relative;
		float: left;
		width: 325px;
		height: 26px;
		font-size: 18px;
		font-weight: bold;
		top: 80px;
		text-decoration: underline;
		text-align: left;
	}
	
	#Officer table{
		position: relative;
		top: 80px;
		width: 325px;
	}
	
	#Officer th{
		font-size: 12px;
		text-align: left;
		width: 125px;
	}

	#Officer td{
		font-size: 12px;
		text-align: left;
		width: 175px;
	}