@charset "UTF-8";
/* CSS Document */

.background {
	background-attachment: fixed;
	background-image: url(images/left_edge.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 300px;
	text-indent: 0px;
	}



a.bodylink:link {
	color: #CD4E00;
	text-decoration: none;
}
a.bodylink:active {
	color: #CD4E00;
	text-decoration: none;
}
a.bodylink:visited {
	color: #70149C;
	text-decoration: none;
}
a.bodylink:hover {
	color: #CD4E00;
	text-decoration: underline;
}

a.menulink:link {
	color: #330000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
a.menulink:active {
	color: #330000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
a.menulink:visited {
	color: #330000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
a.menulink:hover {
	color: #330000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
.mainheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #330000;
}
.contentcell {
	padding-right: 50px;
}
.headingBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #330000;
}
.sitecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	vertical-align: bottom;
	text-align: right;
	position: fixed;
	bottom: 5px;
	right :3px;
}
