﻿@import url('layout.css');
body {
	font-family: "Times New Roman", Times;
	font-size: 0.8em;
	color: #000;
	background-color: white;
}
#sidebar {
	float: left;
	width: 190px;
	background-color: #B3AA98;
	position: relative;
	clear: both;
	display: inline;
	margin-left: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: x-small;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #d3d3d3;
	text-align: left;
}
#sidebar a {
	font-size: x-small;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: maroon;
	border: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	border: 1px #f2f2f2 solid;
	background-color: maroon;
}

