@CHARSET "UTF-8";

#leftcol {
  float: left;
  width: 50%;
}
#rightcol {
  float: right;
  width: 50%;
  text-align: left;
}
#content {
  background: #ffffff;
  float: left;
  width: 100%;
  padding-top: 10px; 
}
#contentBottom {
  background: #ffffff;
  clear: left;
  padding: 5px 10px 5px 10px;
}
#fullPage {
	width: 98%;
	float: left;
  	padding-bottom: 20px;
	}
.sectionTitleTop {
	font-size: 18px;
}
.sectionTitle {
	font-size: 18px;
	border-top:1px dashed #9F875D;
}
.contentTitle {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0px;
	}
	
.textHeader {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 0px;

}
.text {
}

.text a	{
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
.text a:hover	{
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
#channelWrapper {
	margin: 10px;
	float: left;
	width: 90%;
 	text-align: left;

}