﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	background: #FFFFFF url('style3.css') 0px 0px;
	width: 1000px;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
	left: auto;
}
#masthead {
	border-color: #4B75A4;
	text-align: right;
	width: 620px;
	overflow: auto;
	background-color: #FFFFFF;
	height: 106px;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 935px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 15px;
}
map.img {
	display: block;
	float: right;
	vertical-align: text-top;
	margin-left: 2px;
	margin-right: 2px;
	height: 64px;
	width: 64px;
}
#footer {
	background-color: #87AADB;
	background: #4B75A4;
	clear: both;
	width: 630px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
	height: 74px;
	width: 619px;
}
#masthead p {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-size: xx-small;
	margin-left: 0;
	margin-bottom: 0;
	color: #FFFFFF;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	font-size: x-small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
