﻿/* Default Elements */
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-align: center;
	margin-left: auto;
	margin-right: auto;
   max-width: 800px;
}

th {
   vertical-align: text-top;
}
td {
   vertical-align: text-top;
}

h1 {
   font-family: "Monotype Corsiva", cursive;
   font-weight: bold;
   font-style: italic;
   font-size: 36px;
   margin: 3px;
}
h2 {
   font-family: "Monotype Corsiva", cursive;
   font-weight: bold;
   font-style: italic;
   font-size: 24px;
   margin: 3px;
   margin-bottom: 18px;
}
h3 {
   font-family: "Monotype Corsiva", cursive;
   font-weight: bold;
   font-style: italic;
   font-size: 18px;
}

/* Header */
div.content {
   text-align: left;
}

/* Header */
h1 {
   color: #333399;
}

/* Footer */
div#footer p {
   font-size: 10px;
}
div#footer hr {
   color: #8E8EDA;
   background-color: #8E8EDA;
   border: 0;
   height: 9px;
}

/* Menu Bar */
div#menuBar {
   background-color: #8E8EDA;
}
div#menuBar a {
   font-family: "Monotype Corsiva", cursive;
   font-weight: bold;
   font-style: italic;
   font-size: 18px;
   padding: 6px;
}
div#menuBar a:link {
	text-decoration: none;
   color: #000000;
}
div#menuBar a:visited {
   color: #000000;
	text-decoration: none;
}
div#menuBar a:hover {
   color: #FFFFFF;
	text-decoration: underline;
}

/* Standard Image Gallery */
div.gallery {
   text-align: center
}
div.gallery p {
   display: inline;
}
div.gallery p.img {
   margin-bottom: 5px;
}
div.gallery span {
   width: 172px; 
   margin: 0 5px 5px 5px; 
   vertical-align: top; 
   display: table-cell; 
   display: inline-table; 
   display: inline-block;
   font-family: "Monotype Corsiva", cursive;
   font-weight: bold;
   font-style: italic;
   font-size: 18px;
}

/* Home Page */
body#HomePage div.gallery {
   margin-top: 18px;
}

/* Contact Page*/
table#ContactTable {
   margin-left:auto; 
   margin-right:auto;
}
table#ContactTable th {
   padding: 9px;
   text-align: left;
}
table#ContactTable td {
   padding: 9px;
   text-align: left;
}

