.surveyIntroTitle {
		text-align: center;
	}
.introText {
	font-family: 'ITCGaramondLightCondensed', serif;
	color: #21227B;
	font-size: 16px;
}
#content {
	height: 100%;
}

sidebar.survey {
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 98%;
}
table.survey {
	width: 800px;
	float: right;
	margin-top: -50px;
	height: 100%;
	font-family: 'ITCGaramondLightCondensed', serif;
}

table.question {
	border-color: #B5BFA4;
	border-width: 1px;
	border-style: dotted;
	border-collapse: collapse;
}

tr.question {
	vertical-align: top;
	border-bottom: #B5BFA4 1px dotted;
	
}
tr.survey {
	vertical-align: top;
}

td.question { 
	border-left-color: #B5BFA4;
	border-left-width:1px;
	border-left-style: dotted;
	padding: 10px 5px;
}	
td p {
	font-family:'ITCGaramondLightCondensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

table.comments {
	border-color: #B5BFA4;
	border-width: 1px;
	border-style: solid;
}

td.comments {
	border-left-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 10px 5px 5px 10px;
}

td.comments2 {
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 10px 5px 5px 5px;
}


#survey ol li {
color:#681949;
font-family:'HelveticaLTStdBoldCondensed',"Arial Narrow Bold",sans-serif;
font-size:13px;
margin-bottom:5px;
width:500px;
}


ol.coaching-list li {
	padding: 5px;
}



/* Blog Stuff */

.post {
	padding: 10px 25px;
	float: left;
}

.entry {
	width: 600px;
}
content.survey {
	float: right;
	width: auto;
}

