
B { color: black; font-family: arial,helvetica,sans-seriff; ; font-size: 12pt;}
P.highlight { color: white; font-family: arial,helvetica,sans-seriff; ; font-size: 12pt;  font-weight: bold;}
P.normal { color: gold; font-family: 'Bookman Old Style',arial,helvetica,sans-seriff; ; font-size: 12pt;  font-weight: normal;}
H1 { color: black; font-family: arial,helvetica,sans-seriff; font-size: 20pt }
H2 { color: black; font-family: arial,helvetica,sans-seriff; font-size: 16pt }
H3 { color: black; font-family: arial,helvetica,sans-seriff; font-size: 14pt }
OL { color: black; font-family: arial,helvetica,sans-seriff; font-size: 12pt }
UL { color: black; font-family: arial,helvetica,sans-seriff; font-size: 12pt }
LI { color: black; font-family: arial,helvetica,sans-seriff; font-size: 12pt }
P { color: black; font-family: arial,helvetica,sans-seriff; font-size: 12pt  } 
P.header { color: gold;  font-family: arial,helvetica,sans-seriff; font-weight: bold; text-align: center;  font-size: 12pt; cellpadding: 0; cellspacing: 0; }
TD.top { color: gold;  font-family: arial,helvetica,sans-seriff; font-weight: bold; text-align: center;  font-size: 17pt; cellpadding: 0; cellspacing: 0; }
TD.table { color: gold;  font-family: arial,helvetica,sans-seriff; font-weight: bold; text-align: center;  font-size: 12pt; cellpadding: 0; cellspacing: 0; }
TD.menu { color: black;  font-family: arial,helvetica,sans-seriff; font-weight: normal; text-align: left;  font-size: 12pt; cellpadding: 0; cellspacing: 0; }
TD.submenu { color: black;  font-family: arial,helvetica,sans-seriff; font-weight: normal; text-align: left;  font-size: 8pt; cellpadding: 0; cellspacing: 0; }
TD.menuselected { color: black;  font-family: arial,helvetica,sans-seriff; font-weight: bold; text-align: left;  font-size: 12pt; cellpadding: 0; cellspacing: 0; }
TD.name { color: black;  font-family: arial,helvetica,sans-seriff; font-weight: bold; text-align: left;  font-size: 15pt; cellpadding: 0; cellspacing: 0; }
TD.header { color: white;  font-family: arial,helvetica,sans-seriff; font-weight: bold; text-align: left;  font-size: 12pt; cellpadding: 1; cellspacing: 10; }
TD.item {  color: gold;  font-family: arial,helvetica,sans-seriff; text-align: left;  font-size: 12pt  }
TD.right {  color: black;  font-family: arial,helvetica,sans-seriff; text-align: right;  font-size: 12pt  }
TD.left {  color: black;  font-family: arial,helvetica,sans-seriff; text-align: left;  font-size: 12pt  }
TD {  color: black;  font-family: arial,helvetica,sans-seriff; text-align: left;  font-size: 12pt  }
A.menu:link { text-decoration: underline; color: black; font-weight: normal; font-size: 12pt; font-family: arial;}
A:menu:visited { text-decoration: underline; color:purple; font-weight: normal; font-size: 12pt; font-family: arial;}
A:link { text-decoration: underline; color:blue; font-weight: normal; font-size: 12pt; font-family: arial;}
P.menuBar { text-decoration: underline; color:blue; font-weight: normal; font-size: 20pt; font-family: arial;}
A.bottom:link { text-decoration: underline; color: blue; font-weight: normal; font-size: 12pt; font-family: arial;}
A.bottom:visited { text-decoration: underline; color: purple; font-weight: normal; font-size: 12pt; font-family: arial;}
A.bottom:active { text-decoration: underline; color: red; font-weight: normal; font-size: 12pt; font-family: arial;}
A.highlight { text-decoration: none; color: gold; font-weight: normal; font-size: 12pt; font-family: arial;}
A.normal { text-decoration: underline; color: black; font-weight: normal; font-size: 12pt; font-family: arial;}
A.submenu:link { text-decoration: underline; color: black; font-weight: normal; font-size: 10pt; font-family: arial;}
A.submenu:visited { text-decoration: underline; color: black; font-weight: normal; font-size: 10pt; font-family: arial;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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;
Width: 410px;
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: 450px; /*position where enlarged image should offset horizontally */
z-index: 50;
}





