﻿@import url("layout.css");
body {
	background-repeat: repeat;
	background: #000000;
	font-family: "Arial", sans-serif;
	color: #800000;
}
#container { border-right: 2px solid black; border-bottom: 2px solid black; border-left: 2px solid black; background-color: #fff; width: 780px; float: none; }
#masthead { background: black center; text-align: center; width: 780px; float: none; }
#navigation { color: purple; border-top: 1px solid black; border-bottom: 1px solid black; background-color: black; background-repeat: repeat; background-position: center; text-align: center; float: none; border-right-color: black; border-left-color: black; outline-color: black; }
html>body #navigation { overflow: hidden; float: none; border-color: black; outline-color: black; }
#column_l { width: 397px; padding: 15px; background-color: #fff; float: left; }
html>body #column_l { width: 400px; padding: 0 15px; background-color: #fff; font-size: small; color: #000000; font-family: inherit; font-weight: inherit; font-style: inherit;f;line-height: inherit; float: left; ont-variant: inherit; }
{
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
#column_r { width: 200px; padding: 15px 10px; background-color: #fff; background-attachment: scroll; float: right; }
html>body #column_r { width: 203px; padding: 15px 10px; background-color: #fff; background-attachment: scroll; }
#table li { color: black; font-style: normal; font-weight: normal; background-color: white; padding: 2em; float: left; border-color: black; outline-color: black; }
#table ul { color: black; font-style: normal; font-weight: normal; background-color: white; list-style-type: none; margin: 0; padding: 0; width: 100%; border-color: black; outline-color: black; }
#table2 li { color: black; font-style: normal; font-weight: normal; background-color: white; background-attachment: scroll; padding: 0.5em; float: left; border-color: white; outline-color: white; }
#table2 ul { color: black; font-style: normal; font-weight: normal; background-color: white; background-attachment: scroll; list-style-type: none; margin: 0; padding: 0; width: 100%; border-color: white; outline-color: white; }
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 { color: #000; background-color: black; text-align: center; float: right; margin-bottom: 0; }
#masthead h3 { color: black; background-color: black; margin-top: 0.5em; }
/* Navigation */
#navigation ul { color: white; font-weight: normal; font-style: normal; background-color: black; list-style-type: none; width: 100%; margin: 0; padding: 0; border-color: black; outline-color: black; }
#navigation li { color: white; font-weight: normal; font-style: normal; background-color: black; float: left; padding: 0.5em; border-color: black; outline-color: black; }
#navigation a { font-weight: normal; text-decoration: none; color: white; background-color: black; padding: 0.2em; display: block; border: solid 1px black; outline-color: black; }
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: solid 1px #c77;
	background-color: #7d0000;
}

/* Right Column */
#column_r img { background-attachment: scroll; border: solid 1px #808080; }
/* Site typography */
h1 {
	font-size: xx-large;
	color: maroon;
}
h2 {
	font-size: x-large;
	color: #000000;
}
h3 {
	font-size: large;
	color: maroon;
}
t-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: maroon;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #800000;
}
/* Links */
a {
	color: maroon;
	text-decoration: underline;
}
a:hover {
	color: purple;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
