#securities h2 {
	color:#31658A;
}
#securitiesleftcolumn, #securitiesmiddlecolumn {
	float:left;
	width:230px;
	display:block;
	position: relative;
}
#securitiesrightcolumn {
	float:right;
	position: relative;
}
#securitiesleft {
	width: 190px;
	padding:10px;
	background-image:url(../images/background_stripe.gif);
	background-repeat:repeat;
	height:auto;
	position: relative;
}
#securitiesmiddle {
	width:190px;
	height:auto;
	padding:10px;
	margin:0px 5px 10px 5px;
	border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #cfcfcf); /* for firefox 3.6+ */
	background-repeat:repeat-x;
	border:thin solid #F3F3F3;
	position: relative;
}
#securitiesright {
	width: 190px;
	padding:10px;
	background-image:url(../images/background_stripe.gif);
	background-repeat:repeat;
	height:auto;
	margin:0px 25px 10px 0px;
	float: right;
	position: relative;
}
#right {
	width:190px;
	height:250px;
	float:left;
	padding:10px;
	margin:0px 10px 10px 0;
	border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #cfcfcf); /* for firefox 3.6+ */
	background-repeat:repeat-x;
	border:thin solid #F3F3F3;
}
#securitiesleft ul li, #securitiesmiddle ul li, #securitiesright ul li {
	padding-bottom:10px;
	color:#000;
	font-size:12px;
}
#securitiesleft h2, #securitiesmiddle h2, #securitiesright h2 {
	font-size:18px;
	padding:0px 0px 10px 0px;
	margin:0;
	color:#408AB4;
}
#investor {
	float: left;
	width: 680px;
	height: 70px;
}
#investor2col {
	float: left;
	width: 449px;
	height: 70px;
	position: relative;
}
.sctredborder {
	float: left;
	width: 680px;
	height: 65px;
	background: url('../sct/sct_images/sct_investor_complaint.gif') 0 0 no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
}
.sctredborder:hover {
	display: block;
	width: 680px;
	height: 65px;
	background: url('../sct/sct_images/sct_investor_complaint_over.gif') 0 0 no-repeat;
}
.sctredborder2col {
	display: block;
	width: 100%;
	height: 65px;
	background:url('../sct/sct_images/sct_investor_complaint_2col.gif') 0 0 no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
}
.sctredborder2col:hover {
	display: block;
	width: 100%;
	height: 65px;
	background: url('../sct/sct_images/sct_investor_complaint_2col_over.gif') 0 0 no-repeat;
}
#conferencebanner {
	float: right;
	width: 190px;
	min-height: 30px;
	padding: 10px;
	height: auto;
	background-color: #1B8CE9;
	margin: 0px 25px 5px 0px;
	position: relative;
}
#conferencebanner p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
#conferencebanner a:link {
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	text-decoration: none !important;
}
#conferencebanner a:visited {
	color: #FFF !important;
}
#conferencebanner a:hover {
	color: #fff;
	text-decoration: underline !important;
}
#telexfreeclaimbanner {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 13px 20px 13px;
	/*height: auto;*/
	background-color: #c00;
	margin: 0px 0px 5px 0px;
	position: relative;
}
#telexfreeclaimbanner p {
	font-size: 17px;
	font-weight:bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
#telexfreeclaimbanner a:link {
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}
#telexfreeclaimbanner a:visited {
	color: #fff !important;
}
#telexfreeclaimbanner a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #E7E7E7;
	margin: .7em 0;
	padding: 0;
}
#crowdfundingbanner {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	/*height: auto;*/
	background-color:#E7E7E7;
	border: solid;
	border-width:3px;
	border-color:#C1C1C1;
	margin: 0px 20px 5px 0px;
	position: relative;
}
#crowdfundingbanner p {
	font-size: 12px;
	color: #C00;
	text-align: center;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
#crowdfundingbanner h1 {
	font-size: 14px;
	color: #C00;
	text-align: center;
	line-height: 120%;
	margin: 0;
	padding: 0;
	border:none;
}
#crowdfundingbanner a:link {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	color: #C00;
	text-decoration: none !important;
}
#crowdfundingbanner a:visited {
	color: #C00 !important;
}
#crowdfundingbanner a:hover {
	color: #C00;
	text-decoration: underline !important;
}