@charset "UTF-8";

.thrColFixHdr #sectiontitle4 {
	font-size: 16px;
	font-weight: bold;
	color:#999999;
	padding-bottom: 5px;
}

.thrColFixHdr #secondtitle1 {
	font-size: 12px;
	font-weight: bold;

}


.thrColFixHdr #secondsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 122px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 10px 21px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
}
.thrColFixHdr #secondsidebar2 {
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
	
	
}
.thrColFixHdr #secondContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 677px;
	font-size: 12px;
	line-height:15px;
	margin:-1px 0px 0px 0px;
	float:right;
}

.thrColFixHdr #secondnav {
	float: left; /* since this element is floated, a width must be given */
	width: 103px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}

.thrColFixHdr #secondnavmenu {
	padding: 0px 0px 7px 0px;
}


.thrColFixHdr #secondnavmenu a:link {
	color:#666666;
	text-decoration:none;
}

.thrColFixHdr #secondnavmenu a:hover {
	color:#333333;
}

.thrColFixHdr #secondnavmenu a:visited {
	color:#666666;
	text-decoration:none;
}

.thrColFixHdr #secondnavmenu a:active {
	color:#333333;
	text-decoration:none;
}
.thrColFixHdr #innertube3 {
	padding: 20px 18px 20px 20px;
}
