@charset "utf-8";
/* CSS Document */
/*This CSS file, quicklinks.css, is the styler for the homepage right unique navigation*/


/* BEGIN Style for home page Information Centers menu*/

.wrap_quicklinks
{
	padding-top: 3px;
	margin-bottom: 0px;
	background-image: url(/images/quicklinks_bk.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #E0F1E1;
}
.quicklinks_title {  /*look and feel of the home page Information Centers title*/
	display: block;
	padding-top: 6px;
	color: #fff;
	padding-left:8px;
}
.headtitle ul li a /*Top topic link*/
{
	color: #330066;
}
/* END Style for home page Information Centers menu*/

