﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-repeat: inherit;
	background-color: #006600;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
}
#masthead {
	text-align: left;
	height:158px;
	background-color: #fff;
	background-image: url('../images/800wide.jpg');
	background-repeat: no-repeat;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
}
html>body #navigation {
	overflow: visible;
	height: 28px;
}
#column_l {
	text-align:left;
	width: 769px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 769px;
	padding: 15px;
	background-color: #fff;
}
#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 {
	padding-bottom: 10px;
	padding: 10px 0 0 0;
	text-align: center;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	margin-bottom: 0;
	margin-left: 1.5em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: auto;
	width: 770px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #000000;
	padding: 5px 5px 5px 5px;
}



/* 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: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px #000000 solid;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px #000000 solid;
	background-color: #006600;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}