/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/

#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	color: #009933;

}



/************************************/





/************************************/

#col1{
	float: right;
	width: 22%;
	margin-left: 1%;
	padding: 1%;
	background-color: #EEEEEE;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font: 20;
	line-height: 1.5em;
}

/************************************/







/************************************/

#col2{
	float: left;
	width: 70%;
	font-size: 120%;
	line-height: 1.2em;
	color: 0000A0;

}

/************************************/



/*End Layout Divs                              */

/***********************************************/
