@charset "UTF-8";

 
.twoColFixRtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color:#fff;
	margin: 0 auto;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	text-align: left;
	margin-top: 0px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #fff;
} 

.twoColFixRtHdr #footer {
	padding: 0px;
	background-color: #EEE;
	text-align: center;
	margin: 0px;
	color: #F63;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #DDD;
}
.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;
}
}
hr {
}
#mainContent {
}

