﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-repeat: repeat;
	background-color: #000000;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
	border: thick solid #990000;
	width: 900px;
}
#masthead {
	border-width: 0px;
	background-position: center;
	border-style: 0 0 0 0;
	border-color: 0 0 0 0;
	text-align: left;
	background-color: #fff;
	background-image: url('../images/Black%20with%20White.png');
	background-repeat: repeat-x;
	height: 150px;
	width: 900px;
}
#navigation {
	border-style: 0;
	border-color: 0;
	background-color: #990000;
		border-width: 0px;
	}
html>body #navigation {
	border-style: solid none solid none;
	border-width: thick;
	border-color: #990000;
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 150px;
	padding: 15px 10px;
	background-color: #fff;
	float: right;
	display: inline-block;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
	float: right;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #990000;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	color: #FFFFFF;
}
#navigation a {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		padding: 5px 10px 5px 10px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: large;
		background-color: #990000;
	}
#navigation a:hover {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		background-color: #000000;
	}
/* Right Column */
#column_r img {
	border: 8px solid #000000;
	float: right;
	display: inline;
	margin-bottom: 0px;
	vertical-align: top;
}
/* Site typography */
h1 {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	font-size: xx-large;
		color: #000;
	}
h2 {
	font-size: xx-large;
	font-style: italic;
	color: #990000;
	font-variant: normal;
	text-decoration: underline overline;
	margin-bottom: 35px;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #990000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
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: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}
/* Links */
a {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

