﻿@import url('../styles/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #C6AD84;
	color: #FFFFFF;
	font-weight: bold;
}
#container {
	background-position: center;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-image: url('../styles/leopardbg.gif');
	background-repeat: repeat-y;
}
#masthead {
	text-align: center;
	width: 760px;
	padding: 5px;
	border: 1px dotted #FF9900;
	margin-right: Auto;
	margin-left: Auto;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	margin-left: 10px;
	border-right-color: #FF9900;
}
#content {
	border: .05px none #FF9900;
	float: left;
	width: 625px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px dotted #FF9900;
	color: #FFFFFF;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #FFCE42;
}
/* 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: 1px dotted #FF9900;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #FF9900;
	background-color: #FFCE42;
	font-weight: bold;
	border-bottom-color: #FF9900;
}
#navigation a:hover {
	color: #21170E;
	text-decoration: none;
	background-color: #CEB58C;
}
/* Content Styles */
h6 {
	color: #FFCE42;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
h5 {
	color: #FFCE42;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	color: #FFCE42;
	text-align: center;
	font-weight: bold;
}
h3 {
	color: #FFCE42;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #FFCE42;
	text-align: center;
	font-weight: bold;
	font-family: Harrington;
}
#content h1 {
	color: #FF9900;
	text-align: center;
	font-weight: bold;
	font-family: Harrington;
	font-size: 36px;
}
#content img {
	padding: 5px;
	border: 3px none #FFCE42;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
}
#footer a {
	color: #FFCE42;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style1 {
	border-width: 0px;
}
.style3 {
	border-collapse: separate;
}
a:visited {
	color: #FFCE42;
}
a:active {
	color: #FF00FF;
}
a:hover {
	color: #FFFFFF;
}
.style4 {
	color: #FFCE42;
	text-decoration: underline;
}
.style_italic {
	font-style: italic;
}