/*
colors: medium light brown: #e0e0b9;
	dark green: #339933;
	medium green: #77AA22;
*/
body
{
	margin: 0px;
	padding: 0px;
	background-color: #e0e0b9;

	color: #492119;

	width: 100%;

	font-family: "Times New Roman", times;

	text-align: center;
}

span, div, p, img, iframe
{
	margin: 0px;
	padding: 0px;
}

.border
{
	background-color: #339933;
	height: 8px;
	width: 100%;
}

.pageHeader
{
	background-color: #77AA22;

	margin-top: 2px;
	margin-bottom: 2px;

	padding: 20px;

	text-align: center;

}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

.content
{
	text-align: center;
	padding: 25px 25px 0px 275px;
}

.content td
{
	padding: 0px 50px 0px 50px;
	font-size: large;
}

.content img
{
	border: solid 3px #339933;
	margin: 0px 0px 25px 0px;
}

.column
{

	padding-top: 25px;
	position: absolute;
	left: 0px;
	top: 230px;
	width: 250px;
	bottom: 0px;
	background-color: #77AA22;
}

.column hr
{
	width: 75%;
}

.noborder
{
	border: none;
	border-style: none;
}
