/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/

#row1{

	border-bottom: 1px solid #CCCCCC;

	width: 100%;

}



/************************************/





/************************************/

#col1{

	float: right;

	width: 30%;

	margin-left: 1%;

	padding: 1%;

	background-color: #EEEEEE;

	border-left: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

}

/************************************/







/************************************/

#col2{

	float: left;

	width: 65%;

}

/************************************/



/*End Layout Divs                              */

/***********************************************/
.TCCUnderline {
	text-decoration: underline;
}
.VCtrText {
	vertical-align: middle;
	position: relative;
	text-align: left;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
