﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 3px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	border-style: none;
}
#masthead {
	text-align: center;
	width: 1400px;
	padding: 0px;
	border: 0px outset #0066FF;
	background-image: url('../Top Banner picture of Deryl and Brenda.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 200px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #000066 dotted;
	border-right-style: solid;
	border-right-width: 0;
	border-right-color: #0000FF;
}
#content {
	margin: 5px;
	float: left;
	width: 350px;
}
#footer {
	border-width: 1px;
	text-align: center;
	clear: both;
	width: 618px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #006AE1;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #000099 dotted;
	background-color: #006AE1;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #0066FF;
}
#content img {
	padding: 0px;
	border: medium outset #000000;
}
/* Footer Styles */
#footer p {
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}