@charset "utf-8";
/* CSS Document */
.bodycopy {
	font-size: 12px;
}
.bodycopyLG {
	font-size: 14px;
}
.bodycopySM {
	font-size: 8px;
}
.bodycopy  a, .bodycopy a:link, .bodycopy  a:visited  {
	color: #650135;
	text-decoration: none;
}
.bodycopy  a:hover  {
	color: #0054a6;
	text-decoration: underline;
}
h1 {
	color: #650135;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #0054a6;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 {
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 5px;
}
h4 {
  color: #0054a6;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 0px;
  margin: 5px;
}
h5 {
	color: #9B0253;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 5px;
}
h6 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;

	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


h4 a:link, h4 a:visited {
  color: #0054a6;
  text-decoration: none;
}
h4 a:hover {
  color: #FF0000;
  text-decoration: underline;
}
#header ul, #header li {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation a, #navigation a:link, #navigation a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
#titlebar p {
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.25em;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.navTitle {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}
#sidebar1 a, #sidebar1 a:link, #sidebar1 a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #7d2450;
	text-decoration: underline;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#sidebar1 li {
	list-style-type: none;
	padding: 2px;
	line-height: 12px;
	margin-bottom: 5px;
}
#footer p {
	line-height: 60px;
	font-size: 12px;
	color: #003399;
	margin: 0px;
	padding: 0px;
}
#footer2 p {
	line-height: 23px;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer2  a, #footer2 a:link, #footer2  a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer2  a:hover  {
	color: #FFFFCC;
	text-decoration: underline;
}
.calloutTitle {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
.calloutTitleOrange {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF3300;
}
#homeCallout  a:link, #homeCallout  a:visited {
	text-decoration: none;
	color:#FF3300;
}
#homeCallout a:hover {
	text-decoration: underline;
	color:#FF3300;
}
#testimonials1 {
	border: medium dotted #990033;
	background-color: #FFCCCC;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: auto;
}
.testauth {
	float: right;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#testimonials2 {
	border: medium dotted #6699CC;
	background-color: #DEEFEF;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
hr {
	color: #333333;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	text-indent: 15px;
	width: 160px;
	margin: 5px;
	padding: 5px;
	background-color: #E8F8FF;
	border: 1px solid #FFFFFF;
}
blockquote p {
	display: inline;
	line-height: 20px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
}
.quotes {
	font-size: 24px;
}

#contactform {
	border: 1px solid #999999;
	background-color: #FFE8E8;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: auto;
}