@charset "UTF-8";/* CSS Document */body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #666666;	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: right; /* 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;	background-image: url(images/kmi_bkgnd.gif);	background-repeat: repeat-x;	<style type="text/css">  }.twoColFixLt #container {	width: 780px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 6px solid$FFFFFF;	text-align: left; /* this overrides the text-align: center on the body element. */}.twoColFixLt #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 180px;	margin-top: 260px;}.twoColFixLt #mainContent {	margin: 20px 0 0 180px;	/* border: 0px dotted #900;  used for testing purposes only*/	width: 444px;	text-align: center;} .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;}#outer {	border: 2px solid #867867;	padding: 10px;}#inner {	border: 8px solid #867867;	padding: 10px;	text-align: center;}#mainContent div #outer #inner p {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	line-height: 1.5em;	color: #655C53;}.link_text {	font-family: Verdana, Arial, Helvetica, 	sans-serif;	color: #655C53;	font-size: 11px;	text-align: center;}.prev_next {	font-family: Verdana, Arial, Helvetica, 	sans-serif; color: #655C53; 	font-size: 11px; 	font-weight: bolder;	}.footer_text {	font-family: Verdana, Arial, Helvetica, sans-serif; 	color: #C5D190; 	font-size: 11px; }</style>[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]