body  {
	background: url(images/bgrepeat.jpg) repeat-x #FFF;
	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: 3a3255;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLt #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/containerbg.jpg) no-repeat #FFF right top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #spacer {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	height: 140sspx;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 45px 20px 15px 40px;
	margin: 0px;
	height: 450px;
	background: url(images/sidebarimage2.jpg) no-repeat center bottom;
}
.twoColFixLt #sidebar1 p{
	color: #333333;
	font-size: 11px;
}
.twoColFixLt #sidebar1 a:link{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.twoColFixLt #sidebar1 a:visited{
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
.twoColFixLt #sidebar1 a:hover{
	color: #ff9933;
}
.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding: 45px 20px 15px 20px;
	margin: 0px;
	height: auto;
}
.twoColFixLt #sidebar2 p{
	color: #333;
	size: 11px;
	font-size: 11px;
}
.twoColFixLt #sidebar2 a:link{
	color: #333;
	size: 11px;
	font-size: 11px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixLt #sidebar2 a:visited{
	color: #333;
	size: 11px;
	font-size: 11px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixLt #sidebar2 a:hover{
	color: #ff9933;
}
.twoColFixLt #maincontent {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	height: auto;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLt #maincontent h1{
	color: #3a3255;
	font: Arial, Helvetica, sans-serif bold;
	font-size: 20px;
	text-align: left;
}
.twoColFixLt #maincontent h2{
	color: #333333;
	font: Verdana, Geneva, sans-serif bold;
	font-size: 13px;
	text-align: center;
}
.twoColFixLt #maincontent h3{
	color: #666666;
	font: Verdana, Geneva, sans-serif bold;
	font-size: 12px;
	text-align: center;
}
.twoColFixLt #maincontent ul{
	color: #666666;
	font: Verdana, Geneva, sans-serif bold;
	font-size: 11px;
	text-align: left;
}
.twoColFixLt #maincontent p{
	color: #666666;
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
}
.twoColFixLt #maincontent a:link{
	color: #333;
	size: 11px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLt #maincontent a:visited{
	color: #333;
	size: 11px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLt #maincontent a:hover{
	color: #ff9933;
}
.twoColFixLt #contentcontainer {
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 860px;
	margin: 0px auto;
	background: url(images/contentbg.jpg) repeat-y center top;
} 
.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;
}
.twoColFixLt #hdr {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 20px 10px 0px 13px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px 10px 0px 13px;
}

.twoColFixLt #topleftframe {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 150px;
	background: url(images/header_background.jpg) no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
}
.twoColFixLt #toprightframe {
	width: 688px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 21px;
	background: url(images/GLE096734_sec_03.jpg) no-repeat right top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
}
.twoColFixLt #contentheader {
	width: 648px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 164px;
	background: url(images/contentheader.jpg) no-repeat left top;
	margin: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: right;
}
.twoColFixLt #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/GLE096734_sec_06.jpg) no-repeat top center;
} 
.twoColFixLt #footer p {
}
.twoColFixLt #bottom_logo 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #7b7977;
	font-size: 10px;
	text-decoration: none;	text-align:center;
}

