@charset "utf-8";
/* CSS Document */
#request_content_left {
	float: left;
	display: block;
	width: 100%;
}

	#request_content_left #main_header_left {
		background-image: url(../_images/_backgrounds/left_mainheader_black.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 59px;
		min-height: 59px;
		max-height: 59px;
		width: 561px;
		min-width: 561px;
		max-width: 561px;
		margin-bottom: 10px;
		margin-left: 15px;
	}
	
		#request_content_left #main_header_left #main_header_left_content {
			padding-top: 36px;
			padding-left: 10px;
			font-size: 100%;
			color: #ffffff;
			letter-spacing: -0.25px;
			font-weight: bold;
		}
		
	#request_content_left #image_left {
		float: left;
		margin-left: 35px;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	#request_content_left p {
		margin-left: 20px;
		margin-right: 45px;
		font-size: 108%;
		line-height: 1em;
	}

		#request_content_left p strong {
			font-weight: bold;
		}
	