@charset "UTF-8";
/* CSS Document */

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #77787b;
	background-color: #FFFFFF;
}
.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #77787b;
	background-image: url(images/nav-bkg.gif);
	background-repeat: repeat-x;	
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #404040;
	line-height: 20px;
	text-decoration: none;
}
.text-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #404040;
	line-height: 20px;
	text-decoration: underline;
}
.text-links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #a71e22;
	line-height: 20px;
	text-decoration: underline;
}
.footer-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #a71e22;
	line-height: 18px;
	text-decoration: none;
}
.footer-links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #a71e22;
	line-height: 18px;
	text-decoration: underline;
}
.footer-dividers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
	text-decoration: none;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}
.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.subheads1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	color: #a71e22;
}
.subheads2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 24px;
	text-transform: none;
	color: #000000;
}
.subheads3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal
	line-height: 21px;;
	text-transform: none;
	color: #195267;
}

