﻿@import url("layout.css");
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-color: #284D4D;
}
#container {
width: 620px;
margin: 0 auto;
padding: 10px;
border-right: 2px solid #725972;
border-bottom: 2px solid #725972;
border-left: 2px solid #725972;
background-color: #fff;
border-right-color: #E0D098;
border-bottom-color: #E0D098;
border-left-color: #E0D098;
top: auto;
white-space: inherit;
}
#masthead {
text-align: left;
width: 600px;
padding: 10px;
border: 1px solid #284D4D;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
vertical-align: text-bottom;
background-color: #284D4D;
font-family: "Monotype Corsiva";
font-size: xx-large;
font-weight: bolder;
font-style: normal;
font-variant: normal;
color: #E0D098;
}
#navigation {
position: relative;
float: left;
width: 139px;
margin-top: 1px;
margin-bottom: 10px;
}
#content {
float: left;
width: 470px;
margin-top: 10px;
margin-bottom: 472px;
margin-left: 10px;
display: inline;
}
#footer {
text-align: center;
clear: both;
width: 618px;
border: 1px none #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
color: #fff;
font-family: "Monotype Corsiva";
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 7px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #264848;
}
#navigation li {
display: block;
margin: 0;
padding: 0;
border: 1px hidden #284D4D;
background-color: #284D4D;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #264848;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
color: #284D4D;
margin-bottom: 1px;
}
h5 {
color: #284D4D;
margin-bottom: 1px;
}
h4 {
color: #284D4D;
margin-bottom: 1px;
}
h3 {
color: #284D4D;
margin-bottom: 1px;
}
h2 {
color: #284D4D;
margin-bottom: 1px;
font-size: x-large;
}
#content h1 {
margin: auto;
color: #284D4D;
text-indent: inherit;
font-size: xx-large;
}
#content img {
height: 187px;
width: 150px;
float: right;
vertical-align: top;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
color: #284D4D;
text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
color: #808000;
text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}