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

/* divs.css                                    */

/*                                             */

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

/*                                             */

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





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

/* Layout Divs                                 */



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

#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	background-color: #3399FF;

}



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





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

#col1{

	float: right;

	width: 22%;

	margin-left: 1%;

	padding: 1%;

	background-color: #EEEEEE;

	border-left: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

}

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







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

#col2{
	float: left;
	width: 70%;
	overflow: hidden;
	background-color: #3399FF;
}

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



/*End Layout Divs                              */

/***********************************************/
.Style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
}

