﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 780px;
	background-color: #cb8;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #c5d5e5;
}
#page_content {
	position: relative;
	width: 780px;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cb8;
}
#content {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	background-image: url('../District/images/text437.gif');
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	text-align: center;
}
#masthead img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	float: left;
	}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#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: #dc9;
}
/* 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;
}
