﻿body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	color: #595950;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #eeeee0;
	text-align: center;
	font-size: 10pt;
}
#pagetitle {
	color: #ff8820;
	font-size: 18pt;
	margin: 0 2em 0 2em;
}
#container {
	margin: 0 auto 0;
	background: #f0f0ee url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
	text-align: left;
	font-size: 10pt;
}
#masthead {
	width: 980px;
	height: 100px;
	margin: 0 10px 0 10px;
	padding: 0;
	overflow: hidden;
	background-color: black;
	background-image: url('../images/header.jpg');
}
h1 {
	color: #965;
	font-size: 175%;
}
h2 {
	color: #965;
	font-size: 150%;
}
h3 {
	color: #965;
	font-size: 125%;
}
h4 {
	color: #965;
	font-size: 100%;
}
#column_r p {
	color: #000;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	display: list-item;
	list-style-position: outside;
}
#footer {
	color: #595950;
	width: auto;
	text-align: center;
	font-size: 8pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}
#footer div {
	background-color: #eeeee0;
	background-image: none;
}
#footer a {
	color: #595950;
	text-decoration: underline;
}
#footer a:hover {
	color: #292920;
	text-decoration: underline;
	background-color: #fffff0;
}
#masthead a {
	text-decoration: none;
	background-color: transparent;
}
#masthead a:hover {
}
#masthead a:visited {
}
a {
	color: #595950;
	text-decoration: underline;
}
a:visited {
	color: #595950;
	text-decoration: underline;
}
a:hover {
	color: #292920;
	text-decoration: underline;
	background-color: #eeeee0;
}
#nav a {
	width: 100%;
	color: #ff8820;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	display: block;
}
#nav a:visited {
	color: #ff8820;
	text-decoration: none;
}
#nav a:active {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: white;
	background-color: #ff8820;
}
#nav img {
	width: 129px;
	height: 5px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
