﻿/* common */
.alignParagraphTop {
	margin-top: 0px;
}
.imageCentered {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
.imageCenteredWithCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithXLargeCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:medium;
	font-style:italic;
	font-weight:bold;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithLargeCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
	color:maroon;
	text-align:center;
	margin-bottom:60px;
	background-color:#FFFFCC;
	border:thin black solid;
	padding:10px;
}
.imageCenteredWithXLargeCaption {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: x-large;
	font-style: italic;
	color: maroon;
	text-align: center;
	margin-bottom: 20px;
	font-weight:normal;
}
.imageCenteredWithLargeCaptionNoBorder {
	margin-left:auto;
	margin-right:auto;
	font-size:x-large;
	text-align:center;	
}
.imageLeft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top: 0px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:20px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:medium;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
.imgs-centered {
	text-align:center;
}
.indent-40 {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}
.whatsnew {
	font-size:small;
	font-style:italic;
}
.quotes {
	background-color:#FFFFCC;
	border:thin black solid;
	margin:15px;
	padding:5px;
}
.private {
	color:fuchsia;
	font-style:italic;
}
.frameIt {
	border: #000 thin solid;
	padding: 10px;
}
.didYouKnow {
	font-size:  x-large;
	border: black thin solid;
	margin: 10px 100px 20px 100px;
	background-color: #FFC;
	padding: 10px;
	line-height: 135%;
}
.didYouKnowGreen {
	font-size:  x-large;
	border: black thin solid;
	margin: 10px 100px 20px 100px;
	background-color:  #0F0;
	padding: 10px;
	line-height: 135%;
}

.textNavigation {
	border: #000 thin solid;
	background-color: #FFC;
	padding: 10px;
	margin: 50px;
	text-align:center;
	font-size: x-large;
	
}
.textNavigation p {
font-size: medium;
}
.textWalkingNavigation {
	border: #000 thin solid;
	background-color: #FFC;
	padding: 10px;
	margin-left: 150px;
	margin-right: 150px;
	text-align:center;
	font-size: x-large;
	
}
.textWalkingNavigation p {
font-size: x-large;
}
