.header {
	height: 113px;
	BACKGROUND-COLOR: #6E6043
}
img {
	border: 10;
}
.links {
	background-color: #534C3A;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bolder;
	color: #FFFFFF;
}
.links a { 
	text-decoration:none; 
	padding-left: 2%;
	padding-right: 2%;
	color: #FFFFFF;
} 
.links a:hover { 
	text-decoration: underline;
} 
.footer {
	/*background-color: #534C3A;*/
	background-color: #6E6043;
	height: 38px;
}
.ContactInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bolder;
	color: #FFFFFF;
	padding-right: 20px;
	BACKGROUND-COLOR: #6E6043
}
.ContactInfo a { 
	text-decoration:none; 
	color: #FFFFFF;
} 
.ContactInfo a:hover { 
	text-decoration: underline;
} 
BODY {
	MARGIN: 0px; 
	COLOR: #000000; 
	FONT-FAMILY: "Times New Roman", Times, serif; 
	/*BACKGROUND-COLOR: #6E6043*/
	BACKGROUND-COLOR: #AB9974
}
p, li {
	font-size: 1.25em;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 0.5em;
	padding-left: 0.5em;
}