body {
	font-family: "Arial", sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #eb608c;
	background-image: url(page_back.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}


div#leafletOuter {
	width: 750px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	background-image: url(leaflet_outer.gif);
	background-repeat: no-repeat;
}

div#leafletInner {
	width: 650px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
}


div#subheadingBlock {
	height: 150px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}


div#subheadingBlockLeft {
	float: left;
	width: 50%;
}


div#subheadingBlockRight {
	float: right;
	width: 50%;
}


p#subsectionTitleText {
	font-size: 87%;
}


div#options {
	text-align: right;
	margin: 20px 50px 0px 50px;
	font-size: 10px;
}

div#options, div#options a {
	color: #F4C6D5;
}


span.breezeTitle {
	font-size: 160%;
}


span.breezeTitleBold {
	font-weight: bold;
}


span.breezeTextBold {
	font-weight: bold;
	font-size: 120%;
}


a {
	color: #ffffff;
	text-decoration: none;
}


div#subheadingTitles {
	padding: 0px 30px 0px 30px;
}


div#subsectionBlockContainer {
	height: 221px;
	display: table;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px
}


div.subsectionBlockContainerWhite {
	background-color: #ffffff;
}


div#subsectionBlockPosition {
	width: 650px;
	color: #9c9d9f;
	font-size: 90%;
	display: table-cell;
	vertical-align: middle;
}


div#subsectionBlockPosition a {
	color: #9c9d9f;
}


div#subsectionBlockContent {
}


div#subsectionBlockPaddedContent {
	padding-left: 80px;
	padding-right: 80px;
}


div.subheadingOption {
	width: 25%;
	float: left;
	text-align: center;
}


a.subheadingOption {
	font-size: 90%;
	font-weight: bold;
}

div#taglineContainer {
	padding-left: 20px;
	padding-right: 20px;
}


div.tagline {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 80%;
}

span.tagTextBold {
	font-weight: bold;
}


div.clear {
	clear: both;
}


div#bottomNav {
	margin-bottom: 6px;
}


div#bottomNavLeft {
	float: left;
	width: 200px;
	padding-top: 35px;
	padding-left: 50px;
}

div#bottomNavRight {
	float: right;
	height: 100px;
	width: 200px;
	text-align: right;
	padding-right: 50px;
}

span#backButton {
	font-weight: lighter;
	font-size: 150%;
}
