﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border: 0px
}
#container {
	border: thick red ridge;
	margin: 0;
	padding: 10px;
}
#masthead {
	text-align: center;
	padding: 10px;
}
#navigation {
	position: relative;
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 70%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	margin: auto;
}
#webdesigner {
	margin: auto;
	text-align: center;
	color: #003300;
	font-weight: bold;
	clear: both;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
}
#masthead h3 {
	color: #003300;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: center;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
}
/* Content Styles */
h6 {
	color: #003300;
}
h5 {
	color: #003300;
}
h4 {
	color: #003300;
}
h3 {
	color: #003300;
}
h2 {
	color: #003300;
}
#content h1 {
	color: #003300;
}
#content img {
	padding: 5px;
	border: 1px none #402640;
}
/* Footer Styles */
a {
	color: #9E1414;
}
a:hover {
	color: #dfb8df
}
.standard {
	color: #174015;
	font-size: 12pt;
	font-family: Georgia;
}
.aa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #9E1414;
}
.facebook {
	float: left;
	width: 70%;
	margin: 10px, 0, 10px, 10px;
	position: relative;
}
