/* Default Styles */
body,
td {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

td { padding: 2px; }

.headingbold,
h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0F7755;
	font: bold 32pt "Times New Roman", Times, serif;
}

.heading,
h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0F7755;
	font: normal 32pt "Times New Roman", Times, serif;
}

.subheadingbold,
h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #23A279;
	font: bold 22pt "Times New Roman", Times, serif;
}

.subheading,
h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #23A279;
	font: normal 22pt "Times New Roman", Times, serif;
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000000;
	font: normal 10.5pt Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}



hr {
	height: 1px;
	border-top: 1px solid #999999;
}

a,
a:link,
a:active,
a:hover {
	color: #CC3B5F;
	text-decoration: none;
}

a:hover {
	color: #0C7A3E;
	text-decoration: none;
}

input {
	/*border:1px solid #B6C4D4;*/
	/*border: 1px solid #074D39;*/
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:transparent;
	padding:2px;
}

p {
	margin: 10px 0;
}

.altcolor {
	color:#337692;
}

.submit { border:0 none; }

/* CSS Document */
#faqs {
	overflow: hidden;
	margin-bottom:10px;
}

#faqs .subheadingbold {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:5px
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color: #23A279;	
}

.error {
	font-size:16px;
	font-weight:bold;
	color: #CC3B5F;
	text-align:center;
}

.cfdebug {
	text-align:left;
	font-size:7pt;
}

@media print {
	#Header,
	#SiteSearch,
	#Navigation,
	#FeaturedMenu,
	#SiteLinks,
	#processContainer,
	#Footer,
	#LiveChatWpr {
		display:none;
	}
	
	div#LayoutWrapper,	
	div#ContentBody {
		border:0;
		margin:0;
		padding:0;
		width: 6.25in;
		background-image:none !important;
	}
	div#ContentBody div#Content {
		padding:0;
	}
}