.bghome {
	background-attachment: scroll;
	background-image: url(images/home.background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav {
	font-family: Garamond, times, serif;
	font-size: 16px;
	font-weight: bold;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.nav a:hover {
	color: #F5E7A9;
	text-decoration: underline;
}
.nav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.normaltext {
	font-family: Garamond, times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #F5E7A9;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.blocktext {
	line-height: 140%;
}
.image {
	border: 1px solid #FFFFFF;
	margin: 2px;
}
.column {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-right: 8px;
	padding-left: 8px;
}
.inputarea {
	background-color: #E7E6E8;
	border: 1px solid #FFFFFF;
}
