﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#53537C
}
#container {
	width: 610px;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	width: 780px;
	height: 90px;
	background-image:url('../images/fwmast.jpg')
	}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
}

}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	width: 550px;
	}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	color: #000000;
	background-color: #E4E4E7;
	background-repeat: repeat;
}
/* Masthead Styles */
#masthead h1 {
	vertical-align: middle;
	text-align: center;
	}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 5;
	background-color: #E4E4E7;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	margin-left:10pz;
	background-color: #E4E4E7;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	font-style: italic;
	background-color: white;
	

/* Content Styles */
}
h6 {
	color: black;
}
h5 {
	color: black;
}
h4 {
	color: black;
}
h3 {
	color: black;
}
h2 {
	color: black;
}
#content h1 {
	color: black;
}

/* Footer Styles */
#footer p {
	background-color:B8C7C7;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	}

