 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../../images/rez_top.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.top td a{ color:#7F7F7F; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:9px;}
.top td a:hover{ color:#7F7F7F; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:9px;}
.top td{ color:#FFFFFF;}
.twoColFixLt #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #container #mainHead {
	margin-bottom: 0px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* 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;
	height: 400px;
	padding: 0px;
}

.twoColFixLt #sidebariof {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* 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;
	height: 100px;
	padding: 0px;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixLt #container #bottom {
	background-image: url(../img/bkgd_bottom.jpg);
	margin: 0px;
	height: 20px;
	width: 100%;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-top: 30px;
}

.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;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
