﻿/*Define style for body*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	color: #000000;	
	background-color: #FEFEFB;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

/* Container for all page content */ 
#container {
	background-image: url('../images/LineList-4x2.gif');
	text-align:left;
	width:576px;
	line-height:120%
/*	padding:10px;
	border: 0px solid #000;
  	background-color:#FFFFFF;
  	text-align:left;
	line-height: 150%;*/
}

.image_float_left { 
  float:left; 
  margin:0 5px 5px 25px; 
  }

.image_float_right { 
  float:right; 
  margin:0 25px 5px 0; 
  }

/* indent styling */ 
p.indent { 
  	margin: 0 10 10 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif  text-align:left; 
  	text-indent:15px; 
  	line-height: 120%;

}

/* Create drop cap characters */ 
p.dropcap:first-letter { 
  float: left; 
  width: 15px; 
  font: 25px "Lucida Grande",Arial,sans-serif;
  text-align:left; 
  line-height: 18px; 
}

/* Create drop cap characters */ 
p.dropcap_clear:first-letter { 
  clear: both;
  float: left; 
  width: 15px; 
  font: 20px "Lucida Grande",Arial,sans-serif; 
  line-height: 15px; 
}/*
table,p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	color: #000000;
 	table-layout:auto;
 	text-align:center;
 	background-image: url('../images/Joseph-Layton-in-4x1.gif');
 	background-position:center;
	background-position: 49% 0%;
	background-repeat:no-repeat;
	background-color: #FEFEFB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
*/	

.center
{
	text-align:left;
}

.center table
{
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}
.repeatimage
{
 
background-image: url('../images/Joseph-Layton-in-5x1.gif');
background-position: 40px 900px;
background-repeat: repeat-y
}

.mainimage
{
 	background-image: url('../images/Joseph-Layton-in-4x1.gif');
	background-repeat:no-repeat;
}

.content
{
padding-left: 1em;
padding-right: 2em;
top:auto


}

/*Define style for links */

a:link {text-decoration: underline; color: #920C00;}
a:visited {text-decoration: underline; color: #920C00;}
a:active {text-decoration: underline; color: #920C00;}
a:hover {
	text-decoration: none;
	color: #F7EFE7;
	background-color: #920C00;}




/*Define style for header(s)*/

h3 
{
	color: #39756B;
	font-size: 14px;
	padding-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}