@charset "utf-8";
/* CSS Document */
.headlineText{
	padding-top: 10px;
}
.welcome{

	float:left;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2efd4;
}
.leftBody a:link {
	color: #A7371E;
	text-decoration: none;
	font-weight: bold;
}
.leftBody a:visited {
	text-decoration: none;
	color: #A7371E;
}
.leftBody a:hover {
	text-decoration: none;
	color: #999966;
}
.leftBody a:active {
	text-decoration: none;
	color: #999966;
}
.leftBody{
	float:left;
	width:400px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 45px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.textArea{
	width: 250px;
	height:auto;
	float:left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}	
.images{
	float:left;
	border: 1px solid #999999;
	width: auto;
	height: 125px;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad{
	margin-top: 35px;
}
.linksofinterest{
	clear:both;
	width: 800px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;

	
}
.linksofinterest h3{
	font-weight: bold;
}
.linksofinterest a:link {
	color: #A7371E;
	text-decoration: none;
	font-weight: bold;
}
.linksofinterest a:visited {
	text-decoration: none;
	color: #A7371E;
}
.linksofinterest a:hover {
	text-decoration: none;
	color: #999966;
}
.linksofinterest a:active {
	text-decoration: none;
	color: #999966;
}
