.twoColFixRtHdr #container {
	width: 752px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 208px;
	margin: 0px;
	right: 60px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.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;
}
div#footer{
	width:100%;
	background-color: #4e8abe;
	height: 5%;
}
div#maincontent{
	width:640px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.5;
	opacity: 0.9;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#maincontent p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 2.2em;
	color: #000000;
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
div#maincontentTop {
	width:640px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.5;
	opacity: 0.9;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#maincontentBottom {
	width:640px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.5;
	opacity: 0.9;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
