<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/

#row1{

	border-bottom: 1px solid #CCCCCC;

	width: 100%;

}



/************************************/





/************************************/

#col1{
	float: left;
	width: 22%;
	margin-left: 1%;
	padding: 3%;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

/************************************/







/************************************/

#col2{

	float: right;

	width: 70%;

}

/************************************/



/*End Layout Divs                              */

/***********************************************/

</pre></body></html>