BODY {
  margin-top: .25em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0b3651;
	background-image: url('bacmain.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}

.tdback1 {background-image: url(linkbar_07.gif);
background-repeat : no-repeat;
background-attachment: fixed;
}

.tdback2 {background-image: url('02_02.gif');
background-repeat : no-repeat;
background-attachment: fixed;
width: 110px;
}

h1 {font-size: 20px; font-family: Georgia, Arial, sans-serif;
font-weight: bold; color: #0b3651; text-decoration: none;
position: relative; margin-top: 0em; margin-left: 0px;}
h2 {font-size: 22px; font-family: Georgia, Arial, sans-serif;
font-weight: bold; color: #0b3651; position: relative;
}
h3 {font-size: 17px; font-family: Georgia, Arial, sans-serif;
font-weight: bold; color: #0b3651; position: relative;
}
h4 {
font-size : 20px; font-weight: bold; color : #1E6948;
text-decoration: none;
font-family : Georgia, Arial, Helvetica, sans-serif;
}
h5 {
font-family : Georgia, Arial, Helvetica, sans-serif;
font-size : 17px; font-weight: bold; color : #295A60;
text-decoration: none;
}

td a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0b3651;
	text-decoration: underline;
}

td a:hover {
	text-decoration: none;
	color: #990000;
}

.bodystyle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #0b3651;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #0b3651 #a4c3c3 #a4c3c3 #0b3651;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}



.bottombox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0b3651;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0b3651;
	border-right-color: #0b3651;
	border-bottom-color: #0b3651;
	border-left-color: #0b3651;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
}
.divider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0b3651;
	border-right-color: #0b3651;
	border-bottom-color: #0b3651;
	border-left-color: #0b3651;
}
.formbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #0b3651;
}

.form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px #9BBBBB;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #DEE7E7;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 2;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: -60px; /*position where enlarged image should offset horizontally */
z-index: 50;
}