﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #444;
}
#container {
	width: 80%;
	margin: 0 auto;
	background-color: #888;
}
#masthead {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	background-color: #fff;
}
#navigation {
	background-color: #bbb;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
#column_l {
	background-color: #fff;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
#footer {
	background-color: #bbb;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
/* Styles for Masthead */
#masthead img {
	padding: 10px;
	float: left;
}
#masthead h1 {
	color: #333;
	font-size: 1.8em;
	margin-top: 0;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: center;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
}
#navigation li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-type: none;
}
#navigation p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 5px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: block-inline;
	padding: 5px;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
#navigation a:hover {
	color: #fff;
	background-color: #888;
	border: 1px solid #fff;
	display: block-inline;
	padding: 5px;
}
/* Styles for Content */
h1 {
	color: #761413;
	margin-bottom: 10px
}
h2 {
	color: #666;
	font-size: 1.6em;
	text-align: left;
	margin: 3%;
}
h3 {
	color: #888;
	text-align: left;
	margin: 3%;
}
h4 {
	color: #aaa;
	text-align: left;
	margin: 3%;
}
h5 {
	color: #854;
	font-size: 1.2em;
}
h6 {
	color: #0AA;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	}
p 	{
	text-align: left;
	margin: 3%;
	}
ul 	{
	text-align: left;
	margin-bottom: 2px;
	margin-left: 20px;
	}
li	{	
	padding-bottom: 5px;
	}
/* Styles for Footer */
#footer p {
	color: #000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: center;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #761413;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ff5e00;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bigger {
	font-size: 1.25em;
}
.style_smaller {
	font-size: .9em;
}
.style_masthead2 {
	font-size: .8em;
	font-style: italic;
}
.indent1 {
	margin-left: 4%;
}
.indent2 {
	margin-left: 50px;
}
.CellTitle {
	color: #000080;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000080;
	border-collapse: collapse;
	border-spacing: 0px;
}
.CellBorder {
	margin: 0px;
	padding: 5px;
	border: 1px solid #000080;
	border-collapse: collapse;
	border-spacing: 0px;
}
.style_bolditalic {
	font-style: italic;
	font-weight: bold;
}
.float_right {
	padding: 5px;
	float: right;
}
.big {
	color: #761413;
	font-size: medium;
}