
	#Profile{
		border-color: #000000;
		border-width: 1px;
		border-style: none;
		text-align: left;
		padding: 0px;
		float: left;
		width: 100%;		
	}

	#Profile div.YearsOfService{
		width: 200px;
		height: 25px;
		float: left;
		clear: left;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		margin-top: 5px;
		color: #000000;
	}

	#Profile div.Info{
		width: 490px;
		border-color: #800000;
		border-width: 1px;
		border-style: none;
		text-align: left;
		padding: 0px;
		padding-top: 0px;
		float: left;
	}
		
	#Profile img{
		width: 200px;
		height: 274px;
		border-color: #F8C31B;
		border-width: 1px;
		border-style: solid;
		float: left;
	}
	
	#Profile div.Footer{
		float: left;
		clear: both;
	}	
	
	#Profile table{
		position: relative;
		top: 0px;
		width: 100%;
		color: #000000;
	}
	
	#Profile th{
		font-size: 12px;
		text-align: left;
		width: 125px;
		vertical-align: middle;
	}

	#Profile td{
		font-size: 12px;
		text-align: left;
		width: 270px;
	}	
	
	#Profile ul{ display: block; list-style: none; font-size: 12px; margin-left: 0px; margin-top: 0px; vertical-align: top;}
	#Profile li{ font-size: 12px; margin: 0 0 0 0; padding: 0 0 0 0; vertical-align: top; }
