/* CSS Document */

@charset "utf-8";
h1, h2, h3, h4, p, blockquote, ul {
	margin-bottom: 10px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
p {
	font-size: 0.9em;
}
blockquote {
	margin-right: 20px;
	margin-left: 20px;
}
ul {
	margin-left: 40px;
}
li {
	margin-bottom: 5px;
}
img {
	border:none;
}
input {
	width: 340px;
	background-color: #EBEBEB;
}
textarea {
	width: 340px;
	background-color: #EBEBEB;
}


a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



.theDate {
	font-size: 0.85em;
	display: block;
}

a.theBtnLg:link, a.theBtnLg:visited {
	background-image: url(../images/BG/btnBG.png);
	height: 23px;
	width: 130px;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	float: right;
	margin-bottom: 20px;
	font-size: 0.8em;
	padding-top: 7px;
}
a.theBtnLg:hover {
	color: #E8E8E8;
}

a.theBtnSm {
	background-image: url(../images/BG/btnBGsm.png);
	height: 23px;
	width: 70px;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	float: right;
	font-size: 0.8em;
	padding-top: 7px;
}
a.theBtnSm:hover {
	color: #E8E8E8;
}
.rssTitle {
	font-size: 1.1em;
}


p.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	text-align: center;
	font-size: 1.1em;
}
p.testimonialName {
	font-weight: bold;
	text-align: center;
}
