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

/* divs.css                                    */

/*                                             */

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

/*                                             */

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





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

/* Layout Divs                                 */



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

#row1{
	border-bottom: 1px solid #999999;
	width: 800px;
	white-space: nowrap;

}



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





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

#col1{
	float: left;
	width: 225px;
	margin-left: 0%;
	background-color: #000033;
	clear: right;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 5px;

}

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







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

#col2{
	float: left;
	width: 575px;
	color: #FFFFFF;
	background-color: #000066;

}

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



/*End Layout Divs                              */

/***********************************************/
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
