﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #BCBCBC;
}
#container {
	width: 770px;
	margin: 0 auto;
	background: #fff url(../images/grad_bkgd_tile.jpg) top;
	background-repeat: repeat-y;
	background-position: left top;
}
#masthead {
	margin-right: 12px;
	margin-left: 11px;
	color: #ECE9E2;
	text-align: left;
	width: 747px;
	font-family: "Copperplate Gothic Light";
	font-size: 1.75em;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/numbers_brown_beige.jpg);
	background-position: left top;
}
#navigation {
	margin-right: 12px;
	margin-left: 10px;
	border-style: none;
	padding: 0 0 0 23;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	overflow: auto;
	margin-right: 12px;
	margin-left: 10px;
}
#column_l {
	width: 353px;
	height: 100%;
	margin: 0 0 0 12px;
	padding: 0 10px 10px 10px;
	
}
#column_r {
	width: 360px;
	height: 100%;
	margin: 0;
	float: right;
	
	position: relative;
	right: 12px;
	padding-right: 5px;
	padding-left: 20px;
}
#footer {
	text-align: center;
	background-color: #897E6C;
	margin-right: 11px;
	margin-left: 11px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
.bigletter_underline {
	font-size: 1.5em;
	text-decoration: underline;
}
.bigletter {
	font-size: 1.5em;
}
.smallletter {
	font-size: .25em;
}
#masthead img {
	margin: 5px 0 0 0;
	float: left;
}
#masthead p {
	padding-left:23px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	padding: 5 0 5 0;
	border: #897E6C;
	float: left;
}
#navigation a {
	background: #847655;
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px 5px 5px 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #8A7655;
	border: 1px solid #744D0C;
}
/* Styles for Content */
h1 {
	color: #744D0C;
	font-size: 2.0em;
}
h2 {
	color: #744D0C;
	font-size: 1.75em;
}
h3 {
	color: #744D0C;
	font-size: 1.5em;
}
h4 {
	color: #744D0C;
	font-size: 1.25em;
}
h5 {
	color: #744D0C;
	font-size: 1.0em;
	margin-right: 10px;
}
h6 {
	color: #744D0C;
	font-size: 0.75em;
}
h7 {
	color: #744D0C;
	font-size: 0.5em;
}
big {
	color: #744D0C;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 35px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: 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;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
.likeh3 {
	color: #744D0C;
	font-size: 1.10em;
	font-weight: bold;
}
.smallpf{
	color: #744D0C;
	font-size: .75em;
	text-align: center;
}
.divider{
	border-bottom-style: double;
	border-bottom-color: #744D0C;
	border-bottom-width: medium;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline;
}
.style5 {
	color: #744D0C;
	font-size: medium;
}
.style6 {
	color: #000;
	font-size: small;
}