﻿body {
	text-align:center;
}
table {
	align: center;
}

.container
{
	border: 3px outset #FFFFFF;
	background-color: #F5F5DC;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	height: auto;
	width: 900px;
}
.fullsize-images {
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 3px;
    margin: 5px;
    color: inherit;
    padding: 3px;
    vertical-align: middle;
	/*height: auto;
	width: auto;*/
}
.top-nav {
    border: 2px outset #FFFFFF;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    vertical-align: middle;
    width: 625px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.headers {
	color: #000000;
	font-family: Book Antiqua, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #CCE6FF;
	border-style: outset;
}
.top-navButtons
{
    border: 1px outset #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: 79px;
    height: 33px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

