@charset "utf-8";
/* CSS Document */

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a:link {
	color: #000000;
}	
a:visited {
	color: #666666;
}

.thrColFix #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* overrides the text-align: center on the body element. */

} 
.thrColFix #sidebar1 {
	float: left; 
	width: 120px; 
	background: #CCCCCC; 
	padding: 5px 10px 15px 5px; 
	border-right: 4px solid #C3D9FF;
	margin-top: 20px;
}
.thrColFix #sidebar2 {
	float: right; 
	width: 140px; 
	background: #FFFFFF	; 
	padding: 5px 5px 5px 5px; 
	border-left: 1px dashed #000000;
		margin-top: 10px;

}
.thrColFix #mainContent { 
	margin: 0 150px; 
	padding: 0 2px; 
}
.clearfloat { /* should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style3 {font-size: 13px}
.news {
	font-size: 12px;
    color: #666666;
}
.center {text-align: center; }
