@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	background: #FFF;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	color: #8C0E32;
	}
	
h1 a {
	width: 245px;
	height: 100px;
	float: left;
	background: url(../images/mfcoLogo.png) no-repeat;
	text-indent: -9999em;
	display: block;
}

h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 220%;
	letter-spacing: 1.5px;
	font-weight: 600;
	line-height: 1.2em;
	color: #2D89B9;
	padding: 0 0 20px 0;
	}	

h3 a {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 115%;
	font-style: italic;
	color: #00467F;
	padding: 0 0 2px 4px;
	margin-right: 5px;
	border-bottom: 1px solid #A89989;
	}
	
h4 {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 130%;
	font-style: italic;
	letter-spacing: 0.8px;
	color: #8C0E32;
	margin: 2px 12px;
	padding: 8px 4px;
	border-bottom: 1px solid #999;
	}
	
h5 {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 98%;
	color: #002A4D;
	font-weight: 500;
	padding-bottom: 1px;
	text-transform: uppercase;
	}

h5 a {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 98%;
	color: #002A4D;
	font-weight: 500;
	padding-bottom: 1px;
	text-transform: none;
	}

h6 a {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 130%;
	letter-spacing: 0.8px;
	color: #FFF;
	background-color: #718DB7;
	margin: 2px;
	padding: 8px 12px;
	}

#container {
	margin: 0 auto;
	height: 100%;
	padding: 0;
	}

/* End rules */
	
#header {
	width: auto;
	height: 100px;
	border-bottom: 2px solid #00467F;
	}
	
#navContainer {
	width: 940px;
	margin: 0 auto;
	}
	
#topNav {
	float: right;
	font-size: 90%;
	padding: 0;
	margin: 0;
	list-style: none;
	}

#topNav ul {
	float: right;
	margin: 0;
	}
	
#topNav li {
	float: left;
	border-right: 1px solid #FFF;
}

#topNav li a {
	display: block;
	width: 110px;
	padding: 3px;
	color: #557AA8;
	text-align: center;
	background-color: #D8DEEC;
	}
	
#topNav li a:hover {
	background-color: #f0f2f7;
	text-decoration: none;
	}	

#mainNav {
	width: 600px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 150%;
	color: #000;
	float: right;
	clear: right;
	list-style: none;
	}
	
#mainNav ul {
	float: right;
	margin: 0;
	}
	
#mainNav li {
	float: left;
}

#mainNav li a {
	display: block;
	padding: 10px 18px 8px 18px;
	margin-top: 22px;
	color: #000;
	text-align: center;
	border-bottom: 5px solid #D8DEEC;
	}
	
#mainNav li a:hover {
	text-decoration: none;
	color: #8C0E32;
	border-bottom: 5px solid #718db6;
	}
	
/* End header */	
	
#bodyContainer {
	width: auto;
	height: 100%;
	min-height: 274px;
	padding: 0;
	background: url(../images/mainBackground.png) repeat-x;
	}
	
#introImageContainer {
	width: auto;
	background: url(../images/introBackground.png) repeat-x;
	border-bottom: 2px solid #00467F;
	}

#introImage {
	width: 940px;
	margin: 0 auto;
	height: 323px;
	}

#introImage img {
	margin: 20px 0 0 120px;
	}
	
#portalContainerMain01 {
	width: auto;
	background-color: #E1DCD4;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	}

#portalContainer01 {
	width: 820px;
	margin: 0 auto;
	padding-left: 117px;
	}
	
#portalContainer01 img {
	margin: 20px 13px 20px 0;
	}
	
#portalContainerMain02 {
	width: auto;
	height: 160px;
	margin: 0 auto;
	border-top: 2px solid #00467F;
	}

#portalContainer02 {
	width: 820px;
	margin: 0 auto;
	padding-left: 119px;
	}
	
#portal01 {
	width: 220px;
	float: left;
	margin: 20px 22px 20px 0;
	}
	
#portal01a {
	width: 400px;
	padding: 2px;
	margin: 20px 16px 20px 0;
	float: left;
	}
	
#portal01 p, #portal01a p {
	margin: 3px 5px 0px 5px;
	}
	
#portal01 p a, #portal01a p a { 
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 105%;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #8C0E32;
	}
	
#portal01 p a:hover, #portal01a p a:hover {
	text-decoration: underline;
	}
	
#portal01 img, #portal01a img {
	padding: 0 0 0 5px;
	}
	
#contentContainer {
	width: 940px;
	height: 100%;
	margin: 0 auto;	
	padding-bottom: 40px;
	}

#breadCrumbs {
	padding: 10px 0 20px 0;
	}

#breadCrumbs p {
	color: #333;
	font-size: 90%;
	}
	
#breadCrumbs p a {
	color: #666;
	}
	
