body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(../images/bg_ltblue.jpg);
	margin-top: 0px;
}
p {
	margin: 5px 0;
}
a {
	color: #305a7e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.table_main {
  	background-position: bottom center;
  	background-repeat: no-repeat;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #01284a;
}
.nav {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav:hover {
	color: #ecdfbf;
	text-decoration: none;
}
.onwhitenav {
	font-weight: bold;
	color: #305B7E;
	text-decoration: none;
}
.onwhitenav:hover {
	color: #ecdfbf;
	text-decoration: none;
}
.mainphoto {
	border: 3px solid #ffffff; 
}
.copyright {
	font-size: 11px;
	color: #a3a3a3;
	padding-left: 18px;
	padding-top: 9px;
}
.topseo {
	font-size: 10px;
	color: #a3a3a3;
}

/* Gallery */

.gallery-album-item {
	float: left;
	background-color: #fff;
	text-align: center;
	padding: 8px;
	margin: 8px 5px 0 5px;
	width: 254px;
  font-size: 0; /* Set font size to 0 since IE renders extra space */
}
.gallery-album-item img {
  border: 2px solid #305678;
}
.gallery-album-item .placeholder {
	height: 250px;
	cursor: pointer;
}
.gallery-bar, .gallery-main-title {
	width: 100%;
	padding: 5px 0;
  height: 30px;
	margin: 10px 0 10px 0;
	background-color: #305B7E;
  font-size: 12px; /* Reset font size to 12px after extra space is avoided */
}
.gallery-main-title {
	background-color: #305B7E;
	text-align: center;
	margin: 0;
  padding: 0;
}
.gallery-main-title a {
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: #fff;
}
.gallery-main-title a:hover {
	color: #ECDFBF;
}
.gallery-title {
	float: left;
}
.gallery-nav {
	float: right;
}
.gallery-button {
	margin-right: 7px;
	margin-bottom: 7px;
	width: 107px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	float: left;
}
.gallery-thumb {
	margin-right: 8px;
	margin-bottom: 7px;
	width: 105px;
  height: 105px;
  overflow: hidden;
	float: left;
	text-align: center;
  background-color: #49453C;
  line-height: 105px;
}
.gallery-thumb img {
	border: 2px solid #ACA69A;
  border-left: none;
  border-right: none;
}
.gallery-button a {
	color: #01284a;
	display: inline-block;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
.gallery-button a:hover {
	background-color: #305B7E;
  color: #fff;
}
.gallery-desc {
	text-align: justify;
	background-color: #D1D6C4;
	padding: 10px;
}