﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: none;
	background-repeat: no-repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #000000;
	border-color: #666666;
}
#masthead {
	text-align: justify;
	background-color: #000000;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
	color: #000000;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
html>body #navigation {
	overflow: hidden;
	background-color: #343203;
}
#column_l {
	background-position: center;
	width: auto;
	padding: 4px;
	background-color: #000000;
}
html>body #column_l {
	width: 1000px;
	padding: 0;
	background-color: #000000;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: right;
	padding-bottom: inherit;
	background-color: #000000;
	font-size: x-small;
}
html>body #footer {
	border-style: none;
	background-color: #000000;
	font-size: xx-small;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
	background-color: #FFFFFF;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #4B4805;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	display: table;
	border: thin outset #FFFFFF;
	background-color: #59593C;
	padding-right: 9px;
	padding-left: 9px;
	margin-right: 4px;
	margin-left: 4px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #000000;
	background-color: #A4862B;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: large;
	color: #CCCCCC;
	background-color: #000000;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #CCCCCC;
	background-color: #000000;
	border-bottom-style: none;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000000;
}
/* Links */
a {
	color: #E8E8E8;
	background-color: #1B1B1B;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
