body
{
	margin: 0;
	padding: 0;
	background-color: #e6ffd9;
	font-family: georgia, times, times new roman, serif;
	font-size: 13px;
	line-height: 24px;
	color: #333;
}

img { border: 0; }
img a:hover { text-decoration: none;}

.clearing
{
	height: 0;
	clear: both;
}

h1
{
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}

h2
{
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

h3
{
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

p
{
	font-family: georgia, times, times new roman, serif;
	font-size: 13px;
	line-height: 24px;
	color: #333;
}

.p2 p
{
	font-family: georgia, times, times new roman, serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
}

a
{
	text-decoration: none;
	/*border-bottom: 1px solid #A3AA8D;*/
}

a:link { color: #0d915b; }
a:visited { color: #0d915b; }
a:active { color: #0d915b; }
a:hover { text-decoration: none; }

/* TOPBAR  ----------------------------------------------------*/
.topbar
{
	background-color: #ffffff;
	background-image: url("../img/header_bg.jpg");
	background-repeat: repeat-x;
}

.tbcontent
{
	width: 776px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

.tbheader
{
	height: 108px;
	position: relative;
	padding-bottom: 19px;
	background-image: url("../img/2020_header_90.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.tbheader a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
}

.tbmenu
{
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
}

.tbmenu a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
}

.tbmenu a:link { color: #ffffff; }
.tbmenu a:visited { color: #ffffff; }
.tbmenu a:active { color: #ffffff; }

.tbmenu a:hover
{
	color: #CFF;
	border: 0;
}

.spacer { padding: 0px 10px; }

/* CONTENT  ----------------------------------------------------*/
.middle { background-color: #ffffff; }

.content
{
	background-color: #ffffff;
	width: 731px;
	margin-left: auto;
	margin-right: auto;
}

.content a
{
	text-decoration: none;
	border: 0;
}

.padded_content
{
	background-color: #ffffff;
	width: 731px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0;
}

.gallery
{
	background-color: #ffffff;
	width: 100%;
}

.columnone
{
	width: 234px;
	padding: 10px 10px 10px 0;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
}

.columnone a { text-decoration: none; }

.sidebar
{
	width: 200px;
	color: #837D75;
	padding: 60px 10px 10px 0;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
	font-style: italic;
}

.columntwo
{
	width: 467px;
	padding: 10px 0 10px 20px;
	text-align: left;
}

/* FOOTER  ----------------------------------------------------*/
.footer
{
	width: 731px;
	margin-left: auto;
	margin-right: auto;
}

.footer a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
}

.footer a:link { color: #007c49; }
.footer a:visited { color: #007c49; }
.footer a:active { color: #007c49; }

.footer a:hover
{
	color: #000000;
	border: 0;
}

.bottommenu
{
	border-bottom: 1px solid #bdddac;
	/*border-top: 1px solid #bdddac;*/
	text-align: center;
	padding: 17px 0 12px 0;
	font-size: 10px;
	letter-spacing: 1px;
}

.bottominfo
{
	margin: 1px 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #bdddac;
	color: #837D75;
	font-size: 11px;
	line-height: 18px;
}

.bottominfo .columnone
{
	float: left;
	width: 415px;
}

.bottominfo .columnone a
{
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-right: 20px;
}

.bottominfo .columntwo
{
	float: right;
	width: 310px;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}

