@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixRt #container {
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
}
.twoColFixRt #sidebar1 {
	float: right; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 0px 1px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px; 
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRt #container h1 {
	color: #edb958;
}
.twoColFixRt #container blockquote h5 {
	font-family: MS Serif, New York, serif;
}
.twoColFixRt #container table tr td blockquote h4 {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRt #container table tr td blockquote li {
	font-family: Times New Roman, Times, serif;
}
td {
	background-color: #FFF;
}

