﻿/* common */

.paragraphMarginTop {
	margin-top:0px
}
.imageCentered {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align: center;
}
.pageNavigation {
	margin-left:100px;
	margin-right:100px;
	display:block;
	text-align: center;
	font-size:large;
	background-color: #FFC;
	padding: 10px;
	border: black thin solid;
}
.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: large;
	font-style: italic;
	color: maroon;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.imageCenteredWithXLargeCaption {
	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;
}
.imageLeft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top: 0px;
}
.imageRight {
	float:right;
	margin:10px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:10px;
	margin-top: 0px;
}
.alignCentered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align: center;
}
.textAlignedCenterBold {
	text-align:center;
	font-weight:bold;
}
.alignLeft {
	text-align: left;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
.indent-40 {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}
.divider {
	clear: both;
	height:1px;
	width:980px;
	color: black;
	border-color:black;
	margin: 0px;
	padding: 0px;
}
.alert {
	background-color: #FCEADC;
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	border: thin black solid;
	width: 700px;
}
.alert a {
	color: black;
	text-decoration: underline;
}
.alert a:hover {
	color: black;
	text-decoration: underline;
}
.textNavigation {
	background-color:#FFFF99;
	border:thin black solid;
	text-align:center;
	margin: auto 100px;
	padding:10px;
	font-size:medium;
}
.notice {
	background-color:  #FFC7FB;
	border:thick black solid;
	text-align:center;
	margin: 50px 10px;
	padding:30px;
	font-size:medium;
}
.pictureFrame {
	padding: 10px;
	border: black medium groove;
}
.framedIt {
	border:  #000 thick solid;
	padding: 10px;
}
.frameItNoPad {
	border: #000 thick solid;
}
.note {
	border: #000 thin solid;
	padding: 10px;
	margin: 10px 100px;
	background-color:#CCC;
}
.didYouKnow {
	font-size: x-large;
	margin: 0px 50px 0px 50px;
	border: black thin solid;
	padding: 10px;
	background-color: #FF9;
	font-family: arial;
}
.uber-small {
	font-size:14px;
}
.strike {
	text-decoration:line-through;
	}
