@import "Main.css";

A:visited
{
	text-decoration: none;
	padding-left: 10pt;
	color: #3d3a27;
	font-weight: 700;
	font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif;
}

a:hover
{
	color: #655f3b;
}



A:link, A:active
{
	text-decoration: none;
	padding-left: 10pt;
	color: #3d3a27;
	font-weight: 700;
	font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif;
}

.linkspacing
{
	padding-top: 3pt;
}

.subheading
{
	text-decoration: none;
	padding-left: 15pt;
	color: #655f3b;
	font-weight: 700;
	font-size: 14px;
    font-family:  Arial, Helvetica, sans-serif;
}

.currentpage
{
	text-decoration: none;
	padding-left: 10pt;
	padding-top: 3pt;
	color: #655f3b;
	font-weight: 700;
	font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif;
}

.itemheads
   {
   padding-top: 15pt;
   padding-left: 15pt;
   padding-right: 15pt;
   font-size: 16px;
   font-weight: 700;
   font-family: Arial, Helvetica, sans-serif;
   color: #3a3934;
   }

.indented
   {
   padding-left: 15pt;
   padding-right: 15pt;
   font-size: 12px;
   font-family:  Arial, Helvetica, sans-serif;
   }
   
.picturecaption
   {
   font-size: 10px;
   font-family:  Arial, Helvetica, sans-serif;
   }

p.lead
{
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

small.head
{
	color: #1183BC;
}

table.contact
{
	font-style: italic;
}

table.contact tr td
{
	vertical-align: top;
}



h3
{
	padding: 0px;
	line-height: normal;
}

h3.shadow {
	text-shadow: #666666 5px 5px 5px;
}

div.ContentBlock
{
	/*display: none;*/
	font-size: 12px;
	line-height: 1.5em;
}

div.ImageBar
{
	width: 100%;
	text-align: center;
}

div.ImageBar table
{
	margin-top: 1em;
	table-layout: fixed;
	width: 480px;
	border-collapse: collapse;
}

div.ImageBar table tr th
{
	height: 1em;
	background-color: #1183BC;
}

div.ImageBar table tr td
{
	color: black;
	background-color: #C2DFED;
	vertical-align: top;
	width: 160px;
	font-size: 11px;
	border: solid thin #C2DFED;
}

div.ImageBar table tr td div.HidingWrapper
{
	height: 100px;
	width: 160px;
}

img.photo
{
	height: 100px;
	width: 160px;
}

div.ImageBar table tr td .navigation
{
	float: right;
}
div.ContentHeader
{
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
 text-decoration:underline;
}
div.BackToTop
{
	text-align: center; 
	color: #1183BC; 
	font-weight:bold; 
	
}