﻿a:hover {
	color: #7788aa;
	text-decoration: underline;
}
body {
	color: #000000;
	font: medium Arial, sans-serif;
}
body, div {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial #000000;
}
.float_right {
	float: right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#container {
	background: #996633;
}
#content {
 margin-left: 150px;
 padding: 10px;
 background: #ffffff;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 99%;
	background: #ccddff;
	padding: 1% 0 1% 1%;
}
#footer a, a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
#footer p {
	font-size: x-small;
}
#masthead {
	text-align: right;
	background: #FFFF66;
	height: 120px;
	overflow: auto;
	width: 1500px;
	background-image: url('../images/header.gif');
}
#masthead address {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	font-style: normal;
}
#masthead img {
	float: left;
}
/* Styles for Navigation */
#sidebar {
	position: relative;
	float: left;
	width: 150px;
	background: #F7C616;
	clear: left;
	color: #663300;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #663300;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	background-color: #F7C616;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background: #996633;
}
#sidebar li {
	display: block;
	border: 1px solid #ccbb88;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}


