@charset "utf-8";
#Logo {
	text-align: center;
	vertical-align: top;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#NavBar1 img {
	border: 1px solid #FFCCFF;
}
#AddFoot {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: center;
}
#clubName {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-style: italic;
	text-align: center;
}
#pageName {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	text-align: center;
	font-style: italic;
}

#itemHeading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
#normalText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#subHead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
}

#bulletText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: square;
}

#subNavBar {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: center;
}
#subNavBar2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: center;
}

#heavyText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#backtotop {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: blink;
	text-align: right;
}

a.nav:link {color: #352E9E; text-decoration: none; }
a.nav:visited {color: #49CA52; text-decoration: none; }
a.nav:hover {color: #4A41C8; text-decoration: underline; }
a.nav:active {color: #DB84D6; } 
a.external:link {color: #352E9E; font-weight: bold; }
a.external:visited {color: #49CA52; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #7771D6; }
a.external:active {color: #DB84D6; } 
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>

