/** Body Styles **/

body {
	background-image: url(nff_images/newfound_bkgd.jpg);
	background-repeat: repeat-x;
}

/** Text Styles **/

p {
	text-align: left;
}

.largeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #92A9AF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #92A9AF;
	text-decoration: none;
}
.heading a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #92A9AF;
	text-decoration: none;
}
.heading a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #92A9AF;
	text-decoration: underline;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
}
.maintext a {
	color: #000000;
	text-decoration: none;
}
.maintext a:hover {
	color: #000000;
	text-decoration: underline;
}
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	line-height: 1.5em;
	width: 498px;
	text-decoration: none;
}
.leftcolumn a {
	color: #000000;
	text-decoration: none;
}
.leftcolumn a:hover {
	color: #000000;
	text-decoration: underline;
}
.rightheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.rightcolumn {
	background-color: #92A9AF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.rightcolumn a {
	color: #FFFFFF;
	text-decoration: none;
}
.rightcolumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.merchtable {
	background-color: #FFFFFF;
	width: 798px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	color: #000000;
	border: 1px solid #000000;
}

/** Footer **/

.footer {
	background-color: #92A9AF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	line-height: 1em;
	font-size: x-small;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-decoration: none;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}