@import url("file:///E|/ellicotmills/styles/layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
#container {
	width:750px;
	padding: 2px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#masthead {
	text-align: inherit;
	width:700px;
	padding: 10px;
	border: 1px dotted #725972;
	background-color: #FFFFFF;

	background-image:;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 22px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #003366;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	background-color: #0000FF;
}
#masthead h3 {
	color: #003366;
	font-size: 25px;
	text-align: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
/* 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: #003366;
}
#navigation a {
	font: normal normal bold 100% serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #003366;
}
#navigation a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #003366;
}
h5 {
	color: #003366;
}
h4 {
	color: #003366;
}
h3 {
	color: #003366;
}
h2 {
	color: #003366;
}
#content h1 {
	color: #003366;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #003366;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #003366;
	text-decoration: none;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

