body {
	margin: 0;
	padding: 0;
	background-color : #1d1505;
	background-image : url(../images/dkestbrownback.jpg);
	background-repeat : repeat;
	color: #baa67f;
	font-family: Arial;
	font-size: 12pt;
}
.listlinks {
	font-family:"times new roman";
	font-style : italic;
	text-decoration : none;
}
a {
	text-decoration : none;
	color: #cebe9d;
}
a:hover {
	text-decoration: underline;
	font-style: normal;
	color: white;
}
a:vlink {
	text-decoration : none;
	color: #baa67f;
}
.contact {
	font-family:"times new roman";
	font-style: italic;
	font-size: 14pt;
	color: #408080;
}
.normalText {
	font-family:"arial";
	font-size: 14pt;
	color: #B1EBB9;
	text-align:left;
}
.info {
	font-family: "arial narrow";
	color: #408080;
	font-size: 12pt;
}
.header {
	font-family: "Times New Roman", Times, serif;
	color: #b68116;
	font-size: 26pt;
	font-weight: bold;
	font-style: italic;
}
.redHeader {
	font-family: "Times New Roman", Times, serif;
	color: #A01310;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
}
.blueHeader {
	font-family: "Times New Roman", Times, serif;
	color: #5D7B95;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
}
.tealHeader {
	font-family: "Times New Roman", Times, serif;
	color: #408080;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.greenHeader {
	font-family: "Times New Roman", Times, serif;
	color: #448E55;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
}
.subHeader {
	font-family: "Times New Roman", Times, serif;
	color: #BCB87C;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}
img.rightfloat {
	float:right;
	padding-left:10px;
}
img.leftfloat {
	float:left;
	padding-right:10px;
}