body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81.25%;
	line-height: 1.2;
	color: #000000;
	background-color: #b8cfbc;
	margin: 0px;
	padding: 0px;
}
.footer {
	font-size: 11px;
	line-height: 150%;
	color: #4d4b4b;
}
.footer a:link, .footer a:visited {
	color: #4d4b4b;
	text-decoration: underline;
}
.footer a:hover, .footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*** links ***/

a:link {
	text-decoration: underline;
	color: #339966;
}
a:visited {
	text-decoration: underline;
	color: #339966;
}
a:hover{
	text-decoration: underline;
	color: #a52121;
}
a:active {
	text-decoration: underline;
	color: #FF9933;
}
.topnav {
	color: #FFFFFF;
	margin-left: 14px;
	font-size: 11px;
}
.topnav a:link, .topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:hover {
	color: #eedd51;
	text-decoration: none;
}
.topnav a:active {
	color: #f9c011;
	text-decoration: none;
}
.leftnav a:link, .leftnav a:visited {
	color: #1d4c87;
	text-decoration: none;
	font-weight: bold;
}
.leftnav a:hover {
	color: #a52121;
	text-decoration: none;
	font-weight: bold;
}
.leftnav a:active {
	color: #d77110;
	text-decoration: none;
	font-weight: bold;
}
/*** end links ***/

.phone {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 34px;
}
.contentTable {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #291f1e;
	border-bottom-color: #291f1e;
	border-left-color: #291f1e;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #a1002d;
	padding-bottom: 4px;
	margin: 0px;
}
h2 {
	font-size: 120%;
	color: #326a8e;
	margin:0 0 1em 0; padding:0;
}
h3 {
	font-size: 110%;
	color: #669966;
}
h3.anchorHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
}
.highlight {
	font-weight: bold;
	color: #000000;
}
.anchorLink h3 {
	color:#326a8e;
	text-align:left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 105%;
}

.anchorLink h3 a:link {
	color:#326a8e;
	text-decoration: none;

}
.anchorLink h3 a:visited {
	color:#326a8e;
	text-decoration: none;

}
.anchorLink h3 a:hover {
	color:#a52121;
	text-decoration: none;
}

.anchorLink h3 a:active{
	color: #d77110;
	text-decoration: none;
}
.top {
	font-size: 80%;
}
.formItem {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}
.formHdr {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.smaller{
	font-size: 80%;
}
.pictureBorder {
	border: 2px solid #624948;
}
.red {
	color: #a1002d;
}
