﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #800000;
}
#container {
	width: 700px;
	margin: auto;
}
#masthead {
	text-align: center;
	width: 697px;
	background-color: #800000;
	margin-bottom: 20px;
	height: 114px;
}
#navigation {
	position: relative;
	float: left;
	width: 136px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #800000;
	top: 2px;
	left: 0px;
	margin-right: 0;
	height: 302px;
}
#content {
	margin: 0px 0px 0px 20px;
	color: #ff9933;
	float: left;
	width: 542px;
	padding: 0px;
	background-color: #800000;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #800000;
}
/* Masthead Styles */
#masthead h1 {
	color: #ff9933;
	font-size: 48px;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 1px;
}
#masthead h3 {
	color: #99cc00;
	font-size: 28px;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #800000;
}
#navigation a {
	color: #FF3300;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 5px;
	background-color: #800000;
	font-size: x-small;
}
#navigation b {
	color: #ff9933;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #800000;
	font-size: x-small;
}
#navigation c {
	color: #666633;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #800000;
	font-size: x-small;
}
#navigation a:hover {
	color: #33627d;
	text-decoration: none;
	background-color: #800000;
}
#navigation b:hover {
	color: #33627d;
	text-decoration: none;
	background-color: #800000;
}
}
#navigation c:hover {
	color: #33627d;
	text-decoration: none;
	background-color: #800000;
}
/* Content Styles */
#content h1,h2 {
	color: #33CCCC;
	font-size: large;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
}
#content h3,h4,h5,h6 {
	color: #33CCCC;
	font-size: medium;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}
#content img {
	border-width: 0px;
	float: right;
	color: #800000;
	margin-left: 14px;
	margin-bottom: 10px;
}
/* Footer Styles */
#footer p {
	color: #ff9933;
	margin-top: 5px;
	font-size: x-small;
	text-transform: uppercase;
}
#footer a {
	color: #FF3300;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_xxsmall {
	font-weight: bold;
	font-size: xx-small;
	color: #666633;
}

