h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #712b13;
	margin: 1em 0px .5em;
}
h2 {
	font-size: 1.15em;
	margin-bottom: .5em;
}
h3 {
	font-size: 1em;
	margin: 1em 0 .5em 0;
}
h4 {
	font-size: .9em;
	margin-bottom: .5em;
}
h5 {
	font-size: .85em;
	margin-bottom: .5em;
}
h6 {
	font-size: .75em;
}
p {
	font-size: 0.75em;
	margin-bottom: .5em;
}
strong {
	color: #712b13;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: none; color:#6a5d4f; }
a {
	color: #712b13;
	text-decoration: none;
}
ul, ol {
	font-size: 100%;
	margin: .5em 0 1em 1em;
}
li {
	font-size: .75em;
	margin-bottom: .25em;
}
li h5 {
	color: #712b13;
	margin-bottom: .25em;
	font-size: 1.1em;
}
li p {
	font-size: 100%;
}

a:hover {
	text-decoration: underline;
}
/* tag classes */
.listTypeNone {
	list-style-type: none;
	margin-left: 0;
}
.liBorder {
	border-top: 1px solid #e6e4e2;
	list-style-type: none;
	margin-left: 0;
}
.liBorder li {
	border-bottom: 1px solid #e6e4e2;
	padding-bottom: .5em;
	padding-top: .5em;
	clear: both;
}
.liBorder li p strong {
	color: #6a5d4f;
}
/* end tag classes */

/* sidebar1 tag mods */
#sidebar1 h2.homeEnticer {position: relative; width: 215px; height: 140px; overflow: hidden;}
#sidebar1 h2.homeEnticer span {position: absolute; width: 100%; height: 100%; background: url(../images/sidebar/vetWelcome.jpg) no-repeat left top;}#sidebar1 h2.homeEnticer a:hover span {position: absolute; width: 100%; height: 100%; background: url(../images/sidebar/vetWelcome.jpg) no-repeat left -140px;}
#sidebar1 h2.presentation {
	position: relative;
	width: 215px;
	height: 140px;
	font-size: .5em;
	margin-bottom: -15px;
}
#sidebar1 h2.presentation a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/sidebar/presentation-f2.png) no-repeat top left;
}
#sidebar1 h2.presentation a:link span {
	background: url(../images/sidebar/presentation-f1.png) no-repeat top left;
}
#sidebar1 h2.presentation a:visited span {
	background: url(../images/sidebar/presentation-f1.png) no-repeat top left;
}
#sidebar1 h2.presentation a:hover span {
	background: url(../images/sidebar/presentation-f2.png) no-repeat top left;
}
#sidebar1 p {
	position: relative;
	z-index: 500;
}
/* end sidebar1 tag mods */
blockquote {
	border-top: 1px solid #712b13;
	border-bottom: 1px solid #712b13;
	padding: 1em;
	margin: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8f867b;
}