﻿@import url('layout.css');
body {
	font-size: large;
	font-family: "Monotype Corsiva", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('../images/background1.jpg');
	background-attachment: fixed;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: top;
	background-repeat: repeat-y;
}
#masthead {
	width: auto;
	padding: 0;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 20px 0px;
}
#content {
	float: left;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	font-family: papyrus, "monotype Corsiva", "comic Sans MS", "arial Black";
}
#footnotes {
	font-family: Arial, Helvetica, sans-serif margin:;
	font-size:x-small;
	margin-left: 40px;
}
#footer {
	text-align: center;
	background-color: #996655;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	clear: both;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-bottom: thin #800000 ridge;
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-image: url('../images/newbutton.png');
	background-repeat: no-repeat;
}
/* Styles for Content */
h1 {
	color: #800000;
	font-size: 2.0em;
	font-family: "Monotype Corsiva", verdana, "times New Roman";
}
h2 {
	color: #800000;
	font-size: 1.75em;
	font-family: "Monotype Corsiva", verdana, "times New Roman";
}
h3 {
	color: #800000;
	font-size: 1.5em;
	font-family: "Monotype Corsiva", verdana, "times New Roman";
}
h4 {
	color: #800000;
	font-size: 1.25em;
	font-family: "Monotype Corsiva", verdana, "times New Roman";
}
h5 {
	color: #800000;
	font-size: 0.75em;
	font-family: "Monotype Corsiva", verdana, "times New Roman";
}
h6 {
	color: #800000;
	font-size: 0.5em;
	font-family: "Monotype Corsiva", verdana, "times New Roman";
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#emailform {
	width:450px;margin:10px auto;padding:10px;
	border:1px solid #333;background-color:#dfdfdf}

#emailform strong {
	color:#66f}

#buttons {
	text-align:right}
