
/* css overrides for standard html elements */
a {
	color: #653636;
  text-decoration: underline;
}
a:visited { color: #44413e; }
a:active { color: #44413e; }
a:hover { text-decoration: underline; }/**/
.aselected { color: #7e4444; }

p {
  font-family: verdana,arial,sans-serif;
}

h1 {
  font-family: verdana,arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #24532b;
  padding: 0;
  margin: 0;
}

h2, .testimonialhead {
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #24532b;
  padding-top: 0;
  margin-top: 0;
}

.red { color: red; }

.sideborders {
	border-left: thin solid #7b524c;
	border-right: thin solid #7b524c;
}

/* overall class for the content area */
.bodycell {
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
  color: #44413e;
  padding: 15px 25px 15px 25px;
}
.bodycell a {
	text-decoration: underline;
}
.bodycell a:hover {
  background-color: #fdf6cc;
}
.shout {
  background-color: #fdf6cc;
  font-weight: bold;
}

.caption, .topmenu {
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  color: #44413e;
  padding-top: 0;
  margin-top: 0;
  background-color: #ffffff;
}

.topmenu a { color: #7e4444; }
.topmenu a:link { color: #7e4444; }
.topmenu a:visited { color: #44413e; }
.topmenu a:active { color: #24532b; }
.topmenu a:hover { color: #24532b; }


.content {
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
  color: #44413e;
  text-align: left;
}
.content td {
	font-family: verdana,arial,sans-serif;
  font-size: 13px;
  color: #44413e;
}
.footborders {
  border-left: thin solid #7b524c;
  border-right: thin solid #7b524c;
  border-bottom: thin solid #7b524c;
  background-color: #fef9e5;
}
.footcell {
  padding : 5px 20px 10px 20px;
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  color: #24532b;
}
div.footmenu {
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #7e4444;
}
a:visited.footmenu { color: #44413e; }
a:active.footmenu { color: #24532b; }
a:hover.footmenu { color: #24532b; }

.outerfoot {
  padding-left : 20px;
  font-family: verdana,arial,sans-serif;
  font-size: 9px;
  color: #24532b;
}

body {
  background-color : #fff5cc;
  background-image: url(images/pat_grey3.gif);
  background-repeat: repeat;
  background-position: top left;
  font-family: times new roman;
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
  scrollbar-base-color: #0000CC;
  scrollbar-face-color: #7e4444;
  scrollbar-track-color: #fef9e5;
  scrollbar-3dlight-color: #847d47;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #653636;
  scrollbar-arrow-color: #FDFDF2;
}

html {
  scrollbar-base-color: #0000CC;
  scrollbar-face-color: #7e4444;
  scrollbar-track-color: #fef9e5;
  scrollbar-3dlight-color: #847d47;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #653636;
  scrollbar-arrow-color: #FDFDF2;
}