@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}
.thrColFixHdr #container { 
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
} 
.thrColFixHdr #header { 
	display: none;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	display: none;
}
.thrColFixHdr #sidebar2 {
	display: none;
}
.thrColFixHdr #mainContent { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: none;
} 
.thrColFixHdr #footer { 
	display: none;
} 

.RTtitles {
	color: #000000;
	font-weight: bold;
}
.InTextTitles {
	color: #000000;
	font-weight: bold;
}
.pgtitles {
	font-size: 24px;
} 
.smalllinks {
	font-size: 10px;
}
