﻿/* 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: medium;
	font-style: italic;
	color: maroon;
	text-align: center;
	margin-bottom: 20px;
}
.imageCenteredWithLargeCaption {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: large;
	font-style: italic;
	color: maroon;
	text-align: center;
	margin-bottom: 20px;
}
.imageCenteredWithXLargeCaption {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: x-large;
	font-style: italic;
	color: maroon;
	text-align: center;
	margin-bottom: 20px;
}
.imageWidth225 {
	border-width: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 225px;
	width: 300px;
}
.imageLeft {
	float:left;
	margin-right:20px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:10px;
}
.imageStandardWidth {
	width:750px;
}
.alignLeft {
	text-align: left;
}
.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
}
.indent40Pixels {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}
.fontSizeMedium {
	font-size:medium
}
.textNavigation {
	border:  #000 thin solid;
	padding: 15px;
	margin: 10px 50px;
	text-align:center;
	font-weight:normal;
	background-color:#FF9;
	font-size: large;
}
.frameItThin {
	padding: 10px;
	border: #000 thin solid;
}
.frameItThick {
	padding: 10px;
	border: #000 thick solid;
}
.didYouKnow {
	
	margin: 25px 50px 25px 50px;
	border: black thin solid;
	padding: 10px;
	background-color: #FF9;
	
}
.didYouKnow p {
	font-size: x-large;
	line-height: 125%;
	font-family: arial;
}
