﻿#leafletBody 
{
	background-color:#E0CCE2;
	margin-top:-30px;
}

.leafletContent
{
	background-color: White;
	border: thin solid #85548C;
	margin:  2em 4em 2em 8em;
	padding: 2em 4em 2em 8em;
	width: 65%;
	overflow: auto auto;
}

#leafletFooter
{
	clear:both;
	width: 100%;
	min-height:130px;
	line-height:130px; /* This vertically centers the text */
	font-size:12px;
	text-align:center;
	background-image:url('Images/footer-bg.jpg');
	background-repeat:no-repeat;
}

div.leafletHeader
{
	clear:both;	
	min-height:183px;	
	/* line-height:50px; This vertically centers the text */ 
	font-size:14px;
	width:800px;
	font-weight:bold;
	text-align:center;
	background-image:url('Images/headerbg.jpg');
	background-repeat:no-repeat;
}

.leafletHeaderLabel
{
	/* padding-left: 460px; */
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif; /* color: #85548C; */
	color: #376F90;
	font-weight: bolder;
	font-size:  3em;
	font-style: normal;
}
