﻿body, p, td, th
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    color: Navy;
    background-color: inherit;
}
body
{
    text-align: center;
}
h1
{
    font-size: small;
    margin: 0px;
}
h2
{
    font-size: x-small;
    margin-top: 14px;
}
a
{
    color: navy;
    background-color: inherit;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: Maroon;
	background-color: inherit;
}
#site
{
    text-align: left;
    width: 765px;
    margin: 0 auto;
}
#footer
{
    float: left;
    width: 765px;
    margin: 0 auto;
    background-color: inherit;
    text-align: right;
    color: #666666;
    border-top: solid 1px #666666;
    font-size: x-small;
}
#footer a
{
    color: #666666;
    background-color: inherit;
    text-decoration: none;
    font-size: x-small;
}
#footer a:hover
{
    color: maroon;
    background-color: inherit;
    text-decoration: none;
    font-size: x-small;
}
#mid
{
    float: left;
    height: 100%;
    width: 100%;
    padding-bottom: 5px;
}
#left 
{
    float: left;
    width: 600px;
}
#right
{
    float: left;
    width: 165px;
}
#navigation
{
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
#top_images
{
    float: left;
    margin-top: 3px;
    text-align: left;
}
#top_images img
{
    border: solid 1px black;  
}
#content
{
    float: left;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 5px;
}
#message_area
{
    float: left;
    width: 160px;
    color: Navy;
    background-color: #d7e8f8;
    margin-top: 3px;
    margin-left: 2px;
}
#message_area h1
{
    margin-top: 15px;
}
#message_area td, #message_area p
{
    /*text-align: center;*/
    font-size: x-small;
}
#bottom_images img
{
    border: solid 1px black;
}
#logos
{
    float: left;
    margin-top: 15px;
}
.gallery img
{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  border: solid 1px #969696;
}
#aboutdiv
{
    float: left;
    margin-left: 5px;
    padding: 5px;
    width: 190px;
    /*height: 228px;*/
	color: white;
	background-color: navy;
}
#aboutdiv p
{
    color: white;
	background-color: inherit;
}
.textbox
{
    font-family: arial, sans-serif;    
    font-size: small;
    border: solid 1px black;
}