@charset "UTF-8";



#submission {
	border: 1px solid #666666;
	padding-left: 40px;
	margin-left: 20px;
	margin-right: 60px;
	background-color: #FFFFCC;
}


/*

#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /*
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */ /*
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */ /*
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*
 
#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: 160px;
	width: 990px;
	background-color: #000000;
	background-image: url(../assets/images/MFO-title-banner.gif);
	background-repeat: no-repeat;
	background-position: center;
} 
#header #MFO {
	margin-left: -1000px;
}
#header #MDlogo {
	margin-top: -55px;
}
#headerlinks {
	text-align: right;
	padding-top: 1px;
	padding-right: 20px;
	color: #CCCCCC;
	font-size: 11px;
}

*/


/* #mfoName {
	margin-top: 100px;
	width: 990px;
	padding-bottom: 5px;
}

/*
#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 */ /*
}
#searchbox {
	float: right;
}
#searchboxpic {
	float: right;
	margin-top: -30px;
}

*/


#productionRebate {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*
#sidebar1pic {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */ /*
	width: 175px; /* padding keeps the content of the div away from the edges */ /*
	height: 700px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	line-height: 23px;
	padding-top: 10px;
	list-style-type: none;
}

*/

.subContentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.subContentTextTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */ /*
	width: 210px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 275px;
	background-color: #FFFFFF;
}
#sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}



#mainContent {
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 100;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
}
#mainContentText a {
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
#mainContentText a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#mainContentText h2 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
#mainContentText h3 {
	color: #333333;
}
#mainContentTitle {
	padding-top: 5px;
}

/*

#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;
}

*/

/*
#sidenav2title {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidenav2links {
	margin-top: -5px;
} 


#allcontent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer {
	background-color: #000000;
	background-image: url(../assets/images/footerbottomfade.png);
	height: 70px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ /*
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}
#footerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	margin-top: -5px;
}
#footerLinks a:link {
	color: #FFFFCC;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
#footerLinks a:visited {
	color: #FFFFCC;
	text-decoration: none;
	display: inline;
}
#footerLinks a:hover {
	color: #FF9900;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
#footerLinks a:active {
	color: #FFFFCC;
	display: inline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ /*
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */ /*
	float: left;
	margin-right: 8px;
} /* /*
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*

#searcharea {
	vertical-align: bottom;
}
#searchbutton {
	float: right;
	margin-right: 25px;
	margin-top: 1.3px;
	padding-left: 2px;
}

#searcharea {
	vertical-align:middle;
}



#mainContentText {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
*/
#mainContentText {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/*
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ /*
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ /*
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../assets/images/bg_grey.gif);
}

*/


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */ /*
	width: 175px; /* padding keeps the content of the div away from the edges */ /*
	height: auto;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	line-height: 23px;
	padding-top: 10px;
	list-style-type: none;
}
