<!-- 

.thrColFix #container3 { 
	width: 955px;  /* 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. */
	float:none;
} 

.thrColFix #container3com { 
	width: 955px;  /* 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-left: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:none;
}

.thrColFix #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
			color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	
}

.thrColFix #sidebarcom {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
			color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	height: 100%;
	
}

.thrColFix #mainContent3 { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:180%;
	background-image:url(../images/template/page-blend.jpg);
	background-repeat:repeat-x;
	background-color:#003767;
		 		  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:20px;
  margin-top: 5px;
}

.thrColFix #mainContentadmin { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:180%;
	background-image:url(../images/template/page-blend.jpg);
	background-repeat:repeat-x;
	background-color:#003767;
	padding-bottom: 20px;
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-top:20px;
  	margin-top: 5px;
}

.thrColFix #mainContent3client { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:180%;
	background-color:#ffffff;
		 		  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:20px;
  margin-top: 5px;
}

.thrColFix #mainContent3services { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:180%;
	background-image:url(../images/template/services.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#013766;
		 		  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:20px;
  margin-top: 5px;
}

.thrColFix #mainContent3home { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:180%;
}

.thrColFix #mainContent3about { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:180%;
}

.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
--> 
