@charset "UTF-8";
.oneColElsCtr #container {
	width: 1024px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ecca8e;
	font-weight: bold;
	text-transform: uppercase;
}
.nav a:link {
	color: #ecca83;
}
.nav a:visited {
	color: #ecca8e;
}
.nav a:hover {
	color: #5a3f1c;
}
.nav a:active {
	color: #5a3f1c;
}
.amicisBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #6f4d21;
}
.amicisBody a:link {
	color: #6f4d21;
	text-decoration: underline;
}
.amicisBody a:visited {
	color: #5a3f1c;
	text-decoration: underline;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #a18964;
	width: 90%;
}
.callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	color: #d20006;
}
.callout a:link {
	color: #d20006;
	text-decoration: underline;
}
.callout a:visited {
	color: #d20006;
	text-decoration: underline;
}
.enews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ecca8e;
	font-weight: bold;
	text-transform: uppercase;
}
.enews a:link {
	color: #ecca8e;
	text-decoration: underline;
}
.enews a:visited {
	color: ecca8e;
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #725023;
}
.credit a:link {
	color: #725023;
}
.credit a:visited {
	color: #725023;
}
.calloutBlk {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	color: #000000;
}
.calloutBlk a:visited {
	color: #000000;
}
.calloutBlk a:link {
	color: #000000;
	text-decoration: underline;
}
.subtitleAmicis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6f4d21;
}
