/* -------------------- IPMA --------------------- */

/* --------------------- frame menu -------------------- */
.framemenu, .framemenu a, .framemenu a:visited, .framemenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: ffffff;
	text-decoration: none;
	/* font-weight: bold; */
	}
.framemenu a:hover {
	text-decoration: underline;
}

/* ------------- remove image border ------------- */
a { outline: none; }
a:focus { -moz-outline-style: none; }

/* ---------------- backgrounds ------------------ */
body {
	margin: 0;
	padding: 0;
}

/* --------------------- footer margins -------------------- */
.footer   {
	padding: 0px 10px 0px 10px;
}

/* --------------------- footer address -------------------- */
.footeraddress, .footeraddress a, .footeraddress a:visited, .footeraddress a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: 9ea514;
	text-decoration: none;
	/* font-weight: bold; */
	}
.footeraddress a:hover {
	text-decoration: underline;
}

/* --------------------- footer copy -------------------- */
.footercopy, .footercopy a, .footercopy a:visited, .footercopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: 666666;
	text-decoration: none;
	}
.footercopy a:hover {
	text-decoration: underline;
}

/* --------------------- footer links -------------------- */
.footerlinks, .footerlinks a, .footerlinks a:visited, .footerlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 396e8e;
	text-decoration: none;
	}
.footerlinks a:hover {
	text-decoration: underline;
}

/* --------------------- home-bg-blue -------------------- */
.home-sides-blue {background-color: #ffffff;
	background-image: url(/associations/9501/imgs/sidebg.gif);
	background-repeat: repeat-x;
}

