﻿body {
	font-family: Garamond, "Times New Roman", Times, Serif;
	font-size: medium;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 10px auto 5px auto;
	border: 2px navy solid;
	background-color: white;
	width: 95%;
}
#masthead {
	text-align: center;
	vertical-align: middle;
	font-family:"French Script MT";
	font-size: xx-large;
	font-style: italic; 
	margin: 0;
	border: 1px navy solid;
	background-color: #99CCFF;
}
#navigation {
	overflow: auto;
	margin: 0;
	padding: 0;
	border-top: 1px navy solid;
	border-bottom: 2px navy solid;
	background-color: #fea;
}
#content {
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
}
#footer {
	text-align: center;
	border-top: 2px navy solid;
}

/* Masthead */
#masthead h1 {
	font-size: larger;
	color: navy;
	text-align: center;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	background-color: #8b0000;
}

/* Content styles */
.indent_lr {
	margin-left: 35px;
	margin-right: 35px;
}
.indent_l {
	margin-left: 20px;
}
.under {
	text-decoration: underline;
}
.image_format {
	text-align: center;
	font-size: small;
}
.gray_cell {
	background-color: #EEEEEE;
}

/* Site typography */
h2 {
	font-size: x-large;
	color: #000080;
	text-align:left;
}
h3 {
	font-size: large;
	color: #000080;
	text-align:left;
}
h4 {
	font-size: medium;
	color: #000080;
	text-align:left;
}

/* Footer */
#footer p {
	font-size: small;
	color: #000;
}

/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}