@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #374F8D;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixRt #container {
	width: 778px; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	left:20%;
	
	border: 1px solid #036;
	color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	/*text-align: left;*/
	background-color: #036;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 122px; /* 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 */
	background: #EBEBEB;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	width: auto;
} 
.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;
}
}
.twoColFixRt #container table {
	text-align: left;
}
.twoColFixRt #container p img {
	text-align: center;

}
.twoColFixRt #container {
	font-size: 100%;
}
.twoColFixRt #container {
	font-size: 12px;
}
.twoColFixRt #container {
	font-size: 14px;
}
.twoColFixRt #container .MsoNormal span {
	font-size: 11.5px;
}
.twoColFixRt #container p strong {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF0;
}
.twoColFixRt #container strong {
	font-size: 18px;
	text-align: center;
}
.twoColFixRt #container p em {
	color: #FF0;
}
.twoColFixRt #container table tr td li {
	font-size: 18px;
}
.twoColFixRt #container h1 {
	font-size: 12px;
}

