body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
a.white-link:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.white-link:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.white-link:hover {
	text-decoration: underline;	
	color: #FFFFFF;
	font-weight: bold;
}
a.white-link:active {
	text-decoration: none;	
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	margin-bottom: 3px;
}
h3 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #FF3300;
}
.white {color: #FFFFFF}
.blue {color: #0099CC}
.black {color: #000000}
.orange {color: #FF3300}
.menu-spacing {
	line-height: 19px;
	padding-left: 5px;
}
.sponsor {
	text-align: right;
	padding: 0px 1px 0 5px;
}
.content {
	padding: 5px;
}
.menu {
	padding: 5px;
	line-height: 17px;
}
.small {font-size: 10px;}
.sponsortext {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
a.menu-link:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a.menu-link:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a.menu-link:hover {
	text-decoration: underline;	
	color: #006699;
	font-weight: bold;
}
a.menu-link:active {
	text-decoration: none;	
	color: #006699;
	font-weight: bold;
}
a.small-link:link {
	text-decoration: none;
	color: #006699;
}
a.small-link:visited {
	text-decoration: none;
	color: #006699;
}
a.small-link:hover {
	text-decoration: underline;	
	color: #006699;
}
a.menu-link:active {
	text-decoration: none;	
	color: #006699;
}


.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 solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.floatright
{
float: right;
width: 120px;
margin: 0 0 10px 10px;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
}

