﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	background-image: url('../images/ltbrownweave.gif');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #A66D17;
	border-bottom: 2px #A66D17 solid;
	border-left: 2px solid #A66D17;
	border-top:2px solid #A66D17;
	background-color: #FFFFCC;
}
#masthead {
	text-align: center;
	background-color: #FFFFCC;
	background-image: url('../images/MastheadImage.png');
	background-repeat: no-repeat;
}
#submasthead {
	text-align: center;
	background-color: #FFFFCC;
	background-repeat: no-repeat;	
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#secondary_navigation {
	background-color: #ffffcc;
	padding-left: 5px;
	padding-right: 5px;
	color: #A66D17;
}
html>body #secondary_navigation {
	overflow: hidden;
}
#column_l {
	width: 660px;
	padding: 15px;
	background-color: #FFFFCC;
}
html>body #column_l {
	width: 630px;
	padding: 0 15px;
	background-color: #FFFFCC;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A66D17;
	border: 1px #A66D17 solid;
	background-color: #FFFFCC;
}

/* Secondary Navigation */
#secondary_navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#secondary_navigation li {
	float: left;
}
#secondary_navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
	margin-right: 2px;
}
#secondary_navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A66D17;
	border: 1px #A66D17 solid;
	background-color: #FFFFCC;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #A66D17;
}
h2 {
	font-size: x-large;
	color: #A66D17;
}
h3 {
	font-size: large;
	color: #A66D17;
}
h4 {
	font-size: medium;
	color: #A66D17;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #A66D17;
}
h6 {
	font-size: xx-small;
	color: #A66D17;
}
/* Footer */
#footer p {
	font-size: small;
	color: #A66D17;
}
/* Links */
a {
/*	color: #c55;  I changed this. */
    color: #000;
	text-decoration: underline;
}
a:hover {
/*	color: #9c9;  I changed this. */
    color: #A66D17;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

