﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
}
#container {
	margin-top: 57px;
	margin: 0px auto 0 auto;
	width: 810px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
	border-bottom-style: none;
}
#masthead {
	border-width: thick;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #948BC1;
	margin-bottom: 15px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top: auto;
	float: none;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFBE8;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #400040;
	text-transform: uppercase;
	display: inline;
	letter-spacing: 1.5px;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #948BC1;
}
#navigation a:hover {
	text-decoration: none;
	color: #4F4967;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
	font-style: italic;
}
h5 {
	color: #455;
	font-style: italic;
	font-size: medium;
	font-weight: bold;
}
.sidebar heading {
	color: #000080;
	font-style: italic;
	font-size: large;
}
h3 {
	color: #000033;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h2 {
	color: #000033;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-image: none;
}
#content h1 {
	color: #455;
	font-style: italic;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #000033;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
.link {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000033;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	font-style: normal;
	right: 100px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.cellborder {
	border: 3px inset #7D779D;
}
.cellborder_right {
	border: 3px inset #FFFFFF;
	right: 3px;
}
.main_image {
	padding: 2px;
	margin: 5px 5px 5px 12px;
	border: 2px solid #4F4967;
	right: auto;
	clip: rect(auto, auto, auto, 8px);
	left: auto;
}
.imageleft {
	left: 5px;
	border: thin solid #4F4967;
	padding: 5px;
	margin: 5px;
	clip: rect(auto, auto, auto, 5px);
}
.bottomborder {
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #948BC1;
	padding-bottom: 4px;
}
