﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	background-color: #27283B;
}
#container {
	padding-top: 15px;
	border-right: 2px solid #27283B;
	border-bottom: 2px solid #27283B;
	border-left: 2px solid #27283B;
	background-color: #27283B;
	border-right-color: #404260;
	border-bottom-color: #404260;
	border-left-color: #404260;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/charleswarrensun.jpg");
	height:185px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FF9933;
	height:35px;
	padding-top:3px;
padding-bottom:3px;

}
html>body #navigation {
	overflow: hidden;
}


#content {
	padding: 20px;
	background-color: #27283B;
	text-align: justify;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FA6D4C;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	
	list-style-type: none;
	width: 500px;
	margin-left: 100px;
	padding: 0;
}
#navigation li {
	float: left;
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #27283B;
}

/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FF9933;
}
h2 {
	font-size: x-large;
	color: #FF9933;
}
h3 {
	font-size: large;
	color: #FF9933;
}
h4 {
	font-size: medium;
	color: #FF9933;
}
ul {
	list-style: disc;
	font-size: small;
	color: #FFFFFF;
}
p {
	margin: 10px;
	list-style: circle;
	font-size: .8em;
	color: #FFFFFF;
}
.titles {
	font-weight: bold;
	color: #FF9933;
}
.splash2 {
	text-align: center;
	color: #FFC751;
	font-size: .8em;
	font-style: italic;
}
.titleright {
	text-align: right;
	font-size: x-small;
}
.justify {
	text-align: justify;
	font-size: .8em;
}
.explanation {
	font-size: small;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #FF9933;
}
.noteshead {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
/* Links */
a {
color: #FF9933;
}	text-decoration: underline;
}
a:hover {
	color: #FF9933;
}	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
a:visited {
	color: #FF9933;
}
a:active {
	color: #FF9933;
}
a:hover {
	color: #FFFFFF;
}
.quote {
	font-style: italic;
	font-size: small;
}
.detailtitle {
	font-size: large;
}
.splash {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	color: #FFC751;
}
