
body {
    /*background-attachment: scroll;*/
    /*background-image: url("../images/historical-logo.jpg");*/
    /*background-repeat: repeat;*/
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}    


.frame {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
    padding: 0px;
}

/* style="width: 100%; text-align: center; border: none;" cellpadding="0" cellspacing="0" */
.frame table {
    padding: 0px;
/*    width: 100%; */
    border: hidden; /*border: 1px solid red;*/
}

.frame table tr {
}
.frame table td {
    
    vertical-align: top;
    /*<!-- top right bot left --> */
    padding: 10px 10px 10px 10px;

    border: hidden; /*border: 1px solid red;*/
}

.imageStrips {
    padding: 4px;
}

.slideShows {
    padding: 4px;
    text-align: center;
    z-index: 1;
}



.content {
    width: 100%;
    font-size: 1.1em;
    /*width: 100%;*/
    border: none;/*1px solid silver;*/
    text-align: left;
    padding: 5px;

}

.content hr {
    border: 1px solid silver;
}

.content p {
}

.content a {
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.content h1 {
    padding: 2px;
    font-size: 2.0em;
    font-weight: bold;
    text-transform: uppercase;
}
.content h2 {
    padding: 2px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}
.content h2 a {
    font-weight: bold;
}

.content h3 {
    padding: 0px;
    font-size: 1.2em;
/*    font-weight: bold; */
    /*text-decoration: underline;*/
    text-transform: uppercase;
}
.content h3 a {
    text-decoration: none;
    text-transform: uppercase;
}

.h5 {
    padding: 0px;
    font-size: 1.0em;
    /*font-weight: bold;*/
}
.h5 a {
    text-decoration: none;
}

.content h6 {
    padding: 0px;
    font-size: 0.65em;
    /*font-weight: bold;*/
}
.content h6 a {
    text-decoration: none;
}

.content table {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    border: none;/*border: 1px solid black; */
}

.content table th {
    vertical-align: top;
    width: 33%;
    /* border: 1px solid black; border-style: none;*/
    padding: 2px;
    font-weight: normal;
    font-style: normal;
}

.content table tr {
}

.content table td {
    vertical-align: top;
    width: 33%;
    border: none;/*border: 1px solid gray;*/ /*border-style: none;*/
    padding: 2px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

.gallery {
}
.gallery table {
    border: none;/*border: 1px solid black; */
    width: 100%;
}

.gallery table th {
}
.gallery table tr {
    border: none;/*border: 1px solid black; */
}
.gallery table td {
    border: none;/*border: 1px solid black; */
    padding: 20px;
}
.gallery img {
     padding: 5px;
     border: 1px solid black;
}

.gallery a {
    border: 0px solid black;
    text-decoration: none;
}

#footer {
    /* font-family: courier; */
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;

}

#footer hr {
    border: 1px solid silver;
}



.info {
    font-size: 8pt;
    font-weight: bold;
    padding: 1px;
    font-style: normal;

}

.box {
    border: 1px solid black;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    font-style: normal;
}

.address {
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;
    text-align: left;
}