﻿@import url("layout.css");
body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 800px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 840px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	float:right;
	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 #0000cc;
	background-color: #bce3f7;
}
#navigation a {
	color: #0000cc;
	font-weight:bold;
	text-decoration:none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-image:url('../images/Nav-Brg.jpg');
	background-color: #fff;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #0000cc;
}
h5 {
	color: #0000cc;
}
h4 {
	color: #0000cc;
}
h3 {
	color: #0000cc;
}
h2 {
	color: #0000cc;
}
#content h1 {
	color: #0000cc;
}
#content img {
	padding: 5px;

}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #0000cc
	;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}