/*Define style for body*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	color: #000000;	
	background-color: #FEFEFB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

table,p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	color: #000000;
 	background-image: url('../images/Joseph-Layton-in-4x1.gif');
 	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: center;
}

.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;
}