#breadCrumbs p a:hover {
	color: #8C0E32;
	}
	
#mainContent {
	width: 460px;
	margin: 0 20px 40px 20px;
	float: left;
	}
	
#mainContent p {
	line-height: 1.6em;
	}
	
#mainContent p a, #privacy p a {
	color: #8C0E32;
	}
	
#mainContent p a:hover, #privacy p a:hover {
	text-decoration: underline;
	}
	
#privacy {
	width: 460px;
	margin: 0 20px 40px 240px;
	float: left;
	line-height: 1.6em;
	}
	
#privacy h3 {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 115%;
	font-style: italic;
	color: #00467F;
	padding: 5px 0px 3px 2px;
	margin-right: 10px;
	border-bottom: 1px solid #A89989
	}
	
#mainContent p.title, #privacy p.title {
	display: block;
	font-size: 110%;
	font-weight: 600;
	color: #00467F;
	padding: 10px 5px 0 0;
	}
	
#mainContent p.titleTop, #privacy p.titleTop {
	display: block;
	font-size: 110%;
	font-weight: 600;
	color: #00467F;
	padding: 0 5px 0 0;
	}
	
#mainContent p.title2 {
	display: block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 115%;
	font-style: italic;
	font-weight: 600;
	color: #00467F;
	padding: 5px 5px 1px 0;
	margin: 0 10px 2px 0;
	border-bottom: 1px solid #A89989
	}
	
#mainContent ul, #privacy ul {
	line-height: 1.6em;
	list-style: disc;
	padding: 15px 0 20px 25px;
	}

	
/* End content */

#sideNav {
	width: 218px;
	float: left;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin-bottom: 40px;
	border: 1px solid #00467F;
	background-color: #FFF;
	}

#sideNav ul {
	background-color: #D8DEEC;
	margin: 0 2px 2px 2px;
	padding: 8px 8px;
	border-bottom: 1px solid #FFF;
	}
	
#sideNav li a {
	display: block;
	height: 20px;
	background: url(../images/navArrow.png) no-repeat center left;
	font-size: 115%;
	font-weight: 500;
	padding: 7px 0 0 12px;
	color: #000;
	}	
	
#sideNav .sub a {
	display: block;
	height: 18px;
	background: url(../images/navDash.png) no-repeat center left;
	border-top: 1px solid #E6EAF2;
	font-size: 100%;
	font-weight: normal;
	padding: 6px 0 4px 8px;
	}
	
#sideNav a:hover {
	color: #8C0E32;
	text-decoration: none;
	}

#sideNav h6 a:hover {
	color: #D8DEEC;
	}
	
#sideNav a.current {
	color: #8C0E32;
	}
	
/* End side navigation */

#subContent {
	width: 218px;
	float: left;
	border: 1px solid #999;
	background-color: #F7F7F7;
	}
	
#subContent p {
	font-size: 90%;
	margin: 2px 12px;
	padding: 8px 8px;
	border-top: 1px solid #FFF;
	}

/* End sub content */
	
#footerContainer {
	width: 100%;
	height: 100%;
	background-color: #EBEBEB;
	clear: both;
	border-top: 2px solid #00467F;
	border-bottom: 2px solid #FFF;
	}
	
#footer {
	width: 940px;
	margin: 0 auto;
	}
	
#footerColumn {
	width: 141px;
	display: block;
	float: left;
	margin: 20px 15px 20px 0;
	}
		
#footerColumn ul {
	list-style: none;
	}

#footerColumn li a {
	font-size: 85%;
	color: #333;
	}
	
#footerColumn li a:hover {
	color: #8C0E32;
	}
	
#footerColumn .second a {
	font-size: 85%;
	color: #808080;
	padding-left: 6px;
	}
	
#address {
	width: 1040px;
	clear: both;
	float:left;
	}

#footerColumn01 {
	width: 300px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 85%;
	color: #333;
	}

#footerColumn02 {
	width: 320px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 85%;
	color: #333;
	}
#footerColumn03 {
	width: 400px;
	display: block;
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 85%;
	color: #333;
	}
	
#disclaimerContainer {
	width: auto;
	margin: 0 auto;
	clear: both;
	background-color: #FFF;
	border-top: 2px solid #00467F;
	}
	
#disclaimer {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
	}
	
#disclaimer p, #disclaimer p a {
	font-size: 85%;
	color: #999;
	}
	
#disclaimer p a:hover {
	text-decoration: underline;
	}
	
#accept {
	float: left;
	display: block;
	padding: 20px 0 0 10px;
	width: 220px;
	font-size: 120%;
	font-weight: 600;
	}
	
#decline {
	float: right;
	display: block;
	padding: 20px 10px 0 0;
	width: 220px;
	font-size: 120%;
	font-weight: 600;
	text-align: right;
	}
	
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
