@charset "UTF-8";

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	height: 135px;
	width: 990px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../header_files/MFObanner_990x135.gif);
} 
#header #MDlogo {
	float: left;
	background-color: #000000;
	left: 0px;
	top: 0px;
}
#header #MFObanner {
	padding-left: 225px;
}

#header #MFO {
	margin-left: -1000px;
}



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerlinks {
	text-align: right;
	padding-top: 1px;
	color: #CCCCCC;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 20px;
}



#headerlinks a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#headerlinks a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#headerlinks a:hover {
	color: #FF9900;
	text-decoration: none;
}
#headerlinks a:active {
	color: #CCCCCC;
	text-decoration: none;
}




#searchbutton {
	float: right;
	margin-right: 25px;
	margin-top: 1.3px;
}

#searcharea {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#searcharea #Form2 {
	vertical-align: middle;
	padding-right: 20px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
}
#searcharea input {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 20px;
	color: #999999;
	vertical-align: middle;
	border: 1px solid #000000;
}

#searchbox {
	float: right;
}
#searchboxpic {
	float: right;
	margin-top: -30px;
}
#emailFriend {
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}

#emailFriend ul {
	List-style-type: none;
	}
	
#emailFriend li {
	float: right;
	list-style-type: none;
	padding-left: 10px;
}
#emailFriend a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#emailFriend a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#emailFriend a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#emailFriend a:active {
	color: #FFFFFF;
	text-decoration: none;
}
