/* Lien Foundation CSS: General Pages */
@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
}
a {
	color: #9A6599;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
#fixheader {
	background-color: #F9F9F9;
	left: 50%;
	margin-left: -477.5px;
	position: fixed;
	top: 0;
}
#fixfooter {
	background-color: #F9F9F9;
	bottom: 0;
	left: 50%;
	margin-left: -477.5px;
	margin-top: 1px solid #666666;
	position: fixed;
}
#contentarea {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	margin-bottom: 120px;
	padding-top: 60px;
	text-align: justify;
	width: 521px;
}
#title {
	text-align: center;
}
#bookmarks {
	text-align: right;
}
#links {
	font-size: 14px;
}
#homepageflash {
	height: 620px;
	margin-top: -20px;
	width: 521px;
}
#ecardflash {
	height: 450px;
	margin-top: 15px;
	width: 521px;
}
#iFrameContent {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
}