.mainLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3366CC;
	font-weight: bold;
	letter-spacing: 2px;
}
a:link {
 color: #000000;
text-decoration: none;
 }
 a:visited {
color: #666666;
text-decoration: none;
 }
 a:hover {
 text-decoration: none;
color: #3366CC;
 }
 a:active {
 text-decoration: none;
 }
.foot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	letter-spacing: .05em;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: .05em;
}
.bodyTexti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
.bodyTextii {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FF6600;
}
.bodyHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.bodyTextWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
}
.grayHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	word-spacing: normal;
	letter-spacing: .5em;
}
h1 { border-bottom-style: dashed ; 
border-bottom-color: #CCCCCC; 
border-bottom-width: 1px; 
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: fixed;
	width: 300;/*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 solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 10;
left: 450px; /*position where enlarged image should offset horizontally */
z-index: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ffffff;
	background-image: url(images/misc/bg-b.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#site {
	width: 500px;
	height: 400px;
	position: relative;
	left: 0px;
	top: 5px;
	z-index: 10;
}

#content {
	height: 901px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: -2px;
	height: 375px;
	padding: 0 1em;
	left: 5px;
	width: 750px;
	visibility: inherit;
}
