@charset "UTF-8";
/* last modified 11-14-09 */
body  {
	font: 90% Helvetica, Arial, Verdana, sans-serif;
	background-color: #202020;	
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

.rubyred {
	color: #8F0000;
}

a:link, a:visited {
	color: #FFFFFF;
}

.twoColFixRtHdr #container { 
	width: 780px;
	margin: 0 auto; 
	text-align: left; 
	color: #FFFFFF;
} 
.twoColFixRtHdr #header { 
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto; 
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin-top: 0;
}

.twoColFixRtHdr #sidebar1 h3 {
	margin-bottom: 0px
}

.twoColFixRtHdr #sidebar1 p {
	margin-top: 2px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px;
	text-align: right;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	font-size: .7em;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class 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;
}