﻿body {
  margin: 0;
  padding: 0; 
  background-color: #001000;
  text-align: center;
}

body, p, div, td {
  font-family:'Palatino Linotype', 'Times New Roman', Serif;
  font-size:11pt;
}

input, textarea, select {
  font-family:'Palatino Linotype', 'Times New Roman', Serif;
  font-size:10pt;
  padding:2px;
}

div {
  margin:0;
  padding:0;
}


h1 {
  font-weight: bold;
  font-size: 16pt;
  font-family: 'Palatino Linotype' , Serif;
  color: #25320D;
}



  
/*
a, a:active, a:visited {
	color: #25320d;
}

a:hover {
	color: #4D671B;
}
*/


#MainPage { 
 	width: 950px;   
	margin: 0 auto;
	background-color: #25320D;
	text-align: left;
 }
 
#HeaderDiv {
	color: #C4C89C;
	font-size: 18pt;
	font-style: italic;
	height:85px;
	border-bottom:1px solid #414e29;
	margin-bottom:2px;
}

#MenuDiv {
  background-color: #414e29;
}

#Content {
  margin-top: 3px;
  background-color: #C4C89C;
  color: #25320D;
}





#FooterDiv {
	color: #C4C89C;
	background-color:#25320D;
	margin:3px 0;
	padding:2px 5px;
	border-top:2px solid #414E29;
	border-bottom:2px solid #414E29;
	clear: both; 
}

.DarkBackground {
  background-color:#25320D;
  color: #C4C89C;
  }

.LightBackground {
  background-color: #C4C89C;
  color: #25320D;
}


td {
  padding:0;
  margin:0;
}



.ArtFrame {
	background-color: #fcf9eb;
	border: 1px solid #e9d583;
	margin: 5px; 
	padding: 10px 10px 10px 10px;
	display: block;
	color: #815b26;
	text-align: center;
	font-size: 12pt;
}

.ArtFrame a img {
	border:1px solid #868339;
	padding:5px;
	background-color:white;
	display:inline;
}

.ArtFrame img {
	border:1px solid #868339;
	padding:5px;
	background-color:white;
	display:inline;
}

.ArtFrame a {
  color:#815b26;
  text-decoration:none;
}



.ArtFrameSmall {
	background-color: #fcf9eb;
	border: 1px solid #e9d583;
	margin: 10px;
	padding: 5px;
	display:block;
}


.ArtFrameSmall img {
	border:1px solid #868339;
	padding:2px;
	background-color:white;
	display:inline;
}



.ImageHomeSample {
  width:140px;
  cursor:pointer;
}  


.HomeName {
  font-size: 24pt;
  font-style: italic;
  letter-spacing: 3px;
  text-decoration: none;
  color: #25320D;
  font-family: 'Californian FB' , 'Palatino Linotype' , 'Times New Roman' , Serif;
}



.HomeNameSmall
{
  font-size:12pt;
/*  letter-spacing: 1px; */
  text-transform: uppercase;
  text-decoration:none;
}


.InfoHyp {
	color: #25320D;
	text-decoration: none;
}

a.InfoHyp:hover {
	text-decoration:underline;
}






TextArea {
  font-family:Palatino Linotype, Serif;  
}
  
 
 
p {
  padding: 12px 0px;
  text-align:justify;
}
 
  
.TextFormat {
  background-color: #C4C89C;
	padding: 15px 15px 20px 15px;
	display: block;
	color: #25320d; 
  }

 
.FirstLetter
{
  display:none;
  /*
  
  font-size: 26pt;
  font-family: "Vivaldi", Times, Serif;
  float:left; 
  font-size:2.5em;
  margin-right:6px;
  margin-bottom:-8px;
*/
} 

img.DropCap {
  float: left; 
  position: relative; 
  top: 2px;
  margin-bottom: -2px
}


.Signature {
}


  
.TestimonialDiv {
  padding: 40px 10px 40px 10px;
  border-top: #eeebdd 1px solid;
  width: 890px;
  margin-top: 20px;
}


