﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 1050px;
	background-color: #cb8;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cb8;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #553A2E;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	background-color: #FFFFFF;
}
a {
	font-family: "CopprplGoth BT";
	color: #C88743;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	text-decoration: none;
	padding: 5% 5% 5% 0%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	font-family: calibri;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: calibri;
	font-size: 10pt;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a {
	color: #2a4b5c;
	text-decoration: underline;
	font-family: calibri;
	font-size: 18pt;
	font-variant: small-caps;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	margin: 10px;
	font-family: "copprplGoth BT";
	font-size: 18pt;
	color: #2A4B5C;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#banner {
	color: #000000;
	position: 100%;
	overflow: auto;
	background-color: #2A4B5C;
}
#banner2 {
	margin: 0px;
	color: #FFFFFF;
	position: 100%;
	background-color: #553A2E;
	font-family: "felix Titling";
	font-size: medium;
	padding-top: 10px;
	padding-left: 20px;
}
#split {
	position: 100%;
	overflow: auto;
}
#page_titles {
	font-family: "copprplGoth BT";
	font-size: 40pt;
	color: #FFFFFF;
	background-color: #553A2E;
	padding: 0px 10px 0px 10px;
}

