@charset "utf-8";
/* CSS Document */
body {background:url(images/bkgd.jpg) fixed #51710B; font-family:Arial, Helvetica, sans-serif}
a {color:#346797}
A:hover {color: #993333}
.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.blue_larger {
	color:#0b6bb7;	
	font-weight:bold;
	font-size:12pt;
}
img {
	border:none;
}

.gallery {
	width:100%;
	overflow:hidden;
}

.gallery ul {
	width:100%;
	padding:0;
	margin:0;
}

.gallery li {
	list-style-type:none;
	padding:1%;
	width:31%;
	display:block;
	float:left;
	text-align:center;
}

.gallery img {
	width:100%;
	height:auto;
}

div.gallery li:nth-child(3n+1) {
    clear:left;
}