/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/
#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

/************************************/


/************************************/
#col1{
	float: right;
	width: 22%;
	
	margin-left: 1%;
	padding: 1%;
	background-color: #99FFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}
/************************************/



/************************************/
#col2{
	float: left;
	width: 70%;
	background-color: #0000FF;
}
/************************************/

/*End Layout Divs                              */
/***********************************************/
.style10 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
