/* Styling for PDF links */
a[href$=".pdf"] {
	padding-right: 1.5em;
	background: URL(../images/page_white_acrobat.png) no-repeat center right;
	}
/* Styling for Links */
a[href^="http"] {
	padding-right: 1.5em;
	background: URL(../images/page_white_link.png) no-repeat center right;
	}
/* Styling for mailto links */
	a[href^="mailto:"] {
	padding-right: 2em;
	background: URL(../images/mail-edit-24x24.png) no-repeat right;
	}
/* Styling to prevent link images in footer */
#footer [href^="http"] {
	padding-right: 0%;
	background: none;
	}
/*Styling to prevent link images in right menu */
#menur [href^="http"] {
	padding-right: 0%;
	background: none;
	}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.leftimage {
	clear: both;
	float: left;
	margin: 0px 15px 15px 0px;
}
