﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
}
#masthead {
	width: 100%;
	background-color: #666666;
}
#page_content {
    

	background-color: #E9E9E9;
}
#sidebar {
	position: fixed ;
	float: left;
	width: 140px;
	background-color: #FFFFFF;
}
#content {
	<- margin-left: 140px; />
	padding: 10px;
	background-color: #E9E9E9;
	width:800
}
#masthead img {
	float: left;
	color: white;
	clear: both;
}
#masthead p {
	float: right;
	color: white;
	font-size: medium;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* 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: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #ffffff;
	clear: left;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}