﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: black;
}
#container {
	background-color: black;
}
#masthead {
	text-align: center;
	background-color:black;
}
#navigation {
	background-color: #800000;
	font-size: medium;
	text-align: center;
	color: white;

}
#page_content {
	background-color: white;
	padding-right:15px;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	background-color: #800000;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Styles for Masthead */
#masthead img {
}
/* Styles for Navigation */
#navigation a {
	color: white;
	text-decoration: underline;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid black;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: black;
}
h2 {
	font-size: 1.75em;
	color: black;
}
h3 {
	font-size: 1.5em;
	color: black;
}
h4 {
	font-size: 1.25em;
	color: black;
}
h5 {
	font-size: 0.75em;
	color: black;
}
h6 {
	font-size: 0.5em;
	color: black;
}
#page_content a {
	color: blue;
	text-decoration: underline;
}
#page_content a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid black;
	background-color: #ed9;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
	text-align: center;
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid black;
	background-color: #ed9;
}
/* Styles for Links */
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
