.bgrnd {
	background-image: url(Images/bgrnd.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #718164;
	text-decoration: none;
}
a:hover {
	color: #74574F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #718164;
}
a:active {
	color: #74574F;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #718164;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #718164;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #718164;
}
.menu {
	background-image: url(Images/LeftColumn.jpg);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	line-height: .5em;
}
.content_text {
	padding: 20px;
	text-align: left;
}
.footer p {
	text-align: center;
}
.menu p {
	line-height: 10px;
}
.text_normal {
	font-weight: normal;
	padding-left: 15px;
	font-size: 11px;
}
.text_bold {
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
}
.pictrefloatleft {
	padding: 10px 10px 10px 0px;
	float: left;
}
.pictrefloatright {
	padding: 10px 0px 10px 10px;
	float: right;
}

