body {
	background-image:url(../images/blue_bg.gif);
	background-position:top left;
	background-repeat:repeat;
}

#headerbox {
	background-image: url(../images/headerspace_blue.gif);
	background-repeat:repeat-x;
}

#mipologo {
	background-image:url(../images/blue_logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#content_bottom {
	background-image:url(../images/blue_barcode.gif);
	background-repeat:repeat;
}


#footerbox {
	background-image: url(../images/blue_footer.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	color: #0083BE;
}


DIV#content A {
	color: #0083BE;
}

DIV#content A:visited {
	color: #0083BE;
}

DIV#content A:hover {
	color: #0083BE;
}

DIV#menusub A {
	color: #0083BE;
}
DIV#menusub A:visited {
	color: #0083BE;
}

DIV#menusub A:hover {
	color: #0083BE;
}

DIV#menusub DIV.menu1-level1-act A {
  color:#0083BE;
}

A { color: #0083BE; text-decoration: none; }
A:hover { color: #0083BE; text-decoration: underline; }
