@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0; 
	padding: 0; 
	text-align: center; /* For IE */
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x; 
} 

#container {
	width: 691px;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}

* html #container {
	width: 691px;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}


#navText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#navBar {
	padding: 0px;
	border: none;
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	height: 29px;
	width: 691px;
	background-image: url(images/mcf_SubnavBarBG.gif);
	background-repeat: no-repeat;
	background-position: center;
}

* html #navBar {
	padding: 0px;
	border: none;
	margin-top: -5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	height: 29px;
	width: 691px;
	background-image: url(images/mcf_SubnavBarBG.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#navSubBar {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
	height: 29px;
	width: 691px;
	background-image: url(images/mcf_navBarBG.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#mainText_mid {
	font-size: 11px;
	font-family: "Trebuchet MS";
	background-image: url(images/mcf_bodySlice.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*height: 520px; */
	width: 691px;
	border:none;
	padding: 0px;
	margin-top: 0px;
}

* html #mainText_mid {
	font-size: 11px;
	font-family: "Trebuchet MS";
	background-image: url(images/mcf_bodySlice.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*height: 520px; */
	width: 691px;
	border: none;
	padding: 0px;
	margin-top: 0px;
}

#mainText_bottom {
	background-image: url(images/mcf_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 691px;
}