/*navigation links*/
td.2 {background-image:url(images/home.gif); 
}
a.navigation:link {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	color: #ff9933;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
a.navigation:hover {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	color: #ff66ff;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
}
a.navigation:visited {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	color: #ff9933;
	text-decoration:none;
	text-align:left;
		font-weight:bold;

}
a.navigation:active{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	color: #ff66ff;
	text-align:left;
		font-weight:bold;
}
.constantcontact {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	color: #ff9933;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
/*content links*/
a:link {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #432618;
	text-decoration:underline;
}
a:hover {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #432618;
	text-decoration: underline;
}
a:visited {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #432618;
	text-decoration:underline;
}
a:active{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #432618;
	text-decoration:underline;
}
/*body*/

body {
	background-image: url(images/bkg.gif);
}
.subheader {
	color: #432618;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-align:center;
}
.content {
	color: #432618;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align:justify;
}
.content-centered {
	color: #432618;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align:center;
}
.footer {
	color: #432618;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}