body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bkgd.jpg);
	background-repeat: repeat-x;
}

.address {
	color: #8A8A73;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

.footerNav, .footerNav:link, .footerNav:visited, .footerNav:active {
	color: #8A8A73;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

.footerNav:hover {
	color: #39739E;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}

.white {
	color: #F0F0EE;
	font-weight: bold;
	font-size: 15px;
}

.footerDash {color: #C2C2B1; margin-left: 20px; margin-right: 20px;}

.smBlue {
	color: #86A6C3;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.footer, .footer:link, .footer:visited,
.footer a, .footer a:link, .footer a:visited {
	color: #86A6C3;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.footer:hover {
	color: #86A6C3;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

.heading {
	color: #9C9F33;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 4px;
}

.subheading {
	color: #9C9F33;
	font-size: 13px;
	font-weight: bold;
}

.subheading2 {
	color: #01559A;
	font-weight: bold;
}

h3 {color: #1B5F78;}

.body {
	color: #666666;
	font-size: 13px;
	line-height: 20px;
	}
	
li {
	background: url(/images/bullet.gif) left no-repeat center;
	padding-left: 15px;
	margin-bottom: 1px;
	}

ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 15px;
} 