@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	height: 768px;
	left: 0px;
	top: 0px;
	z-index: 5;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 80px;
	padding: 0;
	margin: 0px;
	border: thin none #009;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	margin: 0px;
	position: absolute;
	top: 81px;
	height: 688px;
	left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/,mreds_side.png);
	background-position: left bottom;
	padding: 0px;
	border: thin none #009;
}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	position: absolute;
	left: 202px;
	height: 688px;
	width: 813px;
	top: 83px;
	overflow: auto;
	z-index: 10;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
	border: thin none #009;
} 

.twoColFixLtHdr #container #sidebar1 img {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	height: 669px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
.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;
}
.twoColFixLtHdr #container #header img {
	left: 0px;
	top: 0px;
	position: absolute;
}
a:link {
	text-decoration: none;
	color: #069;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
