﻿body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	background-image: url('../images/background.jpg'); 
	margin: 0;
	padding: 0;
}
#container {
	background: #FFFFFF;
	width: 967px;
	margin: 0 auto;
	padding: 10px;
	text-align:left;
}
#masthead {
	text-align: center;
}
#navigation {
	text-align:center;
	padding:0;
	height:auto;
}
#content {
	padding:0 10px 0 10px;
}
#footer {
	clear: both;
	text-align: center;
}
/*  Styles for Split Columns */
.columnleft {
	float: left;
	width: 460px;
	padding:0;
	overflow: auto;
	margin: 0px;
	position: relative;
}
.columnright {
	float: right;
	width: 460px;
	padding:0;
	overflow: auto;
	margin: 0px;
	position: relative;
}
/* Styles for Fonts */
td
{
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
}
a:link
{
	text-decoration: none;
	color: #0000FF;
}
a:active
{
	text-decoration: none;
	color: #0000FF;
}
a:visited
{
	text-decoration: none;
	color: #0000FF;
}
a:hover
{
	text-decoration: none;
	color: #808080;
}
h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
h2
{
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
h4
{
	font-size: 10pt;
	color: #000000;
}
h5
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
h6
{
	font-size: 8pt;
	color: #000000;
}
hr
{
	color: #6B5938;
	height: 2px;
}
.inlineimg
{
	border:1px black solid
}
.button {
	font-size:10pt;
	width:8.05em;
	text-align:center;
	float:left;
}
.button a, .button a:visited {
	color: #000000;
	background-color: #DAC5B6;
	text-decoration: none;
	border-top: 2px solid #F0ECE3;
	border-left: 2px solid #080a0e;
	border-right: 2px solid #F0ECE3;
	border-bottom: 2px solid #080a0e;
	display:block;
}
.button a:hover {
	background-color: #808080;
	color: #FFFFFF;
	border-top: 2px solid #F0ECE3;
	border-left: 2px solid #6B5938;
	border-right: 2px solid #F0ECE3;
	border-bottom: 2px solid #6B5938;
}
#button a:active {
	border-left: 5px solid #C0C0C0;
	border-right: 5px solid #C0C0C0;
	background-color: #DAC5B6;
	color: #000000;
}
