.body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}

.credits {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}

.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7A003C;
	font-size:28px;
}

.subheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006B6E;
	font-size:18px;
}

.bottomquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:13px;
}

.toptext{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

.tophyperlink a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

.tophyperlink a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	font-size:13px;
}
.hyperlink a {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:12px;
}

.hyperlink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:12px;
}

#navlist
{
display: block;
padding: 0;
margin-left: 0;
font: 13px Arial, Helvetica, sans-serif;
width: 178px;
}

#navlist li
{
display: block;
list-style: none;
margin: 0px;
border-bottom: 1px solid #DAC793;
text-align: left;
}

#navlist li a
{
display: block;
font-weight:bold;
padding: 5px 0px 5px 0px;
text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
padding: 5px 0px 5px 33px;
font-weight:bold;
color: #7A003C;
background : url(../images/martysmicon.jpg) no-repeat left center;
}


	#button_share {
		position: absolute;
		overflow: hidden;
		width: 125px;
		height: 125px;
		top: 180px;
		left: 100px;
		}
		
		#button_share a:link, #button_share a:visited {
			text-indent: -9999px;
			display: block;
			width: 125px;
			height: 125px;
			background: transparent url('../images/button_share.png') no-repeat 0 0;
			}
		
		#button_share a:hover, #button_share a:active, #button_share a:focus {
			background: transparent url('../images/button_share.png') no-repeat 0 -125px;
			}