﻿@import url("layout.css");
body {
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #261606;
}
#container {
padding-left:40px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#masthead {
	width: 100%;
	text-align: center;
	background-color: #fff;
}
#page_content {
	position:relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 200px;
	background-color: #fff;
}
#content {
	margin-left: 200px;
	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: #fff;
}
#masthead img {
	float: inherit;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:maroon;	
	font-weight:normal;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	font-size:small;
	border: 1px solid #dcdcdc;
	background-image:url('../images/white_grey_background.jpg')
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dcdcdc;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}