@charset "utf-8";
/* CSS Document */


html
{
	background: #b58f46 url(topleft.jpg);
	margin: 0px;
	padding: 0px
}


body
{
	background: #b58f46 url(background.jpg) repeat;
	font-family: "Times New Roman", Times, serif;
	margin-top: 7em;
	margin-right: 10%;
	margin-bottom: 7em;
	margin-left: 10%;
	border: thick groove #000;
	padding-top: 1em;
	padding-right: 2%;
	padding-bottom: 1em;
	padding-left: 2%;
}

h1, h2, h3, p, ul, li, table

{
margin-right: 5%;
margin-left: 5%
}




h1 
{
	font-size: 5em;
	font-weight: bold;
	color: #152630;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	color: #a93422;

}

h3
{
font-size: 1.25em;
font-style: italic;
color: #152630;
}



hr

{
	color: #a93422;
	line-height: 1em;
 }


p
{
	font-size: 1.25em;
	color: #152630;
}

.center
{
	text-align:center
	
}


.copy
{
	font-size: .9em;
	text-align:center;
}


.subtitle
{
	font-size: .3em;
}

a:link 
{
	text-decoration: underline;
	color: #152630;

}


a:visited 
{
	text-decoration: underline;
	color: #152630;
}

a:hover 
{
	text-decoration: underline;
	color: #a93422;
}


a:active 
{
	text-decoration: underline;
	color: #152630;
}
