#bodyCommunity #sideBarright {
	float:right;
	width:275px;
	padding-left:30px;
	margin-top:40px;
	}
#bodyCommunity #mainCol {
	float:right;
	margin:-750px 0 0;
	padding-right:0px;
	/*border-right:1px solid #ebebeb;*/
	}
#bodyCommunity #mainColleft {
	float:none;
	margin:20px 0 0;
	padding-right:27px;
	border-right:1px solid #ebebeb;
	text-align:top;	
	}	
/*#bodyCommunity .askField {
	width:515px;
	height:28px;
	border:1px solid #ec9344;
	float:left;
	text-align:center;
	margin:4px 0 55px;
	}*/
#bodyCommunity #freeform div {
	clear: both;
	margin:0 0 10px;
	}

#bodyCommunity .buttonAsk {
	margin:-5px 0px 0;
	float:right;
	clear:both;
	}
#bodyCommunity .comment-single {
	border-top:1px solid #ebebeb;
	border-bottom:0px solid #ebebeb;
	/*margin-top:10px;
	padding-top:10px;*/
	margin:20px 0;
	padding:10px 0;
	clear:both;
	width:100%;
	}
#bodyCommunity .questionTxt, #bodyCommunity .questionName {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ec9344;
	font-size:16px;
	font-style:italic;
	}
#bodyCommunity .questionName {
	color:#2dadc8;
	}
#bodyCommunity .answerStart {
	font-weight:bold;
	color:#000;
	}
#bodyCommunity  h2 {
	color:#199cb8;
	font-size:16px;
	text-transform:none;
	float:left;
	}
#bodyCommunity  h2 span {
	color:#6e6e6e;
	}
#bodyCommunity  h3 {
	color:#1f1f1f;
	margin-bottom:2px;
	font-weight:bold;
	}

/* #prevPage and nextPage buttons */
a#prevpage, a#nextpage {
	display:block;
	width:134px;
	height:20px;
	background:url("/images/community/bttn_previouspage.gif") no-repeat;
	float:right;
	margin:0;
	cursor:pointer;
	font-size:1px;
	text-decoration:none;
	text-indent:500px;
	
}
/* mouseover state */
a#prevpage:hover, a#nextpage:hover {
	background-position:0px -20px;
	text-decoration:none;
}

/* next button uses another background image */
a#nextpage {
	background-image:url("/images/community/bttn_nextpage.gif");
	text-decoration:none;
	width:101px;
	margin-left:20px;
}
