.PhotoLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.PhotoRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.PolaroidRight {
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	border: 1px solid #CCC;
	float: right;
}
.PolaroidTopRight {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	border: 1px solid #CCC;
	float: right;
}
.PolaroidLeft {
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	border: 1px solid #CCC;
	float: left;
}
.PolaroidTopLeft {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	border: 1px solid #CCC;
	float: left;
}
.PolaroidClear {
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	border: 1px solid #CCC;
	float: left;
	clear: both;
}

.PageTitle {
	font-weight: bold;
	color: #003399;
	font-size: medium;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.SubHead {
	font-weight: bold;
	color: #003399;
	font-size: small;
}
.SecondaryHead {
	font-weight: bold;
	color: #003399;
	font-size: x-small;
}
.Super {
	vertical-align: super;
	font-size: xx-small;
}
#SiteCredits {
	font-size: 9px;
	color: #666666;
	display: block;
	margin-top: 300px;
}

