body {
	margin: 0px;
	padding: 0px;
	background-color: #CEC8AE; /* khaki */
	/*background-color: #87AFDD;*/ /* light blue */
}
#container {
	margin: 0px;
	width: 100%;
}
#footer {
	width: 760px;
	margin: 0px auto;
	text-align: center;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.BodyText-Home {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
}
.BodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.BodyText-Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;

}
a:link {
	color: #007DC3;
}
a:visited {
	color: #007DC3;
}
a:hover {
	color: #007DC3;
}