﻿/* CSS layout */
#masthead {
	padding: 5px;
	font-family: Papyrus;
	font-size: xx-large;
	background-image: url('head800.JPG');
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	font-weight: bold;
	text-align: left;
}
#container {
	padding: 5px;
	border-style: none solid none ridge;
	border-width: 1px;
	border-color: #ca7;
	position: relative;
	width: 788px;
}
#rightstuff {
	float: right;
	border: thin solid #000000;
	padding: 2px;
	margin: 2px;
	font-size: small;
	color: #808000;
	text-align: center;
	background-color: #FFFFFF;
}
#body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFCC;
}
#navigation {
	overflow: hidden;
	background-color: #dc8;
}
#everything {
	margin: 0px auto 0px auto;
	width: 800px;
}
html { min-height: 100%; margin-bottom: 1px; }

/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #000000;
	background-color: #C0C0C0;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}

/* Styles for Links */
a {}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
#footer {
	margin: 0px;
	padding: 5px;
	background-color: #dc8;
	font-size: small;
	text-align: center;
	border: 1px solid #ca7;
}

