/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/


/************************************/


/************************************/
#col1{
	float: right;
	width: 22%;
	margin-left: 1%;
	padding: 1%;
	background-color: #043056;
	color: #FFFFFF;
}
/************************************/



/************************************/
#col2{
}
/************************************/

/*End Layout Divs                              */
/***********************************************/
a:hover {
	color:#000099;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color:#000099; /* #003300; */
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a:visited {
	color:#000099;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a:active {
	color:#000099; /* #003300; */
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
