div.mainContent {
	float: left;
	/*margin-left: 15px;*/
	width: 631px;
	margin: 30px 0 0 0;
}
/* widget boxes */
div.mainContentLeft {
	float: left;
	width: 299px;
	margin: 0 0 0 15px;
}
div.mainContentLeft p {
	padding: 5px 5px 5px 0;
	line-height: 15px;
}
div.mainContentLeft ul {
	margin: 10px 0 10px 14px;
}
div.mainContentLeft ul li {
	list-style:disc outside;
	font-size: 0.75em;
	font-weight: bold;
	color: #336295;
}
div.mainContentRight {
	float: left;
	width: 285px;
	height: 233px;
	background:	 url(/Templates/Connect/Styles/Images/joinBG.jpg) no-repeat left top;
	margin: 0 0 0 2px;
	padding: 10px 15px 0 15px;
}
div.mainContentRight h2 {
	font-size :1.5em;
	color: #fff;
}
div.mainContentRight p {
	color: #fff;
	margin-bottom: 15px;
}
div.mainContentRight .joinInputBox {
	display: block;
	 border-style: hidden;
     border-width: 0px;
     background-image: url(/Templates/Connect/Styles/Images/joinInputBG2.gif);
	 width: 141px;
	 height: 17px;
	 font-size: 0.688em;
	 padding: 3px 10px 0 10px;
	 color: #5B5B5A;
	 margin-bottom: 5px;
	 margin-left: 122px
}

div.mainContentRight .joinLabel {
	font-size: 0.75em;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-top: 2px;
}

/* discussions Home page */
div.discussion {
	clear: both;
	background: transparent url(/Templates/Connect/Styles/Images/discussPanelBG.gif) no-repeat left top;
	position: relative;
}
div.discussion h3 {
	padding: 10px 0 0 14px;
	position: relative;
	line-height: 28px;
}


div.discussionContent {
	clear: both;
	margin: 0 10px 0 15px;
}

div.discussionContent dl{
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	
}
div.discussionContent dl.noBorder {
	border-bottom: none;
}
div.discussionContent dt {
	display: block;
	float: left;
	margin: 4px 0 0;
	padding: 13px 0 0;
	width: 507px;
	font-size: 0.75em;
	border-right: 1px solid #ddd;
}
div.discussionContent dl dt span.heading{
	clear: both;
	display: block;
	font-size: 1.16em;
	font-weight: bold
}
div.discussionContent dl dt span.heading a {
	color: #336295;
}
div.discussionContent dd {
	color: #666666;
	font-weight: bold;
	font-size: 0.688em;
	display: block;
	float: left;
	margin: 0;
	padding: 17px 0 11px 10px;
	/*overflow: hidden;*/
	width: 88px;
}
.discussHelp {
	display:block;
	float:left;
	position:absolute;
	right:10px;
	top:9px;
}
.signUpMove {
	margin-top: 10px;
}