/* new footer */

#footer {
		background-color: #dae7fd;
		border-top: 1px solid #333333;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		margin: 0px;
		padding: 9px 15px 15px 0px;
		text-align: right; 
        font-weight: normal;
        text-decoration: none;
		}
#footer a   {
        color: #333333;
        font-weight: normal;
        text-decoration: none;
        }
#footer a:hover   {
        color: #333333; 
        font-weight: normal;
        text-decoration: underline;
        }

/* From MD WebCom */

/* hides accessibility & handheld elements */

.hide {
	position: absolute;
	left: -9999px;
	background: inherit;
}
.handheld {
	display: none;
}

#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 112px;
	width: 950px; 
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-color: #6a207f; /********* YOUR BACKGROUND COLOR */
}
#mdlogo {
	float: left;
	height: 90px;
	width: 168px;
}
#global {
	float: right;
	padding: 0px 0px 5px 5px;
}
#global2 {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px 10px 10px 12px;
	*padding: 5px 10px 0px 10px; /* IE only padding */
}
#searchForm {
	float: right;
	padding: 20px 10px 0px 0px;
	*padding: 10px 10px 0px 0px; /* IE only padding */
}
.searchButton {
	left: -4px;
	*left: -8px; /* IE only position */
	position: relative;
	top: 8px;
	*top: 4px; /* IE only position */
}
.searchTextBox {
	height: 16px;
	font-size: .6875em; /* (10/16) */
}
#tools {
	float: right;
	clear: right;
	margin: 5px 15px 0px 0px;
	font-size: 85%;
}
#tools a {
	color: #DCDCDC;
    	text-decoration: none;
}
#tools a:hover {   	
	text-decoration: underline;
}
#tools ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#tools li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
} 
.mail {
	background-image: url(../images/mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.print {
	background-image: url(../images/print.gif);
	background-position: left;
	background-repeat: no-repeat;
}
