body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333;
}
hr {
	clear: both;
}
.float { 
	margin-right: 1em;
	float: left;
}
img[align='left'] {
	margin-right: 1em;
}
img[align='right'] {
	margin-left: 1em;
}
a {
	color: #062458;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-style: italic;
	margin-bottom: .2em;
}
dl dd {
	margin-left: 0;
	margin-bottom: 1em;
}
table {
	border: 1px solid #062458;
	border-spacing: 0;
	font-size: 90%;
	margin-bottom: .5em;
}
table th, table td {
	padding: 3px;
	vertical-align: top;
}
table tr.even td {
	background: #FBD6CE;
}
table td.actions {
	text-align: right;
}
table th {
	background: #062458;
	color: #FFF;
}
table th a {
	color: #FFF;
	text-decoration: none;
}
form div {
	padding-bottom: 1em;
}
form div.error-message {
	color: #BE1A1B;
	font-weight: bold;
}
form label {
	display: block;
}
#flashMessage {
	margin-top: 1em;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
}
#flashMessage.good {
	border: 1px solid #3E496F;
	color: #3E496F;
	background-color: #d4e3ea;
}
#flashMessage.bad {
	border: 1px solid #6E3B26;
	color: #6E3B26;
	background-color: #FFCFBB;
}
#toolNavigation {
	margin-bottom: 1em;
}
#adminNavigation {
	margin-top: 1em;
}
#paginator div {
	display: inline;
}
#credentials {
	width: 190px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	font-weight: bold;
	text-align: center;
}
div.video div {
	text-align: center;
}
.galleryPhoto {
	width: 105px;
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.galleryPhoto .photo {
	width: 105px;
	height: 105px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
div.paginate { clear: both; margin-top: 5px; margin-bottom: 5px; }
div.photoBox { overflow: hidden; width: 125px; height: 125px; margin-right: 5px; margin-bottom: 5px; float: left; }