/* -- 3-Day TEXT STYLES ----------------------------------- */
.seminarheader1 {
	text-align:			center;
	font-size:			24px;
	font-weight:		bold;
	color:				#29587d;
}

.seminarheader2 {
	text-align:			center;
	font-size:			16px;
	font-weight:		bold;
	color:				#29587d;
	
}

.seminarheader3 {
	text-align:			center;
	font-size:			16px;
	color:				#29587d;
}

/* -- 3-Day TESTIMONIAL VARIABLES -------------------------- */
.testimonial
{
    margin: 			20px auto 0px auto;
	border-top: 		#1924a2 1px solid;
	border-bottom: 		#1924a2 1px solid;
	background-color:	#b5b8d8;
   	padding: 			5px;
	color: 				#444444;
	font-size: 			14px;
    font-style: 		italic;
    text-align: 		justify;
	
}

.testimonial-image-left {
	float: 				left;
	margin: 			0px 10px 0px 0px;
}

.testimonial-image-right {
	float: 				right;
	margin: 			0px 0px 0px 10px;
}

.sig
{
	margin: 			10px 0px 5px 0px;
    text-align: 		right;
}



/* -- TEXT STYLES ----------------------------------- */
.heading {
	background-color: 	#11559b;
	font-weight:		bold;
	font-size:			16px;
	color:				#ffffff;
	padding: 			4px 0px 4px 4px;
}

.heading2 {
	background: 		url('/images/site/background-header.gif') top left no-repeat;
	padding-left: 		13px;
	font-weight:		bold;
	font-size:			13px;
	color:				#29587d;
	text-align:			left;
}

.quote-source {
	text-align:		right;
	font-weight: 	bold;
	color:			#11559b;
}