﻿h1 {
	font-size: 27px;
	font-family: Arial;
	color: #97731b;
}

h2 {
	color: #5c5734;
	font: 16pt Tahoma;
	/*letter-spacing: -1px;*/
	margin: 0;
	font-weight: normal;
	
}

h3 {
	color: #777042;
	font: 18pt Tahoma;
	/*letter-spacing: -1px;*/
	margin: 0;
	font-weight: normal;
	padding-left: 16px;
	font-weight: bold;
}

h4 {
	color: #5c5734;
	font: 14pt Tahoma;
	/*letter-spacing: -1px;*/
	margin: 0px;
	font-weight: normal;
	padding-left: 0px;
}



h5 {
	color: #5c5734;
	font: 12pt Tahoma;
	/*letter-spacing: -1px;*/
	margin: 0px;
	font-weight: normal;
	padding-left: 0px;
}



.mainMenuActive 
{
	background-color: #f8d495;
	color: #000000;
	padding: 4px;
	border-left: solid 2px #161616;
	border-top: solid 2px #161616;
	border-right: solid 2px #161616;
}

.linkColorActive 
{
	color: #000000;
}

.mainMenu 
{
	font-family: Verdana;
	color: #e0e0e0;
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
	background-color: Transparent;
	padding: 4px;
}



.contentList 
{
	padding-left: 16px;
	font-weight: normal;
}

.contentImage 
{
	padding-left: 6px;
	padding-right: 6px;
	border-top: solid 3px black;
	border-bottom: solid 3px black;
}


.menuHeading 
{
	color: #5c5734;
	font: 16pt Tahoma;
	/*letter-spacing: -1px;*/
	margin: 2px;
	font-weight: normal;
	padding-left: 12px;
}
	
.contentListItem
{
	margin-bottom: 16px;
}

.activeLink
{
	font-weight: bold;
	background-image: url('Images/activeLink.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 175px;
	height: 19px;
	display: block;	
}


.image-display {
	border: solid 0px #9c780b;
}

.no-border {
	border: 0px;
}

