﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
}
#container {
	background-color: black;
}
#masthead {
	text-align: left;
	background-color: black;
}
#navigation {
	background-color: #0066FF;
	padding-left: 380px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 750px;
	padding: 10px;
	background-color: #5E5248;
}
#content {
	background-color: black;
}
#footer {
	text-align: center;
	background-color: #0066FF;
	padding: 5px;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: normal;
	color: #0066FF;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 40px;
}
#masthead h3 {
	font-weight: bold;
	font-style: normal;
	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;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
/* Right Column */
#column_r img {
	border: 2px solid #fff;
}
/* Site typography */
h2 {
	font-size: x-large;
	color: #5E5248;
	background-color: #0066FF;
	text-align: center;
	margin-bottom: 5px;
}
h3 {
	font-size: large;
	color: #fff;
	background-color: #0066FF;
}
h4 {
	font-size: medium;
	color: #fff;
	background-color: #0066FF;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
h5 {
	font-size: x-small;
	color: #fff;
	background-color: #0066FF;
}
h6 {
	font-size: xx-small;
	color: #fff;
	background-color: #0066FF;
}
/* Footer */
#footer p {
	color: #fff;
}
/* Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}