﻿body 
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
}
.banner
{
    width: 800px;
    height: 100px;
    margin: 0px auto 10px auto;
}
.logo
{
    float: left;
}
h1
{
    position: relative;
    left: -10px;
    top: 10pt;
    color: black;
    text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:18pt;
	font-weight: normal;
	font-style: italic;
    margin: 0 0 5px 0;
}
h2
{
    position: relative;
    left: -10px;
    top: 20px;
    color: gray;
    text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:13pt;
	font-style: italic;
	font-weight:normal;
    margin: 0 0 0 0;
}
.menubar
{
    position:relative;
    top: -10px;
    color: Black;
    text-align:center;
    width:800px;
    font-size: 10pt;
    padding: 5px 10px 5px 10px;
    margin: 0 auto 15px;
    border-bottom:solid 1px black;
}
.menuitem
{
    padding: 4pt 2pt 4pt 2pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuitem:hover
{
    /* background-color: white; */
    color: #9d0039;
}
.pagebody
{
    width: 800px;
    margin: 0 auto 0 auto;
}
.largeimages
{
    border-style: none;
    border-width: 1px;
    color: Black;
}
.galleryimages
{
    width: 100%;
    height: 520px;
    text-align: center;
    background-color:White;
    padding-top: 5px;
}
.gallerybottom
{
    top: 550px;
    width: 100%;
    height: 50px;
    background-color:White;
    text-align: center;
    color: Black;
    padding-bottom: 10px;
    border-bottom: solid 1px black;
}
.thumbnail
{
    border: solid;
    border-width: 2px;
    border-color: #3f3f3f;
    margin: 5px 0px 5px 0px;
}
.thumbnailbutton
{
    border: none;
    margin: 5px 0px 5px 0px;
}
.linkimage
{
	float:left;
}