/*Design Items*/

body {
	background-image:url(page-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 25px;
	padding-top: 25px;
}

.border {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

/*Copy Items*/

.headline {
	font-family: "Arial Narrow", Arial;
	font-size: 24px;
	color: #333333;
}
.subhead {
	font-family: "Arial Narrow", Arial;
	font-size: 18px;
	color: #617d78;
}
.lead {
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.copy {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.quote {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
.cutline {

	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #617d78;
}

/*Navigation Items*/

a.language:link {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.language:hover {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	color: #6d6652;
	text-decoration: none;
}
a.language:active {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	color: #6d6652;
	text-decoration: none;
}
a.language:visited {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.sidebar:link {

	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #617d78;
	text-decoration: none;
}
a.sidebar:hover {

	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #6d6652;
	text-decoration: none;
}
a.sidebar:active {

	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #6d6652;
	text-decoration: none;
}
a.sidebar:visited {

	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #617d78;
	text-decoration: none;
}
.copyReverse {

	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}
.subheadReverse {

	font-family: "Arial Narrow", Arial;
	font-size: 18px;
	color: #FFFFFF;
}
.cutlineReverse {


	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.tableBackground {
	background-image: url(e-f-background.png);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {


	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #6d6652;
}
.credit {

	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}
.formField {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #333333;
	border: 1px solid #8f897d;
	background-color: #FFFFFF;
}
.expanded {
 	display: block;
}
.collapsed {
	display: none;
}a {
	text-decoration: none;
}
