/* Default Print style sheet */

body, div, p, ul, ol, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}
	
/* Main Build */
	
#banner {
	display: none;
	}
	
#container #leftSide .aboutContent {
	font: 12px  Arial, Helvetica, sans-serif ;
	margin-left: 20pt;
	margin-right: 30pt;
	}
	
h1 {
	font : 16px  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}	
h2 {
	color:#C7AB62;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h3 {
	color:#C7AB62;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#leftSide p, #leftSide li {
	font: 12pt/20pt "Times New Roman", Times, serif;
	}	
	
#leftSide p {
	margin-left: 20pt;
	}

#container #leftSide .profileContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

/*Pull Quotes */

blockquote.withquote-testimonial {
	background: url(../images/quote.png) no-repeat;
	background-position: top left;
	padding-left: 40px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 20px;
	float: none;
	width: 470px;
	color: #68090F;
	padding-top: 5px;
} 

p.withunquote-testimonial {
	background-position: right bottom;
	padding-right: 5px;
	background-image: url(../images/unquote.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a2a2a;
}

/* Table styles */ 

table td, th {           
			text-align: left;
            border: 1px solid #C3A660;
            padding: 4px;
            margin: 0;
}

table th {
			text-align: left;
            color: #FFFFFF;
            font-weight: bold;
            background-color:#4E0308;
}
