body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	background: #E0DEC4;
	color: #A3A388;
}
.headingblue{
	font-size: 18px;
	color: #40575E;
}
.headingred{
	font-size: 18px;
	color: #9E131C;
}
#menu{
	font-size: 13px;
	color: white;
	text-align: right;
	padding:0 20px 0 0;
	letter-spacing: 1px;
}
#menu a:visited {
	color: white;
	text-decoration: none;
	padding: 10px 0 0 0;
}
#menu a:link {
	color: white;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#menu a:hover {
	color: #C1AC2C;
	text-decoration: none;
	font-weight: bold;
}
ul {
	margin: 0 ;
	padding: 0 0 0 15px;
	}
.footertext {
	color: white;
	font-size: 10px;
	padding: 10px 0 10px 20px;	
}
.footertext a:visited {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
.footertext a:link {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
.footertext a:hover {
	color: #40575E;
	font-size: 10px;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9E131C;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #9E131C;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #40575E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
