﻿/* 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:20px;
}
.imageCenteredWithMediumCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:medium;
	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;
}


.imageLeft {
	float:left;
	margin-right:20px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:10px;
	margin-top: 0px;
}
.imageLeftWithMediumCaption {
	float:left;
	margin-right:20px;
	font-size:medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:10px;
	margin-top: 0px;
}	

.left_text {
	text-align: left;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.imageCentered {
text-align:center;
}
.indent-40 {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}

/* What to do on the figure itself */
.figure img {

	padding: 0px 10px;
}

.letter {
	background-color:#FFFFCC;
	margin-left:25px;
	margin-right: 25px;
	border: 2px black solid;
	padding: 5px;
}
.textNavigation {
	border: #000 thin solid;
	background-color: #6FF;
	padding: 10px;
	text-align:center;
	font-weight:bold;
}
.frameIt {
	border: #666 medium double;
	padding: 10px;
}
.didYouKnow {
	border: #000 medium solid;
	padding: 10px;
	margin: auto 50px;
	background-color:#FFC;
	line-height: 135%;
}
.didYouKnow  p {
	font-size: x-large;
	
