﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	height: 100%;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#container {
	min-height:100%;
	position:relative;
	background-color: #dc9;
}
#masthead {
	width: 100%;
	text-align: center;
	background-color: #8C442C;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #FFFFFF;
}
#content {
	margin-top:15px;
	margin-left: 140px;
	padding: 0px;
	background-color: #dc9;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:19px;   /* Height of the footer */
	background:#dc9;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
	padding-top: 2px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #FFFFFF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px #FFFFFF none;
	border: thin #FFFFFF none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	background-color: #8C442C;
	height: 19px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #393939;
	text-decoration: underline;
	background-color: #8C442C;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}