#Section1 {
	margin-top: 20px;
	overflow: visible;
	width: 99.8%
	}
#Section2 {
	margin-top: 10px;
	overflow: auto;
	width: 99.8%
	}
#Section3 {
	margin-top: 10px;
	overflow: auto;
	width: 99.8%
	}

#Section4 {
	margin-top: 10px;
	overflow: auto;
	width: 99.8%
	}

#Section5 {
	margin-top: 10px;
	overflow: auto;
	width: 99.8%
	} 


.TemplateImageTopLeftSurround {
	text-align: justify;
}	

.TemplateImageTopLeftSurround .TemplateImage {
	float: left;
	margin: 0 10px 10px 0;
}	

.TemplateImageTopRightSurround {
	text-align: justify;
}	

.TemplateImageTopRightSurround .TemplateImage{
	float: right;
	margin: 0 0 10px 10px;
}	

.TemplateImageTopLeft {
	text-align: justify;
}	

.TemplateImageTopLeft .TemplateImage {
	float: left;
	margin: 0 10px 0 0;
	
}	

.TemplateImageTopLeft .TemplateText {
 	padding-left: 15px;
 }
 
.TemplateImageTopRight {
	text-align: justify;
}	

.TemplateImageTopRight .TemplateImage {
	float: right;
	margin: 0 10px 0 10px;
}	

.TemplateImageTopRight .TemplateText {
 	padding-left: 0;
 }

.TemplateImageTopCenter {
	text-align: justify;
}	

.TemplateImageTopCenter .TemplateImage {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	
}	