﻿@import url("styles/styles/layout.css");
body {
	background-repeat: repeat;
	background-attachment: scroll;
	background: #ffffff;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}
#container {
	
	width: 850px;
	margin: 0 auto;
	padding: 10px;
	height: auto; /*border-right: 2px solid #725972;
	border-left: 2px solid #725972;*/;
}
#header {
	border-bottom: 2px #000080 solid;
	text-align: center;
	width: 850px;
	height: 100px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 0; /* 157px; */
	margin-top: 0px; /* 10px */
	margin-bottom: 0px; /* 10px */
	border-right: 4px #c32136 Solid;
	text-align: center;
	font-size: small;
	border-left-color: #c32136;
}
#content {
	position: inherit;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
	background-color: #f8e2d8;
}
#footer {
	text-align: center;
	clear: both;
	width: 850px;
	color: #000080;
	background-color:#f8e2d8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #f8e2d8;
}
/* 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: thick #FFFFFF groove;
	background-color: #c32136;
/*display: block;
	margin: 0;
	padding: 0;
	border: 4px #FFFFFF inset;
	background-color: #c32136;*/
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: list-item;
	padding: 2px;
/*border-bottom: 1px #000080 outset;*/	background-color: #c32136;
	text-align: center;
	font-size: small;
}
#navigation a:hover {
	/* color: #FFFFFF;
	text-decoration: none;
	background-color: #000080; */
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #4C5690;
	font-style: italic;
	font-size: x-large;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #000080;
}
#footer a {
	color: #503750;
	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;
}